From 6e78c8995e6ac04b3bb6e3b954d302019bdc6807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrkan=20=C4=B0ndibay?= Date: Thu, 18 Aug 2022 18:56:42 +0300 Subject: [PATCH] Bump redhat pg_cron to 1.4.2 (#964) --- .github/workflows/build-package.yml | 2 +- pg_cron.spec | 8 +++++--- pg_exclude.yml | 5 +++++ pkgvars | 3 +-- postgres-matrix.yml | 2 ++ 5 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 pg_exclude.yml diff --git a/.github/workflows/build-package.yml b/.github/workflows/build-package.yml index f3f42836a..8dd2e0784 100644 --- a/.github/workflows/build-package.yml +++ b/.github/workflows/build-package.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v2 - name: Clone tools branch - run: git clone -b v0.8.10 --depth=1 https://github.com/citusdata/tools.git tools + run: git clone -b v0.8.18 --depth=1 https://github.com/citusdata/tools.git tools - name: Install package dependencies run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources diff --git a/pg_cron.spec b/pg_cron.spec index 435f700e7..49f485fda 100644 --- a/pg_cron.spec +++ b/pg_cron.spec @@ -5,11 +5,11 @@ Summary: Periodic job scheduler for PostgreSQL Name: %{sname}_%{pgmajorversion} -Version: 1.4.1 +Version: 1.4.2 Release: 1%{dist} License: PostgreSQL Group: Applications/Databases -Source0: https://github.com/citusdata/pg_cron/archive/v1.4.1.tar.gz +Source0: https://github.com/citusdata/pg_cron/archive/v1.4.2.tar.gz URL: https://github.com/citusdata/pg_cron BuildRequires: postgresql%{pgmajorversion}-devel libxml2-devel BuildRequires: libxslt-devel openssl-devel pam-devel readline-devel @@ -56,8 +56,10 @@ PATH=%{pginstdir}/bin:$PATH %endif %changelog +* Thu Aug 18 2022 - Gurkan Indibay 1.4.2-1 +- Official 1.4.2 release of Pg Cron * Wed Sep 29 2021 - Gurkan Indibay 1.4.1-1 -- - Official 1.4.1 release of Citus +- Official 1.4.1 release of Pg Cron * Mon Mar 29 2021 - Marco Slot 1.3.1-1 - Fixes a memory leak * Mon Oct 26 2020 - Marco Slot 1.3.0.citus-1 diff --git a/pg_exclude.yml b/pg_exclude.yml new file mode 100644 index 000000000..f3531cd01 --- /dev/null +++ b/pg_exclude.yml @@ -0,0 +1,5 @@ +exclude: + nightly: + ol/7: [15] + release: + ol/7: [15] diff --git a/pkgvars b/pkgvars index d75c0c14e..0c0e61b8b 100644 --- a/pkgvars +++ b/pkgvars @@ -1,5 +1,4 @@ pkgname=pg_cron hubproj=pg_cron pkgdesc='Periodic job scheduler for PostgreSQL' -pkglatest=1.4.1 -releasepg=10,11,12,13,14 +pkglatest=1.4.2 diff --git a/postgres-matrix.yml b/postgres-matrix.yml index 4ded0e506..56b188bef 100644 --- a/postgres-matrix.yml +++ b/postgres-matrix.yml @@ -4,3 +4,5 @@ project_name: pg-cron version_matrix: - 1.4.1: postgres_versions: [10, 11, 12, 13, 14] + - 1.4.2: + postgres_versions: [ 10, 11, 12, 13, 14, 15 ]