From 8f4f3865c60725b13aa1f664893a346e79e56ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrkan=20=C4=B0ndibay?= Date: Wed, 14 Feb 2024 11:11:11 +0300 Subject: [PATCH] Bump to citus 11.3.1 (#1094) --- citus.spec | 7 +++++-- debian/changelog | 6 ++++++ pkgvars | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/citus.spec b/citus.spec index 7edae787..d7c9fbd8 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.2.2.citus +Version: 11.3.1.citus Release: 1%{dist} License: AGPLv3 Group: Applications/Databases -Source0: https://github.com/citusdata/citus/archive/v11.2.2.tar.gz +Source0: https://github.com/citusdata/citus/archive/v11.3.1.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 11.3.1.citus-1 +- Official 11.3.1 release of Citus + * Wed Feb 14 2024 - Gurkan Indibay 11.2.2.citus-1 - Official 11.2.2 release of Citus diff --git a/debian/changelog b/debian/changelog index 2ebdfba6..e6834658 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +citus (11.3.1.citus-1) stable; urgency=low + + * Official 11.3.1 release of Citus + + -- Gurkan Indibay Wed, 14 Feb 2024 07:57:45 +0000 + citus (11.2.2.citus-1) stable; urgency=low * Official 11.2.2 release of Citus diff --git a/pkgvars b/pkgvars index ea976bd3..7f07d03e 100644 --- a/pkgvars +++ b/pkgvars @@ -1,5 +1,5 @@ pkgname=citus pkgdesc='Citus (Open-Source)' -pkglatest=11.2.2.citus-1 +pkglatest=11.3.1.citus-1 nightlyref=main versioning=fancy