Hello community,

here is the log from the commit of package adaptx for openSUSE:Factory checked 
in at 2018-12-11 15:48:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/adaptx (Old)
 and      /work/SRC/openSUSE:Factory/.adaptx.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "adaptx"

Tue Dec 11 15:48:58 2018 rev:24 rq:656911 version:0.9.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/adaptx/adaptx.changes    2018-07-07 
21:57:56.979351790 +0200
+++ /work/SRC/openSUSE:Factory/.adaptx.new.19453/adaptx.changes 2018-12-11 
15:48:59.734129429 +0100
@@ -1,0 +2,6 @@
+Thu Dec  6 15:27:33 UTC 2018 - Fridrich Strba <fst...@suse.com>
+
+- Don't require the removed xerces-j2-xml-apis, build against a
+  generic xml-apis provider in order to allow bootstrapping
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ adaptx.spec ++++++
--- /var/tmp/diff_new_pack.BB0JrX/_old  2018-12-11 15:49:00.650128417 +0100
+++ /var/tmp/diff_new_pack.BB0JrX/_new  2018-12-11 15:49:00.658128409 +0100
@@ -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/
 #
 
 
@@ -32,11 +32,10 @@
 BuildRequires:  javapackages-tools
 BuildRequires:  log4j
 BuildRequires:  xerces-j2
-BuildRequires:  xerces-j2-xml-apis
-BuildRequires:  xml-commons-apis
+BuildRequires:  xml-apis
 Requires:       log4j
 Requires:       xerces-j2
-Requires:       xml-commons-apis
+Requires:       xml-apis
 BuildArch:      noarch
 
 %description
@@ -69,7 +68,7 @@
 
 %build
 perl -p -i -e 's|classic|modern|' src/build.xml
-export CLASSPATH=$(build-classpath xml-commons-apis log4j xerces-j2 
xerces-j2-xml-apis)
+export CLASSPATH=$(build-classpath xml-apis log4j xerces-j2)
 ant -Dant.build.javac.source=8 -Dant.build.javac.target=8 -buildfile 
src/build.xml jar javadoc
 CLASSPATH=$CLASSPATH:dist/adaptx_%{version}.jar
 ant -Dant.build.javac.source=8 -Dant.build.javac.target=8 -buildfile 
src/build.xml doc


Reply via email to