From e7bca9caea2a9df9fc9e87736c7053ecea355b721638681cd0ec8fe7085b9c2b Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 1 Mar 2024 13:13:44 +0000 Subject: [PATCH] Accepting request 1153317 from home:dimstar:rpm4.20:p Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1153317 OBS-URL: https://build.opensuse.org/package/show/Base:System/pommed?expand=0&rev=20 --- pommed.changes | 5 +++++ pommed.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/pommed.changes b/pommed.changes index 1c836c2..e098664 100644 --- a/pommed.changes +++ b/pommed.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 29 14:48:07 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Tue Oct 19 10:47:55 UTC 2021 - Johannes Segitz diff --git a/pommed.spec b/pommed.spec index efaa8c3..ad3fb2f 100644 --- a/pommed.spec +++ b/pommed.spec @@ -97,11 +97,11 @@ of each item controlled by pommed. %prep %setup -q -%patch1 -%patch2 -p1 -%patch3 -p1 -%patch4 -%patch5 -p1 +%patch -P 1 +%patch -P 2 -p1 +%patch -P 3 -p1 +%patch -P 4 +%patch -P 5 -p1 %build make %{?_smp_mflags}