From: Devrim Gunduz Date: Thu, 4 Sep 2025 12:11:09 +0000 (+0300) Subject: pg_cron: Update to 1.6.7, per changes described at https://github.com/citusdata... X-Git-Url: http://git.postgresql.org/gitweb/static/session/%7B%7Bsession.id%7D%7D-%7B%7Bsession.title%7Cslugify%7D%7D?a=commitdiff_plain;h=9e591383ae73564bfd55b6d3e2fb523a5cb31cb9;p=pgrpms.git pg_cron: Update to 1.6.7, per changes described at https://github.com/citusdata/pg_cron/releases/tag/v1.6.7 --- diff --git a/rpm/redhat/main/non-common/pg_cron/main/pg_cron.spec b/rpm/redhat/main/non-common/pg_cron/main/pg_cron.spec index 77eff281f..b14d27b77 100644 --- a/rpm/redhat/main/non-common/pg_cron/main/pg_cron.spec +++ b/rpm/redhat/main/non-common/pg_cron/main/pg_cron.spec @@ -4,10 +4,12 @@ Summary: Run periodic jobs in PostgreSQL Name: %{sname}_%{pgmajorversion} -Version: 1.6.6 +Version: 1.6.7 Release: 1PGDG%{dist} License: AGPLv3 Source0: https://github.com/citusdata/%{sname}/archive/v%{version}.tar.gz +Patch0: pg_cron-1.6.6-gcc14-15.patch +Patch1: b95d41d2802f401add38208d09ba285e589a69d8.patch URL: https://github.com/citusdata/%{sname} BuildRequires: postgresql%{pgmajorversion}-devel libxml2-devel Requires: postgresql%{pgmajorversion}-server @@ -47,6 +49,8 @@ This packages provides JIT support for pg_cron %prep %setup -q -n %{sname}-%{version} +%patch -P 0 -p1 +%patch -P 1 -p1 %build PATH=%{pginstdir}/bin/:$PATH %{__make} %{?_smp_mflags} @@ -73,8 +77,9 @@ PATH=%{pginstdir}/bin/:$PATH %make_install %endif %changelog -* Thu Sep 4 2025 Devrim Gündüz - 1.6.6-1PGDG -- Update to 1.6.6, per changes described at: +* Thu Sep 4 2025 Devrim Gündüz - 1.6.7-1PGDG +- Update to 1.6.7, per changes described at: + https://github.com/citusdata/pg_cron/releases/tag/v1.6.7 https://github.com/citusdata/pg_cron/releases/tag/v1.6.6 * Thu Dec 12 2024 Devrim Gündüz - 1.6.5-1PGDG