SHA256
1
0
forked from pool/vlc

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
This commit is contained in:
OBS User buildservice-autocommit 2020-12-18 18:52:20 +00:00 committed by Git OBS Bridge
parent 61b527091c
commit 7bea4db013
2 changed files with 6 additions and 19 deletions

View File

@ -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,24 +17,6 @@ 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:
* 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 <dmueller@suse.com>
- update to 3.0.11.1 (CVE-2020-13428, boo#1172727): - 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.

View File

@ -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