Hello community,

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

Package is "ezmorph"

Tue Nov 26 16:56:23 2019 rev:2 rq:750526 version:1.0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/ezmorph/ezmorph.changes  2019-11-13 
13:28:03.951681232 +0100
+++ /work/SRC/openSUSE:Factory/.ezmorph.new.26869/ezmorph.changes       
2019-11-26 16:56:42.512160392 +0100
@@ -1,0 +2,6 @@
+Sun Nov 24 12:15:30 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Specify maven.compiler.release to fix build with jdk9+ and newer
+  maven-javadoc-plugin
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ezmorph.spec ++++++
--- /var/tmp/diff_new_pack.7kJjom/_old  2019-11-26 16:56:45.084159543 +0100
+++ /var/tmp/diff_new_pack.7kJjom/_new  2019-11-26 16:56:45.088159541 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ezmorph
 #
-# 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
@@ -59,7 +59,10 @@
 %{mvn_file} : %{name}
 
 %build
-%{mvn_build} -f
+%{mvn_build} -f \
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+       -- -Dmaven.compiler.release=6
+%endif
 
 %install
 %mvn_install


Reply via email to