Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package maven-surefire for openSUSE:Factory 
checked in at 2026-08-03 17:18:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-surefire (Old)
 and      /work/SRC/openSUSE:Factory/.maven-surefire.new.16738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "maven-surefire"

Mon Aug  3 17:18:49 2026 rev:22 rq:1369190 version:3.5.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/maven-surefire/maven-surefire-plugins.changes    
2026-05-28 17:34:12.169745640 +0200
+++ 
/work/SRC/openSUSE:Factory/.maven-surefire.new.16738/maven-surefire-plugins.changes
 2026-08-03 17:19:01.522350391 +0200
@@ -1,0 +2,7 @@
+Sun Aug  2 14:14:27 UTC 2026 - Fridrich Strba <[email protected]>
+
+- Modified patch:
+  * 0002-Unshade-surefire.patch
+    + fix incomplete removal of surefire-shared-utils (bsc#1273185)
+
+-------------------------------------------------------------------
maven-surefire.changes: same change

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
maven-surefire.spec: same change
++++++ 0002-Unshade-surefire.patch ++++++
--- /var/tmp/diff_new_pack.RJ2Uqs/_old  2026-08-03 17:19:02.958400400 +0200
+++ /var/tmp/diff_new_pack.RJ2Uqs/_new  2026-08-03 17:19:02.962400539 +0200
@@ -306,6 +306,37 @@
  
  /**
   * Abstract base class for running tests using Surefire.
+@@ -1896,8 +1896,7 @@
+             getExtensionsArtifact(),
+             getApiArtifact(),
+             getSpiArtifact(),
+-            getLoggerApiArtifact(),
+-            getSurefireSharedUtilsArtifact()
++            getLoggerApiArtifact()
+         };
+         Set<Artifact> inProcArtifacts = 
retainInProcArtifactsUnique(providerArtifacts, additionalInProcArtifacts);
+         Classpath inProcClasspath = createInProcClasspath(providerClasspath, 
inProcArtifacts);
+@@ -2020,8 +2019,7 @@
+             getExtensionsArtifact(),
+             getApiArtifact(),
+             getSpiArtifact(),
+-            getLoggerApiArtifact(),
+-            getSurefireSharedUtilsArtifact()
++            getLoggerApiArtifact()
+         };
+         Set<Artifact> inProcArtifacts = 
retainInProcArtifactsUnique(providerArtifacts, additionalInProcArtifacts);
+         Classpath inProcClasspath = createInProcClasspath(providerClasspath, 
inProcArtifacts);
+@@ -2065,10 +2063,6 @@
+         return 
getPluginArtifactMap().get("org.apache.maven.surefire:surefire-api");
+     }
+ 
+-    private Artifact getSurefireSharedUtilsArtifact() {
+-        return 
getPluginArtifactMap().get("org.apache.maven.surefire:surefire-shared-utils");
+-    }
+-
+     private Artifact getLoggerApiArtifact() {
+         return 
getPluginArtifactMap().get("org.apache.maven.surefire:surefire-logger-api");
+     }
 diff --git 
a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/StartupReportConfiguration.java
 
b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/StartupReportConfiguration.java
 index 45f642b5c..901f487a0 100644
 --- 
a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/StartupReportConfiguration.java

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.RJ2Uqs/_old  2026-08-03 17:19:03.026402768 +0200
+++ /var/tmp/diff_new_pack.RJ2Uqs/_new  2026-08-03 17:19:03.030402907 +0200
@@ -1,6 +1,6 @@
-mtime: 1781106314
-commit: a4cba0b0a327eb381a8392bba6309001ca034355e357d4533cc22ee27e09bcd3
+mtime: 1785680258
+commit: 57aa48b75a2745ee6a23a53abc644e194af1a8f32810a050235f221c871a6f2f
 url: https://src.opensuse.org/java-packages/maven-surefire
-revision: a4cba0b0a327eb381a8392bba6309001ca034355e357d4533cc22ee27e09bcd3
+revision: 57aa48b75a2745ee6a23a53abc644e194af1a8f32810a050235f221c871a6f2f
 projectscmsync: https://src.opensuse.org/java-packages/_ObsPrj
 

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-08-02 16:17:38.000000000 +0200
@@ -0,0 +1 @@
+.osc

Reply via email to