public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/postgresql-jdbc] rawhide: Update to upstream version 42.7.11
@ 2026-06-10 9:29 Marian Koncek
0 siblings, 0 replies; only message in thread
From: Marian Koncek @ 2026-06-10 9:29 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/postgresql-jdbc
Branch : rawhide
Commit : 140267e6a66eb7a93bf693c66194861fc03806c2
Author : Marian Koncek <mkoncek@redhat.com>
Date : 2026-06-10T11:29:36+02:00
Stats : +10/-2 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/postgresql-jdbc/c/140267e6a66eb7a93bf693c66194861fc03806c2?branch=rawhide
Log:
Update to upstream version 42.7.11
---
diff --git a/.gitignore b/.gitignore
index 122440d..9feb5a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@
/postgresql-42.7.7-jdbc-src.tar.gz
/postgresql-42.7.8-jdbc-src.tar.gz
/postgresql-42.7.10-jdbc-src.tar.gz
+/postgresql-42.7.11-jdbc-src.tar.gz
diff --git a/postgresql-jdbc.spec b/postgresql-jdbc.spec
index ce9c146..1e5bcb5 100644
--- a/postgresql-jdbc.spec
+++ b/postgresql-jdbc.spec
@@ -48,7 +48,7 @@
Summary: JDBC driver for PostgreSQL
Name: postgresql-jdbc
-Version: 42.7.10
+Version: 42.7.11
Release: %autorelease
License: BSD-2-Clause
URL: https://jdbc.postgresql.org/
@@ -112,6 +112,13 @@ find -type f \( -name "*.jar" -or -name "*.class" \) -delete
# remove tests that depend on the system-stubs-jupiter
grep -l -r '^import uk\.org\.webcompere\.systemstubs' src/test | xargs rm -v
+# RequireAuthTest requires specific pg_hba.conf configuration with different
+# authentication methods for different users, which is not available in mock builds
+%pom_xpath_inject 'pom:build/pom:plugins/pom:plugin[pom:artifactId="maven-surefire-plugin"]/pom:configuration' '
+<excludes>
+ <exclude>**/RequireAuthTest.java</exclude>
+</excludes>'
+
# Install -tests Jar as well
%pom_xpath_inject 'pom:build/pom:plugins/pom:plugin[pom:artifactId="maven-jar-plugin"]' '
<executions>
diff --git a/sources b/sources
index 8fd2950..fbb4492 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (postgresql-42.7.10-jdbc-src.tar.gz) = 84248dab9fdf854d6ab8500862d0c6b1bad02324e372829dcb5f90b60eb3d3598ae6142c95ac2bc87714fdca76c2471920254f6235e1f1401248f87b6e4bfd35
+SHA512 (postgresql-42.7.11-jdbc-src.tar.gz) = 8b3130fd8b291f1988f2a2cbdd4712a44b2dde8a8420ad3d594beb3de4462a53fd8d3a7f5e01e049c5df51bb7230bbf6c26f0bb485a19b8b6370463524e4d349
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-10 9:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-10 9:29 [rpms/postgresql-jdbc] rawhide: Update to upstream version 42.7.11 Marian Koncek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox