diff --git a/webrtc-audio-processing.changes b/webrtc-audio-processing.changes index d7444a2..939d16a 100644 --- a/webrtc-audio-processing.changes +++ b/webrtc-audio-processing.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 15:14:05 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Mon Oct 30 16:42:04 UTC 2023 - Antonio Larrosa diff --git a/webrtc-audio-processing.spec b/webrtc-audio-processing.spec index 320ffc8..e6425e2 100644 --- a/webrtc-audio-processing.spec +++ b/webrtc-audio-processing.spec @@ -133,13 +133,13 @@ WebRTC implements the W3C's proposal for video conferencing on the web. %prep %autosetup -p1 -N sed -i 's/\r$//' AUTHORS -%patch0 -p1 -#%%patch1 -p1 -#%%patch2 -p1 -%patch3 -p1 -%patch100 -p1 -%patch101 -p1 -%patch102 -p1 +%patch -P 0 -p1 +#%%patch -P 1 -p1 +#%%patch -P 2 -p1 +%patch -P 3 -p1 +%patch -P 100 -p1 +%patch -P 101 -p1 +%patch -P 102 -p1 %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects