Updating link to change in openSUSE:Factory/vlc revision 56.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=23439cfd86134d9c6849c98109ad53b6
This commit is contained in:
parent
135a19214f
commit
7faedd1e54
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9d7587d35f13c3c981964c8cc8b03f1c7c8edf528be476b3ca1d2efedd5bf5b
|
||||
size 21835204
|
3
vlc-2.2.4.tar.xz
Normal file
3
vlc-2.2.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1632e91d2a0087e0ef4c3fb4c95c3c2890f7715a9d1d43ffd46329f428cf53be
|
||||
size 22199316
|
20
vlc.changes
20
vlc.changes
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 23 11:16:23 UTC 2016 - meissner@suse.com
|
||||
|
||||
- build binaries as PIE (position independend executable).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 13 08:52:18 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 2.2.4:
|
||||
+ Decoder:
|
||||
- Fix crash in G.711 wav files.
|
||||
- Fix mp3 crash in libmad.
|
||||
- Fix out-of-bound write in adpcm QT IMA codec (CVE-2016-5108,
|
||||
boo#984382).
|
||||
+ Qt: Fix resizing issues.
|
||||
+ Win32: Fix overlay creation on Windows XP for DirectDraw video
|
||||
output.
|
||||
+ Misc: Build fixes for Hurd.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 24 13:39:13 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
|
7
vlc.spec
7
vlc.spec
@ -31,7 +31,7 @@
|
||||
%endif
|
||||
|
||||
Name: vlc
|
||||
Version: 2.2.3
|
||||
Version: 2.2.4
|
||||
Release: 0
|
||||
Summary: Video Lan Client multimedia player
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
@ -340,8 +340,9 @@ date
|
||||
%build
|
||||
echo '********* BOOTSTRAPPING *********'
|
||||
date
|
||||
export CFLAGS="%{optflags}"
|
||||
export CXXFLAGS="%{optflags}"
|
||||
export CFLAGS="%{optflags} -fPIE"
|
||||
export CXXFLAGS="%{optflags} -fPIE"
|
||||
export LDFLAGS="-pie"
|
||||
%if 0%{?suse_version} > 1140
|
||||
./bootstrap
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user