From 40922960a8e4b961a7db862604fe67e6c16d319f366479ddd66799161c3a5a18 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 20 Feb 2024 11:25:13 +0000 Subject: [PATCH] Accepting request 1147773 from home:dimstar:rpm4.20:a Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1147773 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=217 --- audacity.changes | 5 +++++ audacity.spec | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/audacity.changes b/audacity.changes index f92a6bd..02b44ed 100644 --- a/audacity.changes +++ b/audacity.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 10:26:07 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Fri Nov 17 02:33:37 UTC 2023 - Konstantin Voinov diff --git a/audacity.spec b/audacity.spec index 0568acc..11edf59 100644 --- a/audacity.spec +++ b/audacity.spec @@ -1,7 +1,7 @@ # # spec file for package audacity # -# Copyright (c) 2023 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 @@ -124,12 +124,12 @@ physical memory size can be edited. %prep %setup -q -n %{name}-Audacity-%{version} -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 +%patch -P 0 -p1 +%patch -P 1 -p1 +%patch -P 2 -p1 %ifarch x86_64 aarch64 -%patch3 -p1 +%patch -P 3 -p1 %endif cp -f %{SOURCE1} LICENSE_NYQUIST.txt @@ -142,8 +142,8 @@ touch include/RevisionIdent.h %if %{with vst} tar xf %{SOURCE3} --strip-components=1 --one-top-level=vst3sdk -%patch94 -p1 -d vst3sdk -%patch95 -p1 -d vst3sdk +%patch -P 94 -p1 -d vst3sdk +%patch -P 95 -p1 -d vst3sdk %endif %build