From 3e15a188a791e6a2a07f296fa928f891a3ada063755e0581e55ce788bf1c87ec Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 20 Feb 2024 10:46:22 +0000 Subject: [PATCH] Accepting request 1147764 from home:dimstar:rpm4.20:a Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1147764 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/autoconf?expand=0&rev=60 --- autoconf.changes | 5 +++++ autoconf.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/autoconf.changes b/autoconf.changes index a5a7f17..d51ee62 100644 --- a/autoconf.changes +++ b/autoconf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 10:21:03 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Tue Feb 13 09:22:52 UTC 2024 - Valentin Lefebvre diff --git a/autoconf.spec b/autoconf.spec index aae8291..6ced525 100644 --- a/autoconf.spec +++ b/autoconf.spec @@ -1,5 +1,5 @@ # -# spec file +# spec file for package autoconf # # Copyright (c) 2024 SUSE LLC # @@ -69,9 +69,9 @@ only required for the generation of the scripts, not their use. %prep %setup -q -n autoconf-%{version} -%patch0 -p1 +%patch -P 0 -p1 %if "%_arch" == "i386" -%patch1 -p1 +%patch -P 1 -p1 %endif %build