Skip to content

Commit

Permalink
Bump to citus 13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m3hm3t committed Feb 4, 2025
1 parent 641646d commit bd8b72b
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: 13.0.0.citus
Version: 13.0.1.citus
Release: 1%{dist}
License: AGPLv3
Group: Applications/Databases
Source0: https://github.com/citusdata/citus/archive/v13.0.0.tar.gz
Source0: https://github.com/citusdata/citus/archive/v13.0.1.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
* Tue Feb 04 2025 - Mehmet Yilmaz <[email protected]> 13.0.1.citus-1
- Official 13.0.1 release of Citus

* Thu Jan 23 2025 - Mehmet Yilmaz <[email protected]> 13.0.0.citus-1
- Official 13.0.0 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 (13.0.1.citus-1) stable; urgency=low

* Official 13.0.1 release of Citus

-- Mehmet Yilmaz <[email protected]> Tue, 04 Feb 2025 13:27:27 +0000

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

* Official 13.0.0 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=13.0.0.citus-1
pkglatest=13.0.1.citus-1
nightlyref=main
versioning=fancy

0 comments on commit bd8b72b

Please sign in to comment.