Ana Guerrero 2024-02-21 16:52:53 +00:00 committed by Git OBS Bridge
commit 4488b74150
2 changed files with 12 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 20 15:14:05 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 30 16:42:04 UTC 2023 - Antonio Larrosa <alarrosa@suse.com> Mon Oct 30 16:42:04 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -133,13 +133,13 @@ WebRTC implements the W3C's proposal for video conferencing on the web.
%prep %prep
%autosetup -p1 -N %autosetup -p1 -N
sed -i 's/\r$//' AUTHORS sed -i 's/\r$//' AUTHORS
%patch0 -p1 %patch -P 0 -p1
#%%patch1 -p1 #%%patch -P 1 -p1
#%%patch2 -p1 #%%patch -P 2 -p1
%patch3 -p1 %patch -P 3 -p1
%patch100 -p1 %patch -P 100 -p1
%patch101 -p1 %patch -P 101 -p1
%patch102 -p1 %patch -P 102 -p1
%build %build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects %global _lto_cflags %{_lto_cflags} -ffat-lto-objects