Hello community,

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

Package is "treelayout"

Tue Nov 26 16:54:45 2019 rev:2 rq:750514 version:1.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/treelayout/treelayout.changes    2019-09-21 
17:29:47.396736205 +0200
+++ /work/SRC/openSUSE:Factory/.treelayout.new.26869/treelayout.changes 
2019-11-26 16:55:28.544184816 +0100
@@ -1,0 +2,6 @@
+Thu Nov 21 18:37:41 UTC 2019 - Fridrich Strba <[email protected]>
+
+- Specify maven.compiler.release to fix build with jdk9+ and newer
+  maven-javadoc-plugin
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ treelayout.spec ++++++
--- /var/tmp/diff_new_pack.vPcvWE/_old  2019-11-26 16:55:29.280184573 +0100
+++ /var/tmp/diff_new_pack.vPcvWE/_new  2019-11-26 16:55:29.284184572 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package treelayout
 #
-# 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
@@ -39,12 +39,14 @@
 
 %package demo
 Summary:        TreeLayout Core Demo
+Group:          Development/Libraries/Java
 
 %description demo
 Demo for "org.abego.treelayout.core".
 
 %package javadoc
 Summary:        Javadoc for %{name}
+Group:          Development/Libraries/Java
 
 %description javadoc
 This package contains javadoc for %{name}.
@@ -87,7 +89,10 @@
 
 %build
 
-%{mvn_build} -sf
+%{mvn_build} -sf \
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+       -- -Dmaven.compiler.release=6
+%endif
 
 %install
 %mvn_install


Reply via email to