From 91671e024b9fe05fc59c4d9c1a229ded2253419a3a77e1c96916f7cb8c6f26eb Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 20 Feb 2024 11:51:49 +0000 Subject: [PATCH] Accepting request 1147769 from home:dimstar:rpm4.20:a Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1147769 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-chain?expand=0&rev=10 --- apache-commons-chain.changes | 5 +++++ apache-commons-chain.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) 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>