hll: (this update is for v18 only) Update to 2.19 per changes described at https...
authorDevrim Gunduz <devrim@gunduz.org>
Mon, 20 Oct 2025 08:20:45 +0000 (11:20 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Mon, 20 Oct 2025 08:20:45 +0000 (11:20 +0300)
rpm/redhat/main/non-common/hll/main/hll.spec

index 292ddd3ecb9d825b0a084def2f7fa577036f75f9..dde02d2c83fc47fd6409a37464ef941d801b5479 100644 (file)
@@ -4,8 +4,8 @@
 
 Summary:       PostgreSQL extension adding HyperLogLog data structures as a native data type
 Name:          %{sname}_%{pgmajorversion}
-Version:       2.18
-Release:       5PGDG%{dist}
+Version:       2.19
+Release:       1PGDG%{dist}
 License:       Apache
 Source0:       https://github.com/citusdata/postgresql-%{sname}/archive/v%{version}.tar.gz
 URL:           https://github.com/citusdata/postgresql-%{sname}/
@@ -70,6 +70,10 @@ PG_CONFIG=%{pginstdir}/bin/pg_config %make_install
 %endif
 
 %changelog
+* Mon Oct 20 2025 - Devrim Gündüz <devrim@gunduz.org> - 2.19-1PGDG
+- Update to 2.19 per changes described at:
+  https://github.com/citusdata/postgresql-hll/releases/tag/v2.19
+
 * Sun Oct 5 2025 Devrim Gunduz <devrim@gunduz.org> - 2.18-5PGDG
 - Add SLES 16 support