diff --git a/citus.spec b/citus.spec index 0c187f1a..fd6d54ea 100644 --- a/citus.spec +++ b/citus.spec @@ -8,11 +8,11 @@ Summary: PostgreSQL-based distributed RDBMS Name: %{sname}%{?pkginfix}_%{pgmajorversion} Provides: %{sname}_%{pgmajorversion} Conflicts: %{sname}_%{pgmajorversion} -Version: 12.0.1.citus +Version: 12.1.2.citus Release: 1%{dist} License: AGPLv3 Group: Applications/Databases -Source0: https://github.com/citusdata/citus/archive/v12.0.1.tar.gz +Source0: https://github.com/citusdata/citus/archive/v12.1.2.tar.gz URL: https://github.com/citusdata/citus BuildRequires: postgresql%{pgmajorversion}-devel libcurl-devel Requires: postgresql%{pgmajorversion}-server @@ -112,6 +112,9 @@ fi %doc %{pginstdir}/doc/extension/NOTICE-%{sname} %changelog +* Wed Feb 14 2024 - Gurkan Indibay 12.1.2.citus-1 +- Official 12.1.2 release of Citus + * Wed Feb 14 2024 - Gurkan Indibay 12.0.1.citus-1 - Official 12.0.1 release of Citus diff --git a/debian/changelog b/debian/changelog index e97ed44d..01f784c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +citus (12.1.2.citus-1) stable; urgency=low + + * Official 12.1.2 release of Citus + + -- Gurkan Indibay Wed, 14 Feb 2024 08:29:10 +0000 + citus (12.0.1.citus-1) stable; urgency=low * Official 12.0.1 release of Citus diff --git a/pkgvars b/pkgvars index dd795b6c..cfe9dda7 100644 --- a/pkgvars +++ b/pkgvars @@ -1,5 +1,5 @@ pkgname=citus pkgdesc='Citus (Open-Source)' -pkglatest=12.0.1.citus-1 +pkglatest=12.1.2.citus-1 nightlyref=main versioning=fancy