diff --git a/pg_cron.spec b/pg_cron.spec index 89fe0cd1..2be43974 100644 --- a/pg_cron.spec +++ b/pg_cron.spec @@ -5,11 +5,11 @@ Summary: Periodic job scheduler for PostgreSQL Name: %{sname}_%{pgmajorversion} -Version: 1.6.0 +Version: 1.6.2 Release: 1%{dist} License: PostgreSQL Group: Applications/Databases -Source0: https://github.com/citusdata/pg_cron/archive/v1.6.0.tar.gz +Source0: https://github.com/citusdata/pg_cron/archive/v1.6.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,6 +56,8 @@ PATH=%{pginstdir}/bin:$PATH %endif %changelog +* Mon Nov 27 2023 - Gurkan Indibay 1.6.2-1 +- Official 1.6.2 release of PG Cron * Tue Aug 29 2023 - Gurkan Indibay 1.6.0-1 - Official 1.6.0 release of PG Cron - Adds support for PostgreSQL 16 diff --git a/pkgvars b/pkgvars index c830d886..004f406a 100644 --- a/pkgvars +++ b/pkgvars @@ -1,4 +1,4 @@ pkgname=pg_cron hubproj=pg_cron pkgdesc='Periodic job scheduler for PostgreSQL' -pkglatest=1.6.0 +pkglatest=1.6.2