Hello community,

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

Package is "tesla-polyglot"

Tue Nov 26 16:58:30 2019 rev:3 rq:750574 version:0.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/tesla-polyglot/tesla-polyglot.changes    
2019-11-19 13:44:42.492404557 +0100
+++ /work/SRC/openSUSE:Factory/.tesla-polyglot.new.26869/tesla-polyglot.changes 
2019-11-26 16:58:45.332119836 +0100
@@ -1,0 +2,6 @@
+Sun Nov 24 16:42:41 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Specify maven.compiler.release to fix build with jdk9+ and newer
+  maven-javadoc-plugin
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tesla-polyglot.spec ++++++
--- /var/tmp/diff_new_pack.VrOe7Z/_old  2019-11-26 16:58:48.364118836 +0100
+++ /var/tmp/diff_new_pack.VrOe7Z/_new  2019-11-26 16:58:48.368118834 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tesla-polyglot
 #
-# Copyright (c) 2019 SUSE LLC.
+# 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
@@ -216,7 +216,10 @@
 %if %{without bootstrap}
        -s \
 %endif
-       -f -- -Dproject.build.sourceEncoding=UTF-8
+       -f -- -Dproject.build.sourceEncoding=UTF-8 \
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+       -Dmaven.compiler.release=7
+%endif
 
 %install
 %mvn_install


Reply via email to