From ad2ceec05f562e8fa278f86152ef336dd28a7717 Mon Sep 17 00:00:00 2001 From: "Tom \"spot\" Callaway" Date: Thu, 10 Mar 2011 14:42:04 -0500 Subject: [PATCH] 0.9.6 --- .gitignore | 1 + libvpx.spec | 11 +++++------ sources | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 36aa9cd..3f9a15f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ libvpx-0.9.1.tar.bz2 /libvpx-v0.9.5.tar.bz2 +/libvpx-v0.9.6.tar.bz2 diff --git a/libvpx.spec b/libvpx.spec index d12f128..cf25029 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -1,7 +1,7 @@ Name: libvpx Summary: VP8 Video Codec SDK -Version: 0.9.5 -Release: 3%{?dist} +Version: 0.9.6 +Release: 1%{?dist} License: BSD Group: System Environment/Libraries Source0: http://webm.googlecode.com/files/%{name}-v%{version}.tar.bz2 @@ -9,9 +9,6 @@ Source1: libvpx.pc # Thanks to debian. Source2: libvpx.ver Patch0: libvpx-0.9.0-no-explicit-dep-on-static-lib.patch -# From http://review.webmproject.org/#change,1098 -# Should resolve CVE-2010-4203 -Patch1: libvpx-0.9.5-I6266aba7.patch URL: http://www.webmproject.org/tools/vp8-sdk/ %ifarch %{ix86} x86_64 BuildRequires: yasm @@ -44,7 +41,6 @@ and decoder. %prep %setup -q -n %{name}-v%{version} %patch0 -p1 -b .no-static-lib -%patch1 -p1 -b .I6266aba7 %build %ifarch %{ix86} @@ -161,6 +157,9 @@ rm -rf %{buildroot} %{_bindir}/* %changelog +* Thu Mar 10 2011 Tom Callaway - 0.9.6-1 +- update to 0.9.6 + * Tue Feb 08 2011 Fedora Release Engineering - 0.9.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 7e31adf..59db88f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4bf2f2c76700202c1fe9201fcb0680e3 libvpx-v0.9.5.tar.bz2 +383f3f07a76099682abb43f79b692b72 libvpx-v0.9.6.tar.bz2