Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xmlbeans for openSUSE:Factory checked in at 2022-03-28 16:59:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xmlbeans (Old) and /work/SRC/openSUSE:Factory/.xmlbeans.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xmlbeans" Mon Mar 28 16:59:40 2022 rev:32 rq:963453 version:2.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xmlbeans/xmlbeans-mini.changes 2017-10-10 11:39:13.737367609 +0200 +++ /work/SRC/openSUSE:Factory/.xmlbeans.new.1900/xmlbeans-mini.changes 2022-03-28 17:00:19.364949940 +0200 @@ -1,0 +2,7 @@ +Sat Mar 19 23:19:36 UTC 2022 - Fridrich Strba <[email protected]> + +- Build with java source/target levels 8 +- Build with java-devel < 13 because we are using + removed com.sun.javadoc + +------------------------------------------------------------------- xmlbeans.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xmlbeans-mini.spec ++++++ --- /var/tmp/diff_new_pack.OwUFCS/_old 2022-03-28 17:00:20.056950880 +0200 +++ /var/tmp/diff_new_pack.OwUFCS/_new 2022-03-28 17:00:20.064950891 +0200 @@ -1,7 +1,7 @@ # # spec file for package xmlbeans-mini # -# 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/ # @@ -25,7 +25,7 @@ Summary: XML-Java binding tool License: Apache-2.0 Group: Development/Libraries/Java -Url: http://xmlbeans.apache.org +URL: https://xmlbeans.apache.org Source0: http://archive.apache.org/dist/xmlbeans/source/%{real}-%{version}-src.tgz Source1000: pre_checkin.sh Patch0: xmlbeans-2.4.0-nodownload.patch @@ -36,9 +36,11 @@ Patch3: xmlbeans-2.6.0-jdk9.patch BuildRequires: ant >= 1.6 BuildRequires: bea-stax-api -BuildRequires: java-devel +BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-tools BuildRequires: unzip +# Removed com.sun.javadoc package +BuildConflicts: java-devel >= 13 #!BuildIgnore: antlr #!BuildIgnore: antlr-java BuildArch: noarch @@ -150,7 +152,8 @@ %endif #if ! % { bootstrap} %files -%doc LICENSE.txt NOTICE.txt README.txt +%license LICENSE.txt NOTICE.txt +%doc README.txt %dir %{_javadir}/xmlbeans/ %{_javadir}/xmlbeans/*.jar ++++++ xmlbeans.spec ++++++ --- /var/tmp/diff_new_pack.OwUFCS/_old 2022-03-28 17:00:20.088950924 +0200 +++ /var/tmp/diff_new_pack.OwUFCS/_new 2022-03-28 17:00:20.092950929 +0200 @@ -1,7 +1,7 @@ # # spec file for package xmlbeans # -# 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 @@ Summary: XML-Java binding tool License: Apache-2.0 Group: Development/Libraries/Java -Url: http://xmlbeans.apache.org +URL: https://xmlbeans.apache.org Source0: http://archive.apache.org/dist/xmlbeans/source/%{real}-%{version}-src.tgz Source1000: pre_checkin.sh Patch0: xmlbeans-2.4.0-nodownload.patch @@ -35,9 +35,11 @@ Patch3: xmlbeans-2.6.0-jdk9.patch BuildRequires: ant >= 1.6 BuildRequires: bea-stax-api -BuildRequires: java-devel +BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-tools BuildRequires: unzip +# Removed com.sun.javadoc package +BuildConflicts: java-devel >= 13 #!BuildIgnore: antlr #!BuildIgnore: antlr-java BuildArch: noarch @@ -149,7 +151,8 @@ %endif #if ! % { bootstrap} %files -%doc LICENSE.txt NOTICE.txt README.txt +%license LICENSE.txt NOTICE.txt +%doc README.txt %dir %{_javadir}/xmlbeans/ %{_javadir}/xmlbeans/*.jar ++++++ xmlbeans-2.6.0-jdk9.patch ++++++ --- /var/tmp/diff_new_pack.OwUFCS/_old 2022-03-28 17:00:20.124950973 +0200 +++ /var/tmp/diff_new_pack.OwUFCS/_new 2022-03-28 17:00:20.128950978 +0200 @@ -7,9 +7,9 @@ - <property name="build.compiler" value="javac1.4"/> - <property name="javac.source" value="1.4"/> - <property name="javac.target" value="1.4"/> -+ <property name="build.compiler" value="javac1.6"/> -+ <property name="javac.source" value="1.6"/> -+ <property name="javac.target" value="1.6"/> ++ <property name="build.compiler" value="javac1.8"/> ++ <property name="javac.source" value="1.8"/> ++ <property name="javac.target" value="1.8"/> <property name="version.base" value="2.6.0"/> <property name="version.rc" value="-RC3"/> @@ -27,7 +27,7 @@ <javac destdir="build/classes/jam" - source="1.4" target="1.4" -+ source="1.6" target="1.6" ++ source="1.8" target="1.8" debug="on"> <src path="build/private/jam/src_repackage"/> <classpath> @@ -36,7 +36,7 @@ destdir="build/classes/piccolo" classpath="" - source="1.3" target="1.4" -+ source="1.6" target="1.6" ++ source="1.8" target="1.8" debug="on"> <src path="build/private/piccolo/src_repackage"/> </javac>
