Hello community, here is the log from the commit of package maven-deploy-plugin for openSUSE:Factory checked in at 2019-11-26 16:59:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/maven-deploy-plugin (Old) and /work/SRC/openSUSE:Factory/.maven-deploy-plugin.new.26869 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-deploy-plugin" Tue Nov 26 16:59:37 2019 rev:2 rq:750600 version:2.8.2 Changes: -------- --- /work/SRC/openSUSE:Factory/maven-deploy-plugin/maven-deploy-plugin.changes 2019-04-30 12:57:39.702163483 +0200 +++ /work/SRC/openSUSE:Factory/.maven-deploy-plugin.new.26869/maven-deploy-plugin.changes 2019-11-26 16:59:40.152101735 +0100 @@ -1,0 +2,6 @@ +Sun Nov 24 17:18:37 UTC 2019 - Fridrich Strba <fst...@suse.com> + +- Specify maven.compiler.release to fix build with jdk9+ and newer + maven-javadoc-plugin + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ maven-deploy-plugin.spec ++++++ --- /var/tmp/diff_new_pack.yj7fN2/_old 2019-11-26 16:59:41.728101214 +0100 +++ /var/tmp/diff_new_pack.yj7fN2/_new 2019-11-26 16:59:41.732101214 +0100 @@ -1,7 +1,7 @@ # # spec file for package maven-deploy-plugin # -# 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 @@ -27,6 +27,7 @@ BuildRequires: fdupes # Maven and its dependencies BuildRequires: maven-local +BuildRequires: unzip BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations) BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:) @@ -35,7 +36,6 @@ BuildRequires: mvn(org.apache.maven:maven-plugin-api) BuildRequires: mvn(org.apache.maven:maven-project) BuildRequires: mvn(org.codehaus.plexus:plexus-utils) -BuildRequires: unzip BuildArch: noarch %description @@ -59,8 +59,10 @@ %build %{mvn_file} :%{name} %{name} -# A test class doesn't compile -%{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