public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Marian Koncek <mkoncek@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/postgresql-jdbc] rawhide: Update to upstream version 42.7.11
Date: Wed, 10 Jun 2026 09:29:53 GMT	[thread overview]
Message-ID: <178108379381.1.9290783741619039571.rpms-postgresql-jdbc-140267e6a66e@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-06-10  9:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178108379381.1.9290783741619039571.rpms-postgresql-jdbc-140267e6a66e@fedoraproject.org \
    --to=mkoncek@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox