From 49eb049ce32f8d8d2d5ccf683aeb1143a59c09b2 Mon Sep 17 00:00:00 2001 From: gurkanindibay Date: Wed, 24 Apr 2024 12:31:21 +0300 Subject: [PATCH] Bump version into 12.1.3 --- citus.spec | 7 +++++-- debian/changelog | 6 ++++++ pkgvars | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/citus.spec b/citus.spec index fcf1a17f..ec7276e5 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: 11.0.10.citus +Version: 12.1.3.citus Release: 1%{dist} License: AGPLv3 Group: Applications/Databases -Source0: https://github.com/citusdata/citus/archive/v11.0.10.tar.gz +Source0: https://github.com/citusdata/citus/archive/v12.1.3.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 24 2024 - Gurkan Indibay 12.1.3.citus-1 +- Official 12.1.3 release of Citus + * Fri Feb 16 2024 - Gurkan Indibay 11.0.10.citus-1 - Official 11.0.10 release of Citus diff --git a/debian/changelog b/debian/changelog index 9db21f75..23ed6ad4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +citus (12.1.3.citus-1) stable; urgency=low + + * Official 12.1.3 release of Citus + + -- Gurkan Indibay Wed, 24 Apr 2024 11:17:35 +0000 + citus (11.0.10.citus-1) stable; urgency=low * Official 11.0.10 release of Citus diff --git a/pkgvars b/pkgvars index 717f6774..7fa0ed40 100644 --- a/pkgvars +++ b/pkgvars @@ -1,5 +1,5 @@ pkgname=citus pkgdesc='Citus (Open-Source)' -pkglatest=11.0.10.citus-1 +pkglatest=12.1.3.citus-1 nightlyref=main versioning=fancy