Skip to content

Commit

Permalink
Bump to citus 11.1.7 (#1092)
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay authored Feb 14, 2024
1 parent 8fe35a6 commit 8306e30
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
7 changes: 5 additions & 2 deletions citus.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Summary: PostgreSQL-based distributed RDBMS
Name: %{sname}%{?pkginfix}_%{pgmajorversion}
Provides: %{sname}_%{pgmajorversion}
Conflicts: %{sname}_%{pgmajorversion}
Version: 12.1.1.citus
Version: 11.1.7.citus
Release: 1%{dist}
License: AGPLv3
Group: Applications/Databases
Source0: https://github.com/citusdata/citus/archive/v12.1.1.tar.gz
Source0: https://github.com/citusdata/citus/archive/v11.1.7.tar.gz
URL: https://github.com/citusdata/citus
BuildRequires: postgresql%{pgmajorversion}-devel libcurl-devel
Requires: postgresql%{pgmajorversion}-server
Expand Down Expand Up @@ -112,6 +112,9 @@ fi
%doc %{pginstdir}/doc/extension/NOTICE-%{sname}

%changelog
* Wed Feb 14 2024 - Gurkan Indibay <[email protected]> 11.1.7.citus-1
- Official 11.1.7 release of Citus

* Tue Nov 14 2023 - Gurkan Indibay <[email protected]> 12.1.1.citus-1
- Official 12.1.1 release of Citus

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
citus (11.1.7.citus-1) stable; urgency=low

* Official 11.1.7 release of Citus

-- Gurkan Indibay <[email protected]> Wed, 14 Feb 2024 07:30:55 +0000

citus (12.1.1.citus-1) stable; urgency=low

* Official 12.1.1 release of Citus
Expand Down
2 changes: 1 addition & 1 deletion pkgvars
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=citus
pkgdesc='Citus (Open-Source)'
pkglatest=12.1.1.citus-1
pkglatest=11.1.7.citus-1
nightlyref=main
versioning=fancy

0 comments on commit 8306e30

Please sign in to comment.