Hello community,

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

Package is "jatl"

Tue Nov 26 16:57:25 2019 rev:2 rq:750547 version:0.2.2

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

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

Other differences:
------------------
++++++ jatl.spec ++++++
--- /var/tmp/diff_new_pack.KiePfP/_old  2019-11-26 16:57:29.040145028 +0100
+++ /var/tmp/diff_new_pack.KiePfP/_new  2019-11-26 16:57:29.040145028 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jatl
 #
-# 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
@@ -37,6 +37,7 @@
 
 %package javadoc
 Summary:        Javadoc for %{name}
+Group:          Development/Libraries/Java
 
 %description javadoc
 This package contains javadoc for %{name}.
@@ -56,12 +57,14 @@
 
 %pom_remove_plugin org.apache.maven.plugins:maven-enforcer-plugin
 
-
 %{mvn_file} :%{name} %{name}
 
 %build
 
-%{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