Hello community,
here is the log from the commit of package felix-gogo-shell for
openSUSE:Factory checked in at 2019-11-26 16:56:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/felix-gogo-shell (Old)
and /work/SRC/openSUSE:Factory/.felix-gogo-shell.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "felix-gogo-shell"
Tue Nov 26 16:56:33 2019 rev:3 rq:750528 version:1.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/felix-gogo-shell/felix-gogo-shell.changes
2019-06-03 18:53:38.596467290 +0200
+++
/work/SRC/openSUSE:Factory/.felix-gogo-shell.new.26869/felix-gogo-shell.changes
2019-11-26 16:56:54.228156524 +0100
@@ -1,0 +2,6 @@
+Sun Nov 24 12:16:47 UTC 2019 - Fridrich Strba <[email protected]>
+
+- Specify maven.compiler.release to fix build with jdk9+ and newer
+ maven-javadoc-plugin
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ felix-gogo-shell.spec ++++++
--- /var/tmp/diff_new_pack.yEiUi2/_old 2019-11-26 16:56:56.484155778 +0100
+++ /var/tmp/diff_new_pack.yEiUi2/_new 2019-11-26 16:56:56.484155778 +0100
@@ -1,7 +1,7 @@
#
# spec file for package felix-gogo-shell
#
-# 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
@@ -54,7 +54,10 @@
%{mvn_file} : felix/%{bundle}
%build
-%{mvn_build} -f
+%{mvn_build} -f \
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+ -- -Dmaven.compiler.release=8
+%endif
%install
%mvn_install