Compare commits

1 Commits
main ... 1.1

2 changed files with 7 additions and 12 deletions

View File

@@ -1,8 +1,3 @@
-------------------------------------------------------------------
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
%patch -P 0 -p1 %patch0 -p1
#%%patch -P 1 -p1 #%%patch1 -p1
#%%patch -P 2 -p1 #%%patch2 -p1
%patch -P 3 -p1 %patch3 -p1
%patch -P 100 -p1 %patch100 -p1
%patch -P 101 -p1 %patch101 -p1
%patch -P 102 -p1 %patch102 -p1
%build %build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects %global _lto_cflags %{_lto_cflags} -ffat-lto-objects