Hello community,

here is the log from the commit of package dom4j for openSUSE:Factory checked 
in at 2019-02-02 21:43:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dom4j (Old)
 and      /work/SRC/openSUSE:Factory/.dom4j.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dom4j"

Sat Feb  2 21:43:15 2019 rev:22 rq:668633 version:1.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/dom4j/dom4j.changes      2018-09-26 
16:01:50.144450738 +0200
+++ /work/SRC/openSUSE:Factory/.dom4j.new.28833/dom4j.changes   2019-02-02 
21:43:18.240289799 +0100
@@ -1,0 +2,7 @@
+Fri Jan 25 11:10:16 UTC 2019 - Cédric Bosdonnat <[email protected]>
+
+- Build STAXEventReader, STAXEventWriter and the data types.
+  [bsc#1123158]
+  * Added patch dom4j-enable-stax-datatypes.patch 
+
+-------------------------------------------------------------------

New:
----
  dom4j-enable-stax-datatypes.patch

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

Other differences:
------------------
++++++ dom4j.spec ++++++
--- /var/tmp/diff_new_pack.NVpBJQ/_old  2019-02-02 21:43:18.736289369 +0100
+++ /var/tmp/diff_new_pack.NVpBJQ/_new  2019-02-02 21:43:18.740289365 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dom4j
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -39,6 +39,8 @@
 Patch2:         dom4j-javadoc.patch
 # PATCH-FIX-UPSTREAM bsc#1105443 CVE-2018-1000632
 Patch3:         dom4j-CVE-2018-1000632.patch
+# PATCH-FIX-OPENSUSE bsc#1123158 Don't disable STAX and datatypes
+Patch4:         dom4j-enable-stax-datatypes.patch
 BuildRequires:  ant >= 1.6.5
 BuildRequires:  ant-apache-resolver
 BuildRequires:  ant-junit
@@ -133,6 +135,7 @@
 %patch1 -p1 -b .sourcetarget
 %patch2 -p1 -b .javadoc
 %patch3 -p1
+%patch4 -p1
 perl -pi -e 's/\r//g' LICENSE.txt docs/clover/*.css docs/style/*.css 
docs/xref/*.css docs/xref-test/*.css src/doc/style/*.css 
docs/benchmarks/xpath/*.java
 
 pushd lib

++++++ dom4j-enable-stax-datatypes.patch ++++++
Index: dom4j/build.xml
===================================================================
--- dom4j.orig/build.xml
+++ dom4j/build.xml
@@ -146,9 +146,6 @@
            source="8"
            deprecation="${deprecation}"
            classpathref="compile.classpath">
-       <exclude name="org/dom4j/datatype/**"/>
-        <exclude name="org/dom4j/io/STAXEventReader.java"/>
-        <exclude name="org/dom4j/io/STAXEventWriter.java"/>
     </javac>
   </target>
 

Reply via email to