pg_rewrite: Update to 2.0.0 per changes described at https://github.com/cybertec...
authorDevrim Gunduz <devrim@gunduz.org>
Tue, 2 Sep 2025 11:50:14 +0000 (14:50 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Tue, 2 Sep 2025 11:50:14 +0000 (14:50 +0300)
rpm/redhat/main/non-common/pg_rewrite/main/pg_rewrite.spec

index 8e1ef8c3b46de068f5f24c95ee3465fed9909b0e..db0c7c6cd7460144def14c7c88b9d444a917b381 100644 (file)
@@ -1,7 +1,7 @@
 %global sname pg_rewrite
 
-%global pgrwmajver 1
-%global pgrwmidver 1
+%global pgrwmajver 2
+%global pgrwmidver 0
 %global pgrwminver 0
 
 %{!?llvm:%global llvm 1}
@@ -60,5 +60,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %{__make} DESTDIR=%{buildroot} %{?_smp_m
 %endif
 
 %changelog
+* Tue Sep 2 2025 Devrim Gündüz <devrim@gunduz.org> - 2.0.0-1PGDG
+- Update to 2.0.0 per changes described at:
+  https://github.com/cybertec-postgresql/pg_rewrite/releases/tag/REL2_0_0
+
 * Wed Jul 30 2025 Devrim Gündüz <devrim@gunduz.org> - 1.1.0-1PGDG
 - Initial packaging for the PostgreSQL RPM Repository