Hello community,

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

Package is "kryo"

Tue Nov 26 16:57:31 2019 rev:2 rq:750550 version:4.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/kryo/kryo.changes        2019-11-15 
00:08:05.300207778 +0100
+++ /work/SRC/openSUSE:Factory/.kryo.new.26869/kryo.changes     2019-11-26 
16:57:33.288143625 +0100
@@ -1,0 +2,6 @@
+Sun Nov 24 13:15:32 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Specify maven.compiler.release to fix build with jdk9+ and newer
+  maven-javadoc-plugin
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kryo.spec ++++++
--- /var/tmp/diff_new_pack.bYZ94g/_old  2019-11-26 16:57:35.088143031 +0100
+++ /var/tmp/diff_new_pack.bYZ94g/_new  2019-11-26 16:57:35.100143028 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kryo
 #
-# 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
@@ -71,18 +71,20 @@
   </instructions>
 </configuration>"
 
-# remove shaded deps
-%pom_xpath_remove "pom:dependency[pom:classifier = 'shaded']"
-
 cp -p %{SOURCE1} .
 sed -i 's/\r//' license.txt LICENSE-2.0.txt
 
 %{mvn_file} :%{name} %{name}
 %{mvn_alias} :%{name} "com.esotericsoftware.%{name}:%{name}"
 
+%mvn_package :%{name}-parent __noinstall
+
 %build
 
-%{mvn_build} -f -- -Dsource=6
+%{mvn_build} -f -- -f pom-main.xml \
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+       -Dmaven.compiler.release=8
+%endif
 
 %install
 %mvn_install


Reply via email to