Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xmldb-api for openSUSE:Factory checked in at 2022-03-28 16:59:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xmldb-api (Old) and /work/SRC/openSUSE:Factory/.xmldb-api.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xmldb-api" Mon Mar 28 16:59:13 2022 rev:17 rq:963024 version:0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/xmldb-api/xmldb-api.changes 2017-09-13 22:27:47.421103763 +0200 +++ /work/SRC/openSUSE:Factory/.xmldb-api.new.1900/xmldb-api.changes 2022-03-28 16:59:50.676910967 +0200 @@ -1,0 +2,5 @@ +Sat Mar 19 10:21:44 UTC 2022 - Fridrich Strba <fst...@suse.com> + +- Build with source/target levels 8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xmldb-api.spec ++++++ --- /var/tmp/diff_new_pack.oJrTu0/_old 2022-03-28 16:59:51.108911554 +0200 +++ /var/tmp/diff_new_pack.oJrTu0/_new 2022-03-28 16:59:51.112911559 +0200 @@ -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,17 +24,17 @@ 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:anonym...@cvs.sourceforge.net:/cvsroot/xmldb-org login # cvs -z3 -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/xmldb-org export -D 2004-10-10 xapi 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 @@ -102,7 +102,7 @@ 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