Hello community,

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

Package is "glassfish-dtd-parser"

Tue Nov 26 16:56:41 2019 rev:3 rq:750531 version:1.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/glassfish-dtd-parser/glassfish-dtd-parser.changes    
    2019-10-07 14:13:56.254919207 +0200
+++ 
/work/SRC/openSUSE:Factory/.glassfish-dtd-parser.new.26869/glassfish-dtd-parser.changes
     2019-11-26 16:56:59.108154912 +0100
@@ -1,0 +2,7 @@
+Sun Nov 24 12:24:36 UTC 2019 - Fridrich Strba <[email protected]>
+
+- Specify maven.compiler.release to fix build with jdk9+ and newer
+  maven-javadoc-plugin
+- Do not build modular jar with any java version
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ glassfish-dtd-parser.spec ++++++
--- /var/tmp/diff_new_pack.w6JAmI/_old  2019-11-26 16:56:59.532154772 +0100
+++ /var/tmp/diff_new_pack.w6JAmI/_new  2019-11-26 16:56:59.536154771 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package glassfish-dtd-parser
 #
-# 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
@@ -25,7 +25,6 @@
 URL:            http://java.net/projects/dtd-parser
 Source0:        
https://github.com/javaee/jaxb-dtd-parser/archive/%{version}.tar.gz
 BuildRequires:  fdupes
-BuildRequires:  java-devel >= 9
 BuildRequires:  maven-local
 BuildRequires:  mvn(net.java:jvnet-parent:pom:)
 BuildArch:      noarch
@@ -45,12 +44,13 @@
 
 %build
 pushd dtd-parser
-%if %{?pkg_vcmp:%pkg_vcmp java-devel < 9}%{!?pkg_vcmp:1}
 rm -f src/module-info.java
-%endif
 
 %{mvn_file} :dtd-parser %{name}
-%{mvn_build} -f -j
+%{mvn_build} -f \
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+       -- -Dmaven.compiler.release=7
+%endif
 
 popd
 
@@ -63,9 +63,7 @@
 %files -f dtd-parser/.mfiles
 %license dtd-parser/LICENSE.txt
 
-%if 0
 %files javadoc -f dtd-parser/.mfiles-javadoc
 %license dtd-parser/LICENSE.txt
-%endif
 
 %changelog


Reply via email to