From 39cb4d3839822f264d3dd4c1a969d48bbad537dd81b628c0b96163331f9b6d32 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Sat, 19 Mar 2022 10:22:03 +0000 Subject: [PATCH] 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