diff --git a/citus.spec b/citus.spec index 0260996e..78fa5b2f 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: 13.2.2.citus +Version: 12.1.12.citus Release: 1%{dist} License: AGPLv3 Group: Applications/Databases -Source0: https://github.com/citusdata/citus/archive/v13.2.2.tar.gz +Source0: https://github.com/citusdata/citus/archive/v12.1.12.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 Apr 22 2026 - Ibrahim Halatci 12.1.12.citus-1 +- Official 12.1.12 release of Citus + * Wed Apr 22 2026 - Ibrahim Halatci 13.2.2.citus-1 - Official 13.2.2 release of Citus diff --git a/debian/changelog b/debian/changelog index f5fd8324..212dc322 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +citus (12.1.12.citus-1) stable; urgency=low + + * Official 12.1.12 release of Citus + + -- Ibrahim Halatci Wed, 22 Apr 2026 17:14:29 +0000 + citus (13.2.2.citus-1) stable; urgency=low * Official 13.2.2 release of Citus diff --git a/pkgvars b/pkgvars index 7f2c2cb1..16616759 100644 --- a/pkgvars +++ b/pkgvars @@ -1,5 +1,5 @@ pkgname=citus pkgdesc='Citus (Open-Source)' -pkglatest=13.2.2.citus-1 +pkglatest=12.1.12.citus-1 nightlyref=main versioning=fancy