Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xpp2 for openSUSE:Factory checked in at 2022-03-28 16:59:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xpp2 (Old) and /work/SRC/openSUSE:Factory/.xpp2.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xpp2" Mon Mar 28 16:59:02 2022 rev:20 rq:962915 version:2.1.10 Changes: -------- --- /work/SRC/openSUSE:Factory/xpp2/xpp2.changes 2021-06-09 21:55:01.802766483 +0200 +++ /work/SRC/openSUSE:Factory/.xpp2.new.1900/xpp2.changes 2022-03-28 16:59:38.464894377 +0200 @@ -1,0 +2,7 @@ +Fri Mar 18 17:44:25 UTC 2022 - Fridrich Strba <fst...@suse.com> + +- Modified patch: + * xpp2-build_xml.patch + + Build with source/target levels 8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xpp2.spec ++++++ --- /var/tmp/diff_new_pack.UGSkVO/_old 2022-03-28 16:59:38.928895007 +0200 +++ /var/tmp/diff_new_pack.UGSkVO/_new 2022-03-28 16:59:38.932895013 +0200 @@ -1,7 +1,7 @@ # # spec file for package xpp2 # -# Copyright (c) 2019 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 @@ -23,13 +23,13 @@ Summary: XML Pull Parser License: Apache-1.1 Group: Development/Libraries/Java -Url: http://www.extreme.indiana.edu/xgws/xsoap/xpp/ +URL: http://www.extreme.indiana.edu/xgws/xsoap/xpp/ Source0: http://www.extreme.indiana.edu/xgws/xsoap/xpp/download/PullParser2/PullParser%{version}.tar.bz2 Source1: https://repo1.maven.org/maven2/pull-parser/pull-parser/%{version}/pull-parser-%{version}.pom Patch0: xpp2-build_xml.patch Patch1: xpp2-enum.patch BuildRequires: ant >= 1.6 -BuildRequires: ant-junit >= 1.6 +BuildRequires: ant-junit >= 1.8 BuildRequires: fdupes BuildRequires: javapackages-local BuildRequires: javapackages-tools ++++++ xpp2-build_xml.patch ++++++ --- /var/tmp/diff_new_pack.UGSkVO/_old 2022-03-28 16:59:38.972895067 +0200 +++ /var/tmp/diff_new_pack.UGSkVO/_new 2022-03-28 16:59:38.976895072 +0200 @@ -5,8 +5,8 @@ - <property name="target" value="1.1" /> -+ <property name="target" value="1.6" /> -+ <property name="source" value="1.6" /> ++ <property name="target" value="1.8" /> ++ <property name="source" value="1.8" /> <!-- set global properties for this build --> <property name="name" value="XML Pull Parser"/> @@ -185,7 +185,7 @@ <javadoc packagenames="${apidoc_packages}" sourcepath="${src_intf}" destdir="${build_apidoc}" -+ source="1.6" ++ source="${source}" author="true" version="true" use="true" @@ -193,7 +193,7 @@ <javadoc packagenames="${javadoc_packages}" sourcepath="${src_intf}:${src_impl_factory}:${src_impl_small}:${src_impl_tag}:${src_impl_pp}:${src_impl_node}:${src_impl_format}:${src_x2impl}:${src_x2impl_factory}:${src_x2impl_pp}" destdir="${build_javadoc}" -+ source="1.6" ++ source="${source}" author="true" version="true" use="true"