Hello community,

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

Package is "felix-gogo-command"

Tue Nov 26 16:56:29 2019 rev:2 rq:750527 version:1.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/felix-gogo-command/felix-gogo-command.changes    
2019-05-10 09:18:54.172382449 +0200
+++ 
/work/SRC/openSUSE:Factory/.felix-gogo-command.new.26869/felix-gogo-command.changes
 2019-11-26 16:56:48.820158309 +0100
@@ -1,0 +2,6 @@
+Sun Nov 24 12:16:09 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Specify maven.compiler.release to fix build with jdk9+ and newer
+  maven-javadoc-plugin
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ felix-gogo-command.spec ++++++
--- /var/tmp/diff_new_pack.2BPQrW/_old  2019-11-26 16:56:49.544158070 +0100
+++ /var/tmp/diff_new_pack.2BPQrW/_new  2019-11-26 16:56:49.548158068 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package felix-gogo-command
 #
-# 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
@@ -60,7 +60,10 @@
 %pom_add_dep junit:junit::test
 
 %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