Hello community,

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

Package is "nailgun"

Tue Nov 26 16:57:39 2019 rev:2 rq:750552 version:0.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/nailgun/nailgun.changes  2019-11-13 
13:27:57.267674274 +0100
+++ /work/SRC/openSUSE:Factory/.nailgun.new.26869/nailgun.changes       
2019-11-26 16:57:45.516139588 +0100
@@ -1,0 +2,6 @@
+Thu Nov 21 18:34:39 UTC 2019 - Fridrich Strba <[email protected]>
+
+- Specify maven.compiler.release to fix build with jdk9+ and newer
+  maven-javadoc-plugin
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ nailgun.spec ++++++
--- /var/tmp/diff_new_pack.cCojpp/_old  2019-11-26 16:57:46.044139414 +0100
+++ /var/tmp/diff_new_pack.cCojpp/_new  2019-11-26 16:57:46.048139412 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nailgun
 #
-# 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,8 +27,8 @@
 Source0:        
https://github.com/martylamb/%{name}/archive/%{name}-all-%{version}.zip
 BuildRequires:  fdupes
 BuildRequires:  maven-local
-BuildRequires:  mvn(org.sonatype.oss:oss-parent:pom:)
 BuildRequires:  unzip
+BuildRequires:  mvn(org.sonatype.oss:oss-parent:pom:)
 BuildArch:      noarch
 
 %description
@@ -55,7 +55,10 @@
 %pom_remove_plugin :maven-source-plugin
 
 %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