Hello community,

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

Package is "stringtemplate4"

Tue Nov 26 16:58:37 2019 rev:3 rq:750576 version:4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/stringtemplate4/stringtemplate4.changes  
2019-11-06 13:56:14.080164810 +0100
+++ 
/work/SRC/openSUSE:Factory/.stringtemplate4.new.26869/stringtemplate4.changes   
    2019-11-26 16:58:50.116118257 +0100
@@ -1,0 +2,6 @@
+Sun Nov 24 16:43:41 UTC 2019 - Fridrich Strba <[email protected]>
+
+- Specify maven.compiler.release to fix build with jdk9+ and newer
+  maven-javadoc-plugin
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ stringtemplate4.spec ++++++
--- /var/tmp/diff_new_pack.mAkM3b/_old  2019-11-26 16:58:51.064117944 +0100
+++ /var/tmp/diff_new_pack.mAkM3b/_new  2019-11-26 16:58:51.068117942 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package stringtemplate4
 #
-# 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
@@ -80,10 +80,12 @@
 rm -r test/org/stringtemplate/v4/test/TestEarlyEvaluation.java
 
 %build
+%{mvn_build} -f \
 %if %{with bootstrap}
-%{mvn_build} -fj
-%else
-%{mvn_build} -f
+       -j \
+%endif
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+       -- -Dmaven.compiler.release=6
 %endif
 
 %install


Reply via email to