Hello community,

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

Package is "stax2-api"

Tue Nov 26 16:58:43 2019 rev:2 rq:750577 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/stax2-api/stax2-api.changes      2019-05-06 
13:26:20.733165534 +0200
+++ /work/SRC/openSUSE:Factory/.stax2-api.new.26869/stax2-api.changes   
2019-11-26 16:58:54.288116880 +0100
@@ -1,0 +2,12 @@
+Sun Nov 24 16:46:53 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Specify maven.compiler.release to fix build with jdk9+ and newer
+  maven-javadoc-plugin
+
+-------------------------------------------------------------------
+Thu Nov 21 18:40:38 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Use default maven-compiler-plugin configuration to avoid 1.5
+  as source/target levels
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ stax2-api.spec ++++++
--- /var/tmp/diff_new_pack.2Ha27u/_old  2019-11-26 16:58:54.764116722 +0100
+++ /var/tmp/diff_new_pack.2Ha27u/_new  2019-11-26 16:58:54.768116721 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package stax2-api
 #
-# Copyright (c) 2018 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
@@ -56,7 +56,10 @@
 %build
 
 %{mvn_file} :%{name} %{name}
-%{mvn_build} -f -- -Dsource=6
+%{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