diff --git a/webrtc-audio-processing-0.changes b/webrtc-audio-processing-0.changes index 1fd9714..60a1c1c 100644 --- a/webrtc-audio-processing-0.changes +++ b/webrtc-audio-processing-0.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 15:18:06 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Thu Sep 28 09:56:45 UTC 2023 - Antonio Larrosa diff --git a/webrtc-audio-processing-0.spec b/webrtc-audio-processing-0.spec index 3d41993..9f8cbbd 100644 --- a/webrtc-audio-processing-0.spec +++ b/webrtc-audio-processing-0.spec @@ -103,10 +103,10 @@ that haven't be updated yet to the newer 1.x version. %setup -q -T -c "%{name}-%{version}" xz --decompress --stdout "%{SOURCE0}" | tar xf - --strip-components=1 sed -i 's/\r$//' AUTHORS -%patch1 -p1 -%patch2 -p1 -%patch100 -%patch101 +%patch -P 1 -p1 +%patch -P 2 -p1 +%patch -P 100 +%patch -P 101 %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects