diff --git a/vlc-2.1.2.tar.xz b/vlc-2.1.2.tar.xz deleted file mode 100644 index 90ad9d9..0000000 --- a/vlc-2.1.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:219b812be1bc2eba40faa86419d0aa2c479a7380af8af216e8bfa22eb6fc8ec4 -size 19609868 diff --git a/vlc-2.1.3.tar.xz b/vlc-2.1.3.tar.xz new file mode 100644 index 0000000..5c79cc2 --- /dev/null +++ b/vlc-2.1.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e03662fec900944eeea08d271d9c2e3d473d32079278998f3902e74e4fa6a111 +size 19559492 diff --git a/vlc.changes b/vlc.changes index b0ca3a2..abf5329 100644 --- a/vlc.changes +++ b/vlc.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Thu Feb 20 19:48:32 UTC 2014 - dimstar@opensuse.org + +- Update to version 2.1.3 (bnc#864422): + + Core: + - Fix broken behaviour with SOCKSv5 proxies + - Fix integer overflow on error when using vlc_readdir + + Access: + - Fix DVB-T2 tuning on Linux. + - Fix encrypted DVD playback. + - Fix v4l2 frequency conversion. + + Decoders: + - Fix numerous issues (M2TS, VC1 interlaced, Lagarith, FFv1.3, + Xvid) by updating codec libraries. + - Bring fluidsynth back on Mac OS X + - Fix some Opus crashes with some filters + - Fix teletext crash on Windows + + Demuxers: + - Avoid an infinite recursion in MKV tags parsing + - Fix an issue with some Vobsub tracks + - Fix missing samples at the end of some wav files + - Fix divide by 0 on ASF/WMV parsing + + Audio output: + - Fix audio device selection via command line on Mac OS X + - Fix audio crashes on Mac OS X + + Video Output: + - Fix selection of DirectDraw as the default output for XP + - Fix transform off-by-one issue + - Fix screensaver disabling on Windows outputs + - Fix DirectDraw device enumeration and multi-display output + - Fix a potential crash when playing a fullscreen game at the same time as VLC + + Stream output: + - Fix 24bits audio MTU alignment in RTP + - Fix record file names + + Qt interface: + - Fix minimal size possible on start + - Fix a crash with the simple volume widget + - Fix a crash in the audio menu building + - Fix multimedia keys issues on Windows + - Fix opening of DVD and BD folders on Windows + + HTTP interface: Fix album art display on Windows. + + Updated translations. + ------------------------------------------------------------------- Mon Dec 27 18:30:00 UTC 2013 - claudiozumbo@gmail.com diff --git a/vlc.spec b/vlc.spec index 5275962..baf52c3 100644 --- a/vlc.spec +++ b/vlc.spec @@ -34,9 +34,9 @@ Summary: Video Lan Client multimedia player License: GPL-2.0+ and LGPL-2.1+ Group: Productivity/Multimedia/Video/Players Name: vlc -Version: 2.1.2 +Version: 2.1.3 Release: 0 -%define _version 2.1.2 +%define _version 2.1.3 Url: http://www.videolan.org/ Source: http://download.videolan.org/vlc/%{_version}/vlc-%{_version}.tar.xz Patch3: 0001-no-return-in-non-void.patch