Hello community,

here is the log from the commit of package maven-shared-jarsigner for 
openSUSE:Factory checked in at 2019-11-26 16:59:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-shared-jarsigner (Old)
 and      /work/SRC/openSUSE:Factory/.maven-shared-jarsigner.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "maven-shared-jarsigner"

Tue Nov 26 16:59:25 2019 rev:2 rq:750596 version:3.0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/maven-shared-jarsigner/maven-shared-jarsigner.changes
    2019-05-07 23:19:39.993011205 +0200
+++ 
/work/SRC/openSUSE:Factory/.maven-shared-jarsigner.new.26869/maven-shared-jarsigner.changes
 2019-11-26 16:59:28.936105439 +0100
@@ -1,0 +2,6 @@
+Sun Nov 24 17:12:26 UTC 2019 - Fridrich Strba <[email protected]>
+
+- Specify maven.compiler.release to fix build with jdk9+ and newer
+  maven-javadoc-plugin
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ maven-shared-jarsigner.spec ++++++
--- /var/tmp/diff_new_pack.oZprvA/_old  2019-11-26 16:59:29.324105311 +0100
+++ /var/tmp/diff_new_pack.oZprvA/_new  2019-11-26 16:59:29.328105309 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package maven-shared-jarsigner
 #
-# 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
@@ -52,8 +52,10 @@
 find -name \*.jar -delete
 
 %build
-# Tests require bundled JARs, which are removed.
-%{mvn_build} -f
+%{mvn_build} -f \
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+       -- -Dmaven.compiler.release=7
+%endif
 
 %install
 %mvn_install



Reply via email to