JDBC: Update to 42.7.6 per changes described at https://github.com/pgjdbc/pgjdbc...
authorDevrim Gunduz <devrim@gunduz.org>
Wed, 28 May 2025 13:35:37 +0000 (16:35 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Wed, 28 May 2025 13:35:37 +0000 (16:35 +0300)
rpm/redhat/main/common/postgresql-jdbc/main/postgresql-jdbc.spec

index bd7f109a74a8286e3543bb9f1910cfc1e56a3a37..bf6dc4f41c8ea0f47827d31036f29057f6a8c90f 100644 (file)
@@ -1,8 +1,8 @@
 
 Summary:       JDBC driver for PostgreSQL
 Name:          postgresql-jdbc
-Version:       42.7.5
-Release:       2PGDG%{?dist}
+Version:       42.7.6
+Release:       1PGDG%{?dist}
 # ASL 2.0 applies only to postgresql-jdbc.pom file, the rest is BSD
 License:       BSD and ASL 2.0
 URL:           https://jdbc.postgresql.org/
@@ -149,6 +149,10 @@ test $? -eq 0 && { cat test.log ; exit 1 ; }
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Wed May 28 2025 Devrim Gündüz <devrim@gunduz.org> - 42.7.6-1PGDG
+- Update to 42.7.6 per changes described at:
+  https://github.com/pgjdbc/pgjdbc/releases/tag/REL42.7.6
+
 * Wed Jan 15 2025 Devrim Gündüz <devrim@gunduz.org> - 42.7.5-2PGDG
 - Do not remove shade plugin, just downgrade it for RHEL 8 to
   unbreak SCRAM auth.