Hello community,

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

Package is "jettison"

Tue Nov 26 16:57:20 2019 rev:2 rq:750541 version:1.3.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/jettison/jettison.changes        2019-06-05 
11:39:54.495072714 +0200
+++ /work/SRC/openSUSE:Factory/.jettison.new.26869/jettison.changes     
2019-11-26 16:57:25.512146193 +0100
@@ -1,0 +2,6 @@
+Sun Nov 24 12:41:56 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Specify maven.compiler.release to fix build with jdk9+ and newer
+  maven-javadoc-plugin
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jettison.spec ++++++
--- /var/tmp/diff_new_pack.Sfkt56/_old  2019-11-26 16:57:26.112145995 +0100
+++ /var/tmp/diff_new_pack.Sfkt56/_new  2019-11-26 16:57:26.112145995 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jettison
 #
-# 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
@@ -63,8 +63,10 @@
 %pom_xpath_remove pom:Private-Package
 
 %build
-# Disable the tests until BZ#796739 is fixed:
-%{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