Hello community, here is the log from the commit of package maven-mapping for openSUSE:Factory checked in at 2019-11-26 16:59:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/maven-mapping (Old) and /work/SRC/openSUSE:Factory/.maven-mapping.new.26869 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-mapping" Tue Nov 26 16:59:06 2019 rev:2 rq:750586 version:3.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/maven-mapping/maven-mapping.changes 2019-05-05 21:21:29.513289041 +0200 +++ /work/SRC/openSUSE:Factory/.maven-mapping.new.26869/maven-mapping.changes 2019-11-26 16:59:15.104110006 +0100 @@ -1,0 +2,6 @@ +Sun Nov 24 17:01:12 UTC 2019 - Fridrich Strba <[email protected]> + +- Specify maven.compiler.release to fix build with jdk9+ and newer + maven-javadoc-plugin + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ maven-mapping.spec ++++++ --- /var/tmp/diff_new_pack.hB7qip/_old 2019-11-26 16:59:15.656109824 +0100 +++ /var/tmp/diff_new_pack.hB7qip/_new 2019-11-26 16:59:15.660109822 +0100 @@ -1,7 +1,7 @@ # # spec file for package maven-mapping # -# 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 @@ -26,10 +26,10 @@ Source0: http://repo1.maven.org/maven2/org/apache/maven/shared/%{name}/%{version}/%{name}-%{version}-source-release.zip BuildRequires: fdupes BuildRequires: maven-local +BuildRequires: unzip BuildRequires: mvn(org.apache.maven.shared:maven-shared-components:pom:) BuildRequires: mvn(org.apache.maven:maven-core) BuildRequires: mvn(org.codehaus.plexus:plexus-interpolation) -BuildRequires: unzip BuildArch: noarch %description @@ -46,7 +46,10 @@ %setup -q %build -%{mvn_build} -f +%{mvn_build} -f \ +%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} + -- -Dmaven.compiler.release=6 +%endif %install %mvn_install
