From 476e2be481b6afc832332da6fa15f77a3c32de11c43cf879c73d8f87472f0046 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 17 May 2018 19:55:58 +0000 Subject: [PATCH 1/4] OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmldb-api?expand=0&rev=14 --- xmldb-api.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmldb-api.spec b/xmldb-api.spec index f75e4bf..cb6d929 100644 --- a/xmldb-api.spec +++ b/xmldb-api.spec @@ -1,7 +1,7 @@ # # spec file for package xmldb-api # -# 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 44bfdc3d24461e5ad1403b25840409023eff81acf1a5906c18280a80e94c8348 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 7 Feb 2019 08:35:08 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmldb-api?expand=0&rev=15 --- xmldb-api.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmldb-api.spec b/xmldb-api.spec index cb6d929..f75e4bf 100644 --- a/xmldb-api.spec +++ b/xmldb-api.spec @@ -1,7 +1,7 @@ # # spec file for package xmldb-api # -# 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 39cb4d3839822f264d3dd4c1a969d48bbad537dd81b628c0b96163331f9b6d32 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Sat, 19 Mar 2022 10:22:03 +0000 Subject: [PATCH 3/4] OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmldb-api?expand=0&rev=16 --- xmldb-api.changes | 5 +++++ xmldb-api.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/xmldb-api.changes b/xmldb-api.changes index 2a8a985..d6fead8 100644 --- a/xmldb-api.changes +++ b/xmldb-api.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Mar 19 10:21:44 UTC 2022 - Fridrich Strba + +- Build with source/target levels 8 + ------------------------------------------------------------------- Mon Sep 11 20:09:31 UTC 2017 - jengelh@inai.de diff --git a/xmldb-api.spec b/xmldb-api.spec index f75e4bf..2bb58d9 100644 --- a/xmldb-api.spec +++ b/xmldb-api.spec @@ -1,7 +1,7 @@ # # spec file for package xmldb-api # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # 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/ # @@ -24,7 +24,7 @@ Release: 0 Summary: XML:DB API for Java License: Apache-1.1 Group: Development/Libraries/Java -Url: http://xmldb-org.sourceforge.net +URL: http://xmldb-org.sourceforge.net # cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/xmldb-org login # cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/xmldb-org export -D 2004-10-10 xapi Source0: xmldb-xapi-%{cvs_version}-src.tar.bz2 @@ -102,7 +102,7 @@ rm src/common/org/xmldb/common/xml/queries/xt/XPathQueryFactoryImpl.java export CLASSPATH=$(build-classpath junit xalan-j2) export OPT_JAR_LIST=: ant \ - -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \ + -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 \ -Djarname=%{name} -Dsdk.jarname=%{name}-sdk \ dist From 3dcc20f68cadf411669a730e1e3db35ae977b44d41f62b330dc8b802f7b68360 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Sat, 19 Mar 2022 10:23:38 +0000 Subject: [PATCH 4/4] OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmldb-api?expand=0&rev=17 --- xmldb-api.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmldb-api.spec b/xmldb-api.spec index 2bb58d9..8239c91 100644 --- a/xmldb-api.spec +++ b/xmldb-api.spec @@ -30,11 +30,11 @@ URL: http://xmldb-org.sourceforge.net Source0: xmldb-xapi-%{cvs_version}-src.tar.bz2 Patch0: xmldb-api-java5-enum.patch BuildRequires: ant >= 1.6 +BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-tools BuildRequires: junit BuildRequires: xalan-j2 Requires: xalan-j2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description