Hello community,
here is the log from the commit of package glassfish-dtd-parser for
openSUSE:Factory checked in at 2019-12-10 22:44:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glassfish-dtd-parser (Old)
and /work/SRC/openSUSE:Factory/.glassfish-dtd-parser.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glassfish-dtd-parser"
Tue Dec 10 22:44:57 2019 rev:4 rq:755579 version:1.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/glassfish-dtd-parser/glassfish-dtd-parser.changes
2019-11-26 16:56:59.108154912 +0100
+++
/work/SRC/openSUSE:Factory/.glassfish-dtd-parser.new.4691/glassfish-dtd-parser.changes
2019-12-10 22:45:05.149749848 +0100
@@ -1,0 +2,7 @@
+Tue Dec 10 14:08:19 UTC 2019 - Fridrich Strba <[email protected]>
+
+- Bring back the modular jar, since it is needed by packages down
+ the dependency chain.
+- Specify source 7 for javadoc
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ glassfish-dtd-parser.spec ++++++
--- /var/tmp/diff_new_pack.DCQMMC/_old 2019-12-10 22:45:06.581749317 +0100
+++ /var/tmp/diff_new_pack.DCQMMC/_new 2019-12-10 22:45:06.605749308 +0100
@@ -25,6 +25,7 @@
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
@@ -44,13 +45,9 @@
%build
pushd dtd-parser
-rm -f src/module-info.java
%{mvn_file} :dtd-parser %{name}
-%{mvn_build} -f \
-%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
- -- -Dmaven.compiler.release=7
-%endif
+%{mvn_build} -f -- -Dsource=7
popd