Accepting request 404216 from multimedia:libs

1

OBS-URL: https://build.opensuse.org/request/show/404216
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vlc?expand=0&rev=56
This commit is contained in:
Dominique Leuenberger 2016-07-01 07:52:07 +00:00 committed by Git OBS Bridge
commit e3a1a2e40c
4 changed files with 27 additions and 6 deletions

View File

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1632e91d2a0087e0ef4c3fb4c95c3c2890f7715a9d1d43ffd46329f428cf53be
size 22199316

View File

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

View File

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