Hello community,

here is the log from the commit of package maven-surefire for openSUSE:Factory 
checked in at 2019-11-26 17:00:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-surefire (Old)
 and      /work/SRC/openSUSE:Factory/.maven-surefire.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "maven-surefire"

Tue Nov 26 17:00:28 2019 rev:3 rq:750628 version:2.22.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/maven-surefire/maven-surefire-plugins.changes    
2019-04-05 12:05:03.830595683 +0200
+++ 
/work/SRC/openSUSE:Factory/.maven-surefire.new.26869/maven-surefire-plugins.changes
 2019-11-26 17:00:36.292083198 +0100
@@ -1,0 +2,6 @@
+Sun Nov 24 17:49:18 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Specify maven.compiler.release to fix build with jdk9+ and newer
+  maven-javadoc-plugin
+
+-------------------------------------------------------------------
--- 
/work/SRC/openSUSE:Factory/maven-surefire/maven-surefire-provider-junit5.changes
    2019-07-02 10:39:08.958650609 +0200
+++ 
/work/SRC/openSUSE:Factory/.maven-surefire.new.26869/maven-surefire-provider-junit5.changes
 2019-11-26 17:00:40.444081827 +0100
@@ -1,0 +2,6 @@
+Sun Nov 24 17:49:33 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Specify maven.compiler.release to fix build with jdk9+ and newer
+  maven-javadoc-plugin
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ maven-surefire-plugins.spec ++++++
--- /var/tmp/diff_new_pack.SOdeZT/_old  2019-11-26 17:00:43.296080885 +0100
+++ /var/tmp/diff_new_pack.SOdeZT/_new  2019-11-26 17:00:43.304080882 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package maven
+# spec file for package maven-surefire-plugins
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -168,7 +168,11 @@
    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
+%endif
+
   popd
   %mvn_artifact ${i}/pom.xml ${i}/target/${i}-%{version}.jar
   if [ -d ${i}/target/site/apidocs ]; then

++++++ maven-surefire-provider-junit5.spec ++++++
--- /var/tmp/diff_new_pack.SOdeZT/_old  2019-11-26 17:00:43.400080851 +0100
+++ /var/tmp/diff_new_pack.SOdeZT/_new  2019-11-26 17:00:43.416080846 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package maven
+# spec file for package maven-surefire-provider-junit5
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -105,7 +105,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
+%endif
+
 popd
 
 %install

++++++ maven-surefire.spec ++++++
--- /var/tmp/diff_new_pack.SOdeZT/_old  2019-11-26 17:00:43.484080823 +0100
+++ /var/tmp/diff_new_pack.SOdeZT/_new  2019-11-26 17:00:43.496080819 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package maven-surefire
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed


Reply via email to