pg_cron: (NOTE: Fails to build with GCC 14 (RHEL 10, Fedora 41) and GCC 15 (Fedora...
authorDevrim Gunduz <devrim@gunduz.org>
Thu, 4 Sep 2025 08:57:36 +0000 (11:57 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Thu, 4 Sep 2025 08:57:36 +0000 (11:57 +0300)
rpm/redhat/main/non-common/pg_cron/main/pg_cron.spec

index 5bee32f2faf4c1788566ccacafbd6ec89c5c90ca..77eff281f2c85d78cf0b4cb107f7dffbacb0d1df 100644 (file)
@@ -4,7 +4,7 @@
 
 Summary:       Run periodic jobs in PostgreSQL
 Name:          %{sname}_%{pgmajorversion}
-Version:       1.6.5
+Version:       1.6.6
 Release:       1PGDG%{dist}
 License:       AGPLv3
 Source0:       https://github.com/citusdata/%{sname}/archive/v%{version}.tar.gz
@@ -73,6 +73,10 @@ PATH=%{pginstdir}/bin/:$PATH %make_install
 %endif
 
 %changelog
+* Thu Sep 4 2025 Devrim Gündüz <devrim@gunduz.org> - 1.6.6-1PGDG
+- Update to 1.6.6, per changes described at:
+  https://github.com/citusdata/pg_cron/releases/tag/v1.6.6
+
 * Thu Dec 12 2024 Devrim Gündüz <devrim@gunduz.org> - 1.6.5-1PGDG
 - Update to 1.6.5, per changes described at:
   https://github.com/citusdata/pg_cron/releases/tag/v1.6.5