Hello community,

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

Package is "msv"

Tue Nov 26 16:57:35 2019 rev:2 rq:750551 version:2013.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/msv/msv.changes  2019-06-03 18:49:00.696565173 
+0200
+++ /work/SRC/openSUSE:Factory/.msv.new.26869/msv.changes       2019-11-26 
16:57:38.840141793 +0100
@@ -1,0 +2,6 @@
+Sun Nov 24 13:17:53 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Specify maven.compiler.release to fix build with jdk9+ and newer
+  maven-javadoc-plugin
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ msv.spec ++++++
--- /var/tmp/diff_new_pack.X4Vics/_old  2019-11-26 16:57:39.404141606 +0100
+++ /var/tmp/diff_new_pack.X4Vics/_new  2019-11-26 16:57:39.404141606 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package msv
 #
-# 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
@@ -55,10 +55,10 @@
 Summary:        Multi-Schema Validator Core
 # src/com/sun/msv/reader/xmlschema/DOMLSInputImpl.java is under ASL 2.0
 # msv/src/com/sun/msv/writer/ContentHandlerAdaptor.java is partially under 
Public Domain
-License:        BSD-3-Clause AND Apache-1.1 AND Apache-2.0 AND 
SUSE-Public-Domain
-Group:          Development/Libraries/Java
 # Explicit javapackages-tools requires since scripts use
 # /usr/share/java-utils/java-functions
+License:        BSD-3-Clause AND Apache-1.1 AND Apache-2.0 AND 
SUSE-Public-Domain
+Group:          Development/Libraries/Java
 Requires:       javapackages-tools
 
 %description msv
@@ -66,9 +66,10 @@
 
 %package rngconv
 Summary:        Multi-Schema Validator RNG Converter
-Group:          Development/Libraries/Java
 # Explicit javapackages-tools requires since scripts use
 # /usr/share/java-utils/java-functions
+License:        BSD-3-Clause AND Apache-1.1
+Group:          Development/Libraries/Java
 Requires:       javapackages-tools
 
 %description rngconv
@@ -76,9 +77,10 @@
 
 %package xmlgen
 Summary:        Multi-Schema Validator Generator
-Group:          Development/Libraries/Java
 # Explicit javapackages-tools requires since scripts use
 # /usr/share/java-utils/java-functions
+License:        BSD-3-Clause AND Apache-1.1
+Group:          Development/Libraries/Java
 Requires:       javapackages-tools
 
 %description xmlgen
@@ -86,6 +88,7 @@
 
 %package xsdlib
 Summary:        Multi-Schema Validator XML Schema Library
+License:        BSD-3-Clause AND Apache-1.1
 Group:          Development/Libraries/Java
 
 %description xsdlib
@@ -122,7 +125,9 @@
 
 %pom_remove_plugin :buildnumber-maven-plugin
 
-# Needed becuase of patch3
+# Apply patches
+%patch1 -p1
+# Needed becuase of patch
 %pom_add_dep xml-resolver:xml-resolver
 
 # ASL 2.0 license text
@@ -141,9 +146,6 @@
   sed --in-place -e '/^[Cc]lass-[Pp]ath:/d' $m
 done
 
-# Apply patches
-%patch1 -p1
-
 # Fix isorelax groupId
 %pom_xpath_replace 
"pom:dependency[pom:groupId[text()='com.sun.xml.bind.jaxb']]/pom:groupId" 
"<groupId>isorelax</groupId>"
 %pom_xpath_replace 
"pom:dependency[pom:groupId[text()='com.sun.xml.bind.jaxb']]/pom:groupId" 
"<groupId>isorelax</groupId>" msv
@@ -169,7 +171,10 @@
 %{mvn_package} ":%{name}{,-core}::{}:" %{name}-msv
 
 %build
-%{mvn_build} -s -f -- -Dsource=6
+%{mvn_build} -s -f \
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+       -- -Dmaven.compiler.release=6
+%endif
 
 %install
 %mvn_install


Reply via email to