diff --git a/vlc-2.0.6.tar.xz b/vlc-2.0.6.tar.xz deleted file mode 100644 index 748fe38..0000000 --- a/vlc-2.0.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31cc98035e2ce36c71a8f105aa5a87e3d8b5e206a0b3f7208c5ced407cbe1963 -size 18619836 diff --git a/vlc-2.0.7.tar.xz b/vlc-2.0.7.tar.xz new file mode 100644 index 0000000..9f9d55e --- /dev/null +++ b/vlc-2.0.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:243107d59e4bd0b942cb4ce10292eab8233394f8109ff4fde44e64d0ee745314 +size 18538256 diff --git a/vlc.changes b/vlc.changes index a32c1c8..942fc0f 100644 --- a/vlc.changes +++ b/vlc.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Jul 4 10:41:24 UTC 2013 - hrvoje.senjan@gmail.com + +- Update to version 2.0.7: + + Input: + - Fix playback termination when switching ES tracks + (PowerPC only) + - Fix memory exhaustion vulnerability when playing specifically + crafted playlist files + + Decoders: + - Fix WMA Pro, MPEG 4 ALS, APE, MLP and ADPCM-IMA4 playback + + Encoders: + - Fix audio encoding for numerous codecs, notably mp3 and aac + + Muxers: + - Fix noticeable memory leak when creating AVI files + + Video output: + - Fix crash when using libvlc in 3rd party applications + (Mac only) + + Mac OS X Interface + - Minor improvements + - Fix issue which could lead to loss of media files created + through transcoding + ------------------------------------------------------------------- Tue Jun 11 22:01:52 UTC 2013 - dvaleev@suse.com diff --git a/vlc.spec b/vlc.spec index 6649342..e6aaa24 100644 --- a/vlc.spec +++ b/vlc.spec @@ -30,9 +30,9 @@ Summary: VLC - Video Lan Client License: GPL-2.0+ Group: Productivity/Multimedia/Video/Players Name: vlc -Version: 2.0.6 +Version: 2.0.7 Release: 0 -%define _version 2.0.6 +%define _version 2.0.7 Source: http://download.videolan.org/vlc/%{_version}/vlc-%{_version}.tar.xz Patch1: fix_font_path.patch Patch3: 0001-no-return-in-non-void.patch