Hello community, here is the log from the commit of package decentxml for openSUSE:Factory checked in at 2019-11-26 16:56:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/decentxml (Old) and /work/SRC/openSUSE:Factory/.decentxml.new.26869 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "decentxml" Tue Nov 26 16:56:12 2019 rev:3 rq:750525 version:1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/decentxml/decentxml.changes 2019-06-04 12:14:03.295788085 +0200 +++ /work/SRC/openSUSE:Factory/.decentxml.new.26869/decentxml.changes 2019-11-26 16:56:36.876162253 +0100 @@ -1,0 +2,6 @@ +Sun Nov 24 12:14:25 UTC 2019 - Fridrich Strba <[email protected]> + +- Specify maven.compiler.release to fix build with jdk9+ and newer + maven-javadoc-plugin + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ decentxml.spec ++++++ --- /var/tmp/diff_new_pack.QM9o4V/_old 2019-11-26 16:56:37.612162010 +0100 +++ /var/tmp/diff_new_pack.QM9o4V/_new 2019-11-26 16:56:37.612162010 +0100 @@ -1,7 +1,7 @@ # # spec file for package decentxml # -# 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 @@ -28,9 +28,9 @@ Source1: http://www.w3.org/XML/Test/xmlts20031210.zip BuildRequires: fdupes BuildRequires: maven-local +BuildRequires: unzip BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin) -BuildRequires: unzip BuildArch: noarch %description @@ -66,7 +66,10 @@ %build %{mvn_file} : %{name} -%{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
