From 7e747aa4ae9e00ec898815be43b29f2f0d766948 Mon Sep 17 00:00:00 2001 From: "Tom \"spot\" Callaway" Date: Mon, 1 Nov 2010 16:12:04 -0400 Subject: [PATCH] update to 0.9.5 --- .gitignore | 1 + libvpx.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index f6e18b8..36aa9cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ libvpx-0.9.1.tar.bz2 +/libvpx-v0.9.5.tar.bz2 diff --git a/libvpx.spec b/libvpx.spec index 4869ebe..30073db 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -1,10 +1,10 @@ Name: libvpx Summary: VP8 Video Codec SDK -Version: 0.9.1 -Release: 3%{?dist} +Version: 0.9.5 +Release: 1%{?dist} License: BSD Group: System Environment/Libraries -Source0: http://webm.googlecode.com/files/%{name}-%{version}.tar.bz2 +Source0: http://webm.googlecode.com/files/%{name}-v%{version}.tar.bz2 Source1: libvpx.pc # Thanks to debian. Source2: libvpx.ver @@ -39,7 +39,7 @@ A selection of utilities and tools for VP8, including a sample encoder and decoder. %prep -%setup -q +%setup -q -n %{name}-v%{version} %patch0 -p1 -b .no-static-lib %build @@ -157,6 +157,9 @@ rm -rf %{buildroot} %{_bindir}/* %changelog +* Mon Nov 1 2010 Tom "spot" Callaway 0.9.5-1 +- update to 0.9.5 + * Wed Sep 1 2010 Tom "spot" Callaway 0.9.1-3 - only package html docs to avoid multilib conflict (bz 613185) diff --git a/sources b/sources index d8cce69..7e31adf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e1442e74d0cca228785083fa520735a2 libvpx-0.9.1.tar.bz2 +4bf2f2c76700202c1fe9201fcb0680e3 libvpx-v0.9.5.tar.bz2