From 7bea4db013412e09922225b21497f0cb242260c73e6d8a67281c582ecd67f551 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 18 Dec 2020 18:52:20 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/vlc revision 112.0 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=8e1b5567fb36c62741337f08d31e3c61 --- vlc.changes | 23 +++++------------------ vlc.spec | 2 +- 2 files changed, 6 insertions(+), 19 deletions(-) diff --git a/vlc.changes b/vlc.changes index be12679..a1affc7 100644 --- a/vlc.changes +++ b/vlc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 15 10:53:27 UTC 2020 - Martin Liška + +- Enable LTO (boo#1133290) as it works now (and use FAT lto objects). + ------------------------------------------------------------------- Sat Oct 24 22:10:26 UTC 2020 - Thomas Williams @@ -12,24 +17,6 @@ Mon Sep 28 09:10:26 UTC 2020 - Guillaume GARDET ------------------------------------------------------------------- Mon Aug 24 18:32:57 UTC 2020 - Dirk Mueller -- update to 3.0.11.1: - * Fixed HLS playlist update mechanism, unable to start - in some cases. - * Because of broken HLS servers, adaptive no longer - considers Content-Type as authoritative. - * Fixed handling of WEBM WebVTT subtitles - * Workaround invalid ADTS in TS from Makito encoders - * Fixed Opus when using avformat demuxer - * Fixed inverted explicit start/end positioning - * Fix listing of media on certain Panasonic recorders discovered via UPnP - * Updated gnutls to 3.6.14 - * Updated libebml to 1.4.0 - * Updated libmatroska to 1.6.0 - * Updated mpg123 to 1.26.2 - -------------------------------------------------------------------- -Mon Aug 24 18:32:57 UTC 2020 - Dirk Mueller - - update to 3.0.11.1 (CVE-2020-13428, boo#1172727): * Fixed HLS playlist update mechanism, unable to start in some cases. diff --git a/vlc.spec b/vlc.spec index 752ee6c..3a57b4a 100644 --- a/vlc.spec +++ b/vlc.spec @@ -418,7 +418,7 @@ fi rm -rf contrib %build -%define _lto_cflags %{nil} +%global _lto_cflags %{?_lto_cflags} -ffat-lto-objects %if 0%{?suse_version} < 1500 export CC=%{_bindir}/gcc-7 export CXX=%{_bindir}/g++-7