From 8db4d0e017dc6f80188af06c01ca29d32ae6eb9b Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Fri, 14 Dec 2012 22:46:57 +0000 Subject: [PATCH] Update to 2.0.5 --- .gitignore | 2 +- sources | 2 +- vlc.spec | 11 +++++------ 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index df74552..6cc3654 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -vlc-2.0.4.tar.xz +vlc-2.0.5.tar.xz diff --git a/sources b/sources index 53da35f..b0e0e65 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f36dab8f126922c56b372388b7fade47 vlc-2.0.4.tar.xz +4f959c0766ada8cea5a72c65fce94ebe vlc-2.0.5.tar.xz diff --git a/vlc.spec b/vlc.spec index 750e173..9af7463 100644 --- a/vlc.spec +++ b/vlc.spec @@ -30,15 +30,13 @@ Summary: The cross-platform open-source multimedia framework, player and server Name: vlc -Version: 2.0.4 -Release: 3%{?dist} +Version: 2.0.5 +Release: 1%{?dist} License: GPLv2+ Group: Applications/Multimedia URL: http://www.videolan.org Source0: http://download.videolan.org/pub/videolan/vlc/%{version}/vlc-%{version}%{?vlc_rc}.tar.xz Patch0: vlc-2.0.2-xcb_discard.patch -Patch1: vlc-2.0.4-cache.patch -Patch2: vlc-backport-dvb58.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils @@ -228,8 +226,6 @@ sed -i -e "s|xcb >= 1.6|xcb >= 1.5|" configure configure.ac touch -r config.h.in configure configure.ac } %endif -%patch1 -p1 -b .vlc_cache -%patch2 -p1 %{?_with_bootstrap: rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || : @@ -516,6 +512,9 @@ fi || : %changelog +* Fri Dec 14 2012 Nicolas Chauvet - 2.0.5-1 +- Update to 2.0.5 + * Sat Nov 24 2012 Nicolas Chauvet - 2.0.4-3 - Fix build with kernel-3.7