Hello community,

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

Package is "signpost-core"

Tue Nov 26 16:56:10 2019 rev:2 rq:750524 version:1.2.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/signpost-core/signpost-core.changes      
2019-11-13 13:28:56.575736258 +0100
+++ /work/SRC/openSUSE:Factory/.signpost-core.new.26869/signpost-core.changes   
2019-11-26 16:56:35.616162669 +0100
@@ -1,0 +2,6 @@
+Thu Nov 21 18:30:42 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Specify maven.compiler.release to fix build with jdk9+ and newer
+  maven-javadoc-plugin
+
+-------------------------------------------------------------------

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

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


Reply via email to