From f483e688c416ccf9670164ea776a2725b017bea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrkan=20=C4=B0ndibay?= Date: Tue, 4 Apr 2023 16:53:47 +0300 Subject: [PATCH] Bump redhat pg_cron to 1.5.1 (#1037) * Bump redhat pg_cron to 1.5.1 --- .github/workflows/build-package.yml | 4 ++-- pg_cron.spec | 14 ++++++++------ pkgvars | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-package.yml b/.github/workflows/build-package.yml index 8dd2e0784..250da35ee 100644 --- a/.github/workflows/build-package.yml +++ b/.github/workflows/build-package.yml @@ -29,10 +29,10 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Clone tools branch - run: git clone -b v0.8.18 --depth=1 https://github.com/citusdata/tools.git tools + run: git clone -b v0.8.24 --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 49f485fda..9b472c711 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.2 +Version: 1.5.1 Release: 1%{dist} License: PostgreSQL Group: Applications/Databases -Source0: https://github.com/citusdata/pg_cron/archive/v1.4.2.tar.gz +Source0: https://github.com/citusdata/pg_cron/archive/v1.5.1.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,10 +56,12 @@ 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 Pg Cron +* Tue Apr 4 2023 - Gurkan Indibay 1.5.1-1 +- Official 1.5.1 release of PG Cron +* 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 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/pkgvars b/pkgvars index 0c0e61b8b..c6c3854c0 100644 --- a/pkgvars +++ b/pkgvars @@ -1,4 +1,4 @@ pkgname=pg_cron hubproj=pg_cron pkgdesc='Periodic job scheduler for PostgreSQL' -pkglatest=1.4.2 +pkglatest=1.5.1