Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xpp3 for openSUSE:Factory checked in at 2024-01-12 23:46:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xpp3 (Old) and /work/SRC/openSUSE:Factory/.xpp3.new.21961 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xpp3" Fri Jan 12 23:46:26 2024 rev:22 rq:1138308 version:1.1.4c Changes: -------- --- /work/SRC/openSUSE:Factory/xpp3/xpp3.changes 2022-03-28 16:59:39.264895464 +0200 +++ /work/SRC/openSUSE:Factory/.xpp3.new.21961/xpp3.changes 2024-01-12 23:46:47.777605400 +0100 @@ -1,0 +2,5 @@ +Fri Jan 12 11:37:59 UTC 2024 - Fridrich Strba <fst...@suse.com> + +- Clean up the spec file and cater for broken URLs + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xpp3.spec ++++++ --- /var/tmp/diff_new_pack.2LeTWJ/_old 2024-01-12 23:46:48.241622384 +0100 +++ /var/tmp/diff_new_pack.2LeTWJ/_new 2024-01-12 23:46:48.241622384 +0100 @@ -1,7 +1,7 @@ # # spec file for package xpp3 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,20 +23,20 @@ License: Apache-1.1 Group: Development/Libraries/Java URL: http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html -Source0: http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/xpp3-%{version}_src.tgz -Source1: http://central.maven.org/maven2/xpp3/xpp3/%{version}/xpp3-%{version}.pom -Source2: http://central.maven.org/maven2/xpp3/xpp3_min/%{version}/xpp3_min-%{version}.pom -Source3: http://central.maven.org/maven2/xpp3/xpp3_xpath/%{version}/xpp3_xpath-%{version}.pom +# The http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/ does not exist any +# more. So we used our cached tarball +Source0: xpp3-%{version}_src.tgz +Source1: https://repo1.maven.org/maven2/xpp3/xpp3/%{version}/xpp3-%{version}.pom +Source2: https://repo1.maven.org/maven2/xpp3/xpp3_min/%{version}/xpp3_min-%{version}.pom +Source3: https://repo1.maven.org/maven2/xpp3/xpp3_xpath/%{version}/xpp3_xpath-%{version}.pom Source4: %{name}-%{version}-OSGI-MANIFEST.MF Patch0: xpp3-sourcetarget.patch BuildRequires: ant >= 1.6 BuildRequires: java-devel >= 1.8 -BuildRequires: javapackages-local -BuildRequires: javapackages-tools +BuildRequires: javapackages-local >= 6 BuildRequires: junit BuildRequires: perl BuildRequires: xml-commons-apis -Requires: java >= 1.4.2 BuildArch: noarch %description @@ -97,9 +97,9 @@ # Install pom file install -d -m 755 %{buildroot}%{_mavenpomdir} -install -p -m 644 %{SOURCE1} %{buildroot}%{_mavenpomdir}/%{name}.pom -install -p -m 644 %{SOURCE2} %{buildroot}%{_mavenpomdir}/%{name}-minimal.pom -install -p -m 644 %{SOURCE3} %{buildroot}%{_mavenpomdir}/%{name}-xpath.pom +%{mvn_install_pom} %{SOURCE1} %{buildroot}%{_mavenpomdir}/%{name}.pom +%{mvn_install_pom} %{SOURCE2} %{buildroot}%{_mavenpomdir}/%{name}-minimal.pom +%{mvn_install_pom} %{SOURCE3} %{buildroot}%{_mavenpomdir}/%{name}-xpath.pom %add_maven_depmap %{name}.pom %{name}.jar %add_maven_depmap %{name}-minimal.pom %{name}-minimal.jar -f minimal %add_maven_depmap %{name}-xpath.pom %{name}-xpath.jar -f xpath