Hello community,

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

Package is "maven-artifact-resolver"

Tue Nov 26 16:58:58 2019 rev:2 rq:750582 version:1.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/maven-artifact-resolver/maven-artifact-resolver.changes
  2019-04-30 12:57:44.646160409 +0200
+++ 
/work/SRC/openSUSE:Factory/.maven-artifact-resolver.new.26869/maven-artifact-resolver.changes
       2019-11-26 16:59:04.132113629 +0100
@@ -1,0 +2,6 @@
+Thu Nov 21 18:19:50 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Specify maven.compiler.release to fix build with jdk9+ and newer
+  maven-javadoc-plugin
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ maven-artifact-resolver.spec ++++++
--- /var/tmp/diff_new_pack.WBikw5/_old  2019-11-26 16:59:04.864113387 +0100
+++ /var/tmp/diff_new_pack.WBikw5/_new  2019-11-26 16:59:04.864113387 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package maven-artifact-resolver
 #
-# 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
@@ -28,6 +28,7 @@
 Patch0:         %{name}-plexus.patch
 BuildRequires:  fdupes
 BuildRequires:  maven-local
+BuildRequires:  unzip
 BuildRequires:  mvn(org.apache.maven.shared:maven-shared-components:pom:)
 BuildRequires:  mvn(org.apache.maven:maven-artifact)
 BuildRequires:  mvn(org.apache.maven:maven-artifact-manager)
@@ -35,7 +36,6 @@
 BuildRequires:  mvn(org.apache.maven:maven-core)
 BuildRequires:  mvn(org.apache.maven:maven-project)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-component-metadata)
-BuildRequires:  unzip
 BuildArch:      noarch
 
 %description
@@ -63,7 +63,10 @@
 rm 
src/test/java/org/apache/maven/shared/artifact/resolver/DefaultProjectDependenciesResolverIT.java
 
 %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