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/
%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.