Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package glassfish-hk2 for openSUSE:Factory checked in at 2024-02-21 17:59:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glassfish-hk2 (Old) and /work/SRC/openSUSE:Factory/.glassfish-hk2.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glassfish-hk2" Wed Feb 21 17:59:47 2024 rev:9 rq:1148570 version:2.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/glassfish-hk2/glassfish-hk2.changes 2023-10-30 22:11:58.170837784 +0100 +++ /work/SRC/openSUSE:Factory/.glassfish-hk2.new.1706/glassfish-hk2.changes 2024-02-21 17:59:51.070755510 +0100 @@ -1,0 +2,5 @@ +Wed Feb 21 10:43:40 UTC 2024 - Gus Kenion <[email protected]> + +- Use %patch -P N instead of deprecated %patchN. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glassfish-hk2.spec ++++++ --- /var/tmp/diff_new_pack.At2F4E/_old 2024-02-21 17:59:51.842783426 +0100 +++ /var/tmp/diff_new_pack.At2F4E/_new 2024-02-21 17:59:51.842783426 +0100 @@ -1,7 +1,7 @@ # # spec file for package glassfish-hk2 # -# Copyright (c) 2023 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 @@ -229,9 +229,9 @@ %prep %setup -q -n glassfish-hk2-%{version}-RELEASE -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 +%patch -P 0 -p1 +%patch -P 1 -p1 +%patch -P 2 -p1 # Disable tests that intermittently fail on ARM arches sed -i -e '/org\.junit\.Ignore/s/\/\///' \ @@ -248,7 +248,7 @@ %pom_add_parent "org.glassfish.hk2:hk2-parent:%{version}" $mod done -%patch3 -p1 +%patch -P 3 -p1 # Do not remove test resources find . -name '*.jar' ! -name "gendir.jar" -type f -print -delete
