Hello community, here is the log from the commit of package xpp2 for openSUSE:Factory checked in at 2019-11-10 22:27:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xpp2 (Old) and /work/SRC/openSUSE:Factory/.xpp2.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xpp2" Sun Nov 10 22:27:48 2019 rev:18 rq:746580 version:2.1.10 Changes: -------- --- /work/SRC/openSUSE:Factory/xpp2/xpp2.changes 2017-09-13 22:26:39.450672582 +0200 +++ /work/SRC/openSUSE:Factory/.xpp2.new.2990/xpp2.changes 2019-11-10 22:27:49.292344187 +0100 @@ -1,0 +2,6 @@ +Fri Nov 8 12:01:16 UTC 2019 - Fridrich Strba <[email protected]> + +- BuildRequire xerces-j2, because it is not automatically pulled + by ant anymore + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xpp2.spec ++++++ --- /var/tmp/diff_new_pack.CQqfrp/_old 2019-11-10 22:27:49.828344926 +0100 +++ /var/tmp/diff_new_pack.CQqfrp/_new 2019-11-10 22:27:49.832344931 +0100 @@ -1,7 +1,7 @@ # # spec file for package xpp2 # -# Copyright (c) 2017 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/ # @@ -32,6 +32,7 @@ BuildRequires: fdupes BuildRequires: javapackages-tools BuildRequires: junit +BuildRequires: xerces-j2 BuildRequires: xml-commons-apis Requires: xml-commons-apis BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -79,7 +80,7 @@ %build export OPT_JAR_LIST="ant/ant-junit junit" -export CLASSPATH=$(build-classpath xml-commons-apis) +export CLASSPATH=$(build-classpath xml-commons-apis xerces-j2) ant all api api.impl CLASSPATH=$CLASSPATH:$(build-classpath junit):build/tests:build/lib/PullParser-2.1.10.jar java AllTests
