From 1a02a318f58744d26cd401487135c12df3f61260c52bd55d245cbc41ba09feaa Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 20 Feb 2024 11:24:42 +0000 Subject: [PATCH] Accepting request 1147820 from home:dimstar:rpm4.20:a Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1147820 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=214 --- alsa-utils.changes | 5 +++++ alsa-utils.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/alsa-utils.changes b/alsa-utils.changes index b2e2ed7..bdad859 100644 --- a/alsa-utils.changes +++ b/alsa-utils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 10:58:55 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Fri Feb 2 14:55:32 UTC 2024 - Takashi Iwai diff --git a/alsa-utils.spec b/alsa-utils.spec index 8dcbd46..747f47f 100644 --- a/alsa-utils.spec +++ b/alsa-utils.spec @@ -84,9 +84,9 @@ and test audio before and after PM state changes. %prep %setup -q -%patch100 -p1 +%patch -P 100 -p1 %if 0%{?do_autoreconf} -%patch101 -p1 +%patch -P 101 -p1 # fix stupid automake's automatic action sed -i -e's/EXTRA_DIST= config.rpath /EXTRA_DIST=/' Makefile.am %endif