diff --git a/apache-commons-chain.changes b/apache-commons-chain.changes index 6abbe2c..0b94683 100644 --- a/apache-commons-chain.changes +++ b/apache-commons-chain.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 10:23:30 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Wed Mar 23 23:01:17 UTC 2022 - Fridrich Strba diff --git a/apache-commons-chain.spec b/apache-commons-chain.spec index 12191e0..8dbe4e8 100644 --- a/apache-commons-chain.spec +++ b/apache-commons-chain.spec @@ -1,7 +1,7 @@ # # spec file for package apache-commons-chain # -# 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 @@ -83,10 +83,10 @@ mkdir -p target/lib sed -i 's/\r$//g;' *.txt -%patch0 -p1 -%patch1 -%patch3 -p1 -%patch4 -p1 +%patch -P 0 -p1 +%patch -P 1 +%patch -P 3 -p1 +%patch -P 4 -p1 # Failed tests: testDefaut(org.apache.commons.chain.config.ConfigParserTestCase): # Correct command count expected:<17> but was:<19>