Hello community,

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

Package is "gmetrics"

Tue Nov 26 16:56:59 2019 rev:2 rq:750535 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gmetrics/gmetrics.changes        2019-11-19 
13:44:47.196402234 +0100
+++ /work/SRC/openSUSE:Factory/.gmetrics.new.26869/gmetrics.changes     
2019-11-26 16:57:03.884153335 +0100
@@ -1,0 +2,6 @@
+Sun Nov 24 12:31:55 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Specify maven.compiler.release to fix build with jdk9+ and newer
+  maven-javadoc-plugin
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gmetrics.spec ++++++
--- /var/tmp/diff_new_pack.IKbLDB/_old  2019-11-26 16:57:04.368153175 +0100
+++ /var/tmp/diff_new_pack.IKbLDB/_new  2019-11-26 16:57:04.368153175 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gmetrics
 #
-# 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %global oname GMetrics
 Name:           gmetrics
 Version:        1.0
@@ -78,7 +79,10 @@
 %build
 
 # test skipped require Codenarc, circular deps
-%{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