From c50d12be461af2639d49d6b7bfd1307d57c51955fb62749780b1d88fccf8bd66 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 20 Feb 2024 11:51:35 +0000 Subject: [PATCH 1/2] Accepting request 1147768 from home:dimstar:rpm4.20:a Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1147768 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-collections?expand=0&rev=38 --- apache-commons-collections.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/apache-commons-collections.spec b/apache-commons-collections.spec index b15af58..0a69043 100644 --- a/apache-commons-collections.spec +++ b/apache-commons-collections.spec @@ -1,7 +1,7 @@ # # spec file for package apache-commons-collections # -# 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 @@ -89,12 +89,12 @@ find . -name "*.class" -delete # Fix file eof sed -i 's/\r//' LICENSE.txt PROPOSAL.html README.txt NOTICE.txt -%patch0 -p1 -%patch1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 +%patch -P 0 -p1 +%patch -P 1 +%patch -P 2 -p1 +%patch -P 3 -p1 +%patch -P 4 -p1 +%patch -P 5 -p1 %build echo "junit.jar=$(build-classpath junit)" >>build.properties From 021a210aa1533604d57e1adb131d6ffe918a8b0e56a9decd419b054c68b2fe82 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 20 Feb 2024 12:48:58 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-collections?expand=0&rev=39 --- apache-commons-collections.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apache-commons-collections.changes b/apache-commons-collections.changes index 444823d..8e3b77b 100644 --- a/apache-commons-collections.changes +++ b/apache-commons-collections.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 12:48:51 UTC 2024 - Fridrich Strba + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Wed Oct 25 16:30:13 UTC 2023 - Fridrich Strba