From e01162caeaab8456b013c94536d5d9b213bbcabeeed7f71f3b51ea473f8def49 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 20 Feb 2024 13:08:17 +0000 Subject: [PATCH] Accepting request 1147978 from home:dimstar:rpm4.20:y Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1147978 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/yasm?expand=0&rev=35 --- yasm.changes | 5 +++++ yasm.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/yasm.changes b/yasm.changes index 9221318..c3a0a9c 100644 --- a/yasm.changes +++ b/yasm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 13:02:03 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Sat Nov 5 17:18:41 UTC 2022 - Larry Finger diff --git a/yasm.spec b/yasm.spec index a5513d9..fee7dbb 100644 --- a/yasm.spec +++ b/yasm.spec @@ -49,10 +49,10 @@ libyasm. %prep %setup -q -%patch0 -p1 -%patch1 -%patch2 -p1 -%patch3 -p1 +%patch -P 0 -p1 +%patch -P 1 +%patch -P 2 -p1 +%patch -P 3 -p1 %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects