Hello community,

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

Package is "jsr-311"

Tue Nov 26 16:57:28 2019 rev:2 rq:750549 version:1.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/jsr-311/jsr-311.changes  2019-06-19 
20:56:13.825869909 +0200
+++ /work/SRC/openSUSE:Factory/.jsr-311.new.26869/jsr-311.changes       
2019-11-26 16:57:30.716144475 +0100
@@ -1,0 +2,6 @@
+Thu Nov 21 18:47:53 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Specify maven.compiler.release to fix build with jdk9+ and newer
+  maven-javadoc-plugin
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jsr-311.spec ++++++
--- /var/tmp/diff_new_pack.Q4AoWj/_old  2019-11-26 16:57:31.656144164 +0100
+++ /var/tmp/diff_new_pack.Q4AoWj/_new  2019-11-26 16:57:31.660144163 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jsr-311
 #
-# 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
@@ -52,7 +52,10 @@
 %build
 
 %{mvn_file} :jsr311-api %{name} javax.ws.rs/%{name}
-%{mvn_build} -f -- -Dproject.build.sourceEncoding=UTF-8 -Dsource=6
+%{mvn_build} -f -- -Dproject.build.sourceEncoding=UTF-8 \
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+       -Dmaven.compiler.release=6
+%endif
 
 %install
 %mvn_install


Reply via email to