Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xom for openSUSE:Factory checked in at 2025-03-05 13:38:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xom (Old) and /work/SRC/openSUSE:Factory/.xom.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xom" Wed Mar 5 13:38:07 2025 rev:3 rq:1250067 version:1.3.9 Changes: -------- --- /work/SRC/openSUSE:Factory/xom/xom.changes 2024-02-22 20:56:05.289854241 +0100 +++ /work/SRC/openSUSE:Factory/.xom.new.19136/xom.changes 2025-03-05 13:38:11.574692314 +0100 @@ -1,0 +2,5 @@ +Sat Mar 1 09:20:57 UTC 2025 - Jan Engelhardt <[email protected]> + +- Make build recipe compatible with POSIX sh. Use %autosetup. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xom.spec ++++++ --- /var/tmp/diff_new_pack.i42YXh/_old 2025-03-05 13:38:12.174717485 +0100 +++ /var/tmp/diff_new_pack.i42YXh/_new 2025-03-05 13:38:12.174717485 +0100 @@ -1,7 +1,7 @@ # # spec file for package xom # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2000-2005, JPackage Project # # All modifications and additions to the file contributed by third parties @@ -57,17 +57,16 @@ This package provides %{summary}. %prep -%setup -q -%patch -P 0 -p1 +%autosetup -p1 %build mkdir -p lib -pushd lib +cd lib ln -sf $(build-classpath junit) junit.jar ln -sf $(build-classpath xerces-j2) xercesImpl-2.12.2.jar ln -sf $(build-classpath xml-apis) xml-apis-1.4.01.jar ln -sf $(build-classpath jaxen) jaxen-1.1.6.jar -popd +cd - %{ant} jar samples javadoc maven
