From 2ec4d3aa83e3efcd23fa3194b230edb54164bd0b0decbef6834679d118e9ef42 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 17 May 2018 19:55:50 +0000 Subject: [PATCH 1/3] OBS-URL: https://build.opensuse.org/package/show/Java:packages/xpp2?expand=0&rev=13 --- xpp2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpp2.spec b/xpp2.spec index 83850e1..63678de 100644 --- a/xpp2.spec +++ b/xpp2.spec @@ -1,7 +1,7 @@ # # spec file for package xpp2 # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 From b32dad1b1ba0b24878e8b06de077cd588821057c5e63b07305dfd21b3349a49b Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 7 Feb 2019 08:35:26 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/Java:packages/xpp2?expand=0&rev=14 --- xpp2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpp2.spec b/xpp2.spec index 63678de..83850e1 100644 --- a/xpp2.spec +++ b/xpp2.spec @@ -1,7 +1,7 @@ # # spec file for package xpp2 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 From 4ca7914fe9d484b0156b1bcbddcce6abff7f08fec9ec0124fc4f389f4b947d33 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Fri, 8 Nov 2019 12:01:38 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/Java:packages/xpp2?expand=0&rev=15 --- xpp2.changes | 6 ++++++ xpp2.spec | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/xpp2.changes b/xpp2.changes index 294f232..53025fa 100644 --- a/xpp2.changes +++ b/xpp2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Nov 8 12:01:16 UTC 2019 - Fridrich Strba + +- BuildRequire xerces-j2, because it is not automatically pulled + by ant anymore + ------------------------------------------------------------------- Mon Sep 11 16:45:34 UTC 2017 - fstrba@suse.com diff --git a/xpp2.spec b/xpp2.spec index 83850e1..7938f78 100644 --- a/xpp2.spec +++ b/xpp2.spec @@ -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: ant-junit >= 1.6 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 @@ find . -name "*.jar" -exec rm -f {} \; %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