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 2022-03-22 19:40:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-surefire (Old)
 and      /work/SRC/openSUSE:Factory/.maven-surefire.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "maven-surefire"

Tue Mar 22 19:40:52 2022 rev:5 rq:963963 version:2.22.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/maven-surefire/maven-surefire-plugins.changes    
2021-04-21 20:59:52.102245661 +0200
+++ 
/work/SRC/openSUSE:Factory/.maven-surefire.new.25692/maven-surefire-plugins.changes
 2022-03-22 19:40:56.347136418 +0100
@@ -1,0 +2,5 @@
+Tue Mar 22 13:53:34 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with source and target level 8
+
+-------------------------------------------------------------------
--- 
/work/SRC/openSUSE:Factory/maven-surefire/maven-surefire-provider-junit5.changes
    2021-04-21 20:59:52.122245692 +0200
+++ 
/work/SRC/openSUSE:Factory/.maven-surefire.new.25692/maven-surefire-provider-junit5.changes
 2022-03-22 19:40:56.463136539 +0100
@@ -1,0 +2,5 @@
+Tue Mar 22 13:53:55 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with source and target levels 8
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/maven-surefire/maven-surefire.changes    
2021-04-21 20:59:52.142245724 +0200
+++ /work/SRC/openSUSE:Factory/.maven-surefire.new.25692/maven-surefire.changes 
2022-03-22 19:40:56.519136598 +0100
@@ -1,0 +2,5 @@
+Tue Mar 22 13:52:58 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with java source and target levels 8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ maven-surefire-plugins.spec ++++++
--- /var/tmp/diff_new_pack.cmoAXO/_old  2022-03-22 19:40:57.179137290 +0100
+++ /var/tmp/diff_new_pack.cmoAXO/_new  2022-03-22 19:40:57.183137294 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package maven-surefire-plugins
+# spec file
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 Summary:        Test framework project
 License:        Apache-2.0 AND CPL-1.0
 Group:          Development/Libraries/Java
-URL:            http://maven.apache.org/surefire/
+URL:            https://maven.apache.org/surefire/
 # ./generate-tarball.sh
 Source0:        %{base_name}-%{version}.tar.gz
 # Remove bundled binaries which cannot be easily verified for licensing
@@ -34,6 +34,7 @@
 Patch2:         0003-Port-to-TestNG-6.11.patch
 Patch3:         0004-Port-to-current-maven-shared-utils.patch
 BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  maven-local
 BuildRequires:  mvn(commons-io:commons-io)
 BuildRequires:  mvn(org.apache.commons:commons-lang3)
@@ -161,20 +162,21 @@
 %{mvn_package} ":*junit-platform*" junit5
 %{mvn_package} ":*{junit,testng,failsafe-plugin,report-parser}*"  @1
 
-%mvn_artifact pom.xml
+%{mvn_artifact} pom.xml
 mkdir -p target/site/apidocs
 for i in \
    maven-failsafe-plugin \
    maven-surefire-plugin \
    maven-surefire-report-plugin; do
   pushd ${i}
-    %mvn_build -f \
+    %{mvn_build} -f -- \
 %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
-       -- -Dmaven.compiler.release=6
+    -Dmaven.compiler.release=8 \
 %endif
+    -Dsource=8
 
   popd
-  %mvn_artifact ${i}/pom.xml ${i}/target/${i}-%{version}.jar
+  %{mvn_artifact} ${i}/pom.xml ${i}/target/${i}-%{version}.jar
   if [ -d ${i}/target/site/apidocs ]; then
     cp -r ${i}/target/site/apidocs target/site/apidocs/${i}
   fi

++++++ maven-surefire-provider-junit5.spec ++++++
--- /var/tmp/diff_new_pack.cmoAXO/_old  2022-03-22 19:40:57.207137320 +0100
+++ /var/tmp/diff_new_pack.cmoAXO/_new  2022-03-22 19:40:57.211137323 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package maven-surefire-provider-junit5
+# spec file
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 Summary:        JUnit 5 provider for Maven Surefire
 License:        Apache-2.0 AND CPL-1.0
 Group:          Development/Libraries/Java
-URL:            http://maven.apache.org/surefire/
+URL:            https://maven.apache.org/surefire/
 # ./generate-tarball.sh
 Source0:        %{base_name}-%{version}.tar.gz
 # Remove bundled binaries which cannot be easily verified for licensing
@@ -34,6 +34,7 @@
 Patch2:         0003-Port-to-TestNG-6.11.patch
 Patch3:         0004-Port-to-current-maven-shared-utils.patch
 BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  maven-local
 BuildRequires:  mvn(org.apache.maven.surefire:common-java5)
 BuildRequires:  mvn(org.apache.maven:maven-parent:pom:)
@@ -105,10 +106,11 @@
 
 %build
 pushd surefire-providers/surefire-junit-platform
-%mvn_build -f \
+%{mvn_build} -f -- \
 %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
-       -- -Dmaven.compiler.release=8
+    -Dmaven.compiler.release=8 \
 %endif
+    -Dsource=8
 
 popd
 

++++++ maven-surefire.spec ++++++
--- /var/tmp/diff_new_pack.cmoAXO/_old  2022-03-22 19:40:57.239137353 +0100
+++ /var/tmp/diff_new_pack.cmoAXO/_new  2022-03-22 19:40:57.243137357 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package maven-surefire
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 Summary:        Test framework project
 License:        Apache-2.0 AND CPL-1.0
 Group:          Development/Libraries/Java
-URL:            http://maven.apache.org/surefire/
+URL:            https://maven.apache.org/surefire/
 # ./generate-tarball.sh
 Source0:        %{name}-%{version}.tar.gz
 # Remove bundled binaries which cannot be easily verified for licensing
@@ -38,6 +38,7 @@
 BuildRequires:  apache-commons-io
 BuildRequires:  apache-commons-lang3
 BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javacc
 BuildRequires:  javapackages-local
 BuildRequires:  jsr-305
@@ -213,12 +214,12 @@
        plexus-languages/plexus-java \
        testng
 
-%ant \
+%{ant} \
        -Dtest.skip=true \
        package javadoc
 
-%mvn_artifact pom.xml
-%mvn_artifact surefire-providers/pom.xml
+%{mvn_artifact} pom.xml
+%{mvn_artifact} surefire-providers/pom.xml
 
 mkdir -p target/site/apidocs
 
@@ -232,7 +233,7 @@
     maven-surefire-plugin \
     maven-failsafe-plugin \
     maven-surefire-report-plugin; do
-  %mvn_artifact ${module}/pom.xml ${module}/target/${module}-%{version}.jar
+  %{mvn_artifact} ${module}/pom.xml ${module}/target/${module}-%{version}.jar
   if [ -d ${module}/target/site/apidocs ]; then
     cp -r ${module}/target/site/apidocs target/site/apidocs/${module}
   fi
@@ -247,7 +248,7 @@
     surefire-junit47 \
     surefire-testng-utils \
     surefire-testng; do
-  %mvn_artifact surefire-providers/${module}/pom.xml \
+  %{mvn_artifact} surefire-providers/${module}/pom.xml \
     surefire-providers/${module}/target/${module}-%{version}.jar
   if [ -d surefire-providers/${module}/target/site/apidocs ]; then
     cp -r surefire-providers/${module}/target/site/apidocs 
target/site/apidocs/${module}

++++++ maven-surefire-build.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/common.xml new/common.xml
--- old/common.xml      2019-04-02 08:16:21.978441257 +0200
+++ new/common.xml      2022-03-22 14:51:09.469339377 +0100
@@ -11,7 +11,7 @@
   
   <property name="spec.version" value="2.22"/>
 
-  <property name="compiler.source" value="1.6"/>
+  <property name="compiler.source" value="1.8"/>
   <property name="compiler.target" value="${compiler.source}"/>
 
 </project>

Reply via email to