Accepting request 856427 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/856427 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vlc?expand=0&rev=112
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 15 10:53:27 UTC 2020 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Enable LTO (boo#1133290) as it works now (and use FAT lto objects).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 24 22:10:26 UTC 2020 - Thomas Williams <bif.bam@gmail.com>
|
Sat Oct 24 22:10:26 UTC 2020 - Thomas Williams <bif.bam@gmail.com>
|
||||||
|
|
||||||
@@ -12,7 +17,7 @@ Mon Sep 28 09:10:26 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 24 18:32:57 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
Mon Aug 24 18:32:57 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
- update to 3.0.11.1:
|
- update to 3.0.11.1 (CVE-2020-13428, boo#1172727):
|
||||||
* Fixed HLS playlist update mechanism, unable to start
|
* Fixed HLS playlist update mechanism, unable to start
|
||||||
in some cases.
|
in some cases.
|
||||||
* Because of broken HLS servers, adaptive no longer
|
* Because of broken HLS servers, adaptive no longer
|
||||||
|
2
vlc.spec
2
vlc.spec
@@ -418,7 +418,7 @@ fi
|
|||||||
rm -rf contrib
|
rm -rf contrib
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%define _lto_cflags %{nil}
|
%global _lto_cflags %{?_lto_cflags} -ffat-lto-objects
|
||||||
%if 0%{?suse_version} < 1500
|
%if 0%{?suse_version} < 1500
|
||||||
export CC=%{_bindir}/gcc-7
|
export CC=%{_bindir}/gcc-7
|
||||||
export CXX=%{_bindir}/g++-7
|
export CXX=%{_bindir}/g++-7
|
||||||
|
Reference in New Issue
Block a user