Hello community,
here is the log from the commit of package maven-plugin-tools for
openSUSE:Factory checked in at 2019-11-26 17:00:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-plugin-tools (Old)
and /work/SRC/openSUSE:Factory/.maven-plugin-tools.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-plugin-tools"
Tue Nov 26 17:00:01 2019 rev:2 rq:750612 version:3.5.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/maven-plugin-tools/maven-plugin-plugin.changes
2019-04-05 12:04:27.962608772 +0200
+++
/work/SRC/openSUSE:Factory/.maven-plugin-tools.new.26869/maven-plugin-plugin.changes
2019-11-26 17:00:12.760090968 +0100
@@ -1,0 +2,6 @@
+Sun Nov 24 17:30:49 UTC 2019 - Fridrich Strba <[email protected]>
+
+- Specify maven.compiler.release to fix build with jdk9+ and newer
+ maven-javadoc-plugin
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ maven-plugin-plugin-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.5vdfTk/_old 2019-11-26 17:00:14.388090430 +0100
+++ /var/tmp/diff_new_pack.5vdfTk/_new 2019-11-26 17:00:14.412090422 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package maven
+# spec file for package maven-plugin-plugin-bootstrap
#
-# 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
++++++ maven-plugin-plugin.spec ++++++
--- /var/tmp/diff_new_pack.5vdfTk/_old 2019-11-26 17:00:14.448090411 +0100
+++ /var/tmp/diff_new_pack.5vdfTk/_new 2019-11-26 17:00:14.456090408 +0100
@@ -1,7 +1,7 @@
#
# spec file for package maven-plugin-plugin
#
-# 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
@@ -133,7 +133,11 @@
%build
pushd %{name}
%{mvn_file} :%{name} %{base_name}/%{name}
-%{mvn_build} -f -- -Dmaven.compiler.source=6 -Dmaven.compiler.target=6
+%{mvn_build} -f \
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+ -- -Dmaven.compiler.release=6
+%endif
+
popd
%install
++++++ maven-plugin-tools.spec ++++++
--- /var/tmp/diff_new_pack.5vdfTk/_old 2019-11-26 17:00:14.480090400 +0100
+++ /var/tmp/diff_new_pack.5vdfTk/_new 2019-11-26 17:00:14.484090399 +0100
@@ -1,7 +1,7 @@
#
# spec file for package maven-plugin-tools
#
-# 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