This commit is contained in:
Tom "spot" Callaway 2011-03-10 14:42:04 -05:00
parent f151a621f9
commit ad2ceec05f
3 changed files with 7 additions and 7 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
libvpx-0.9.1.tar.bz2
/libvpx-v0.9.5.tar.bz2
/libvpx-v0.9.6.tar.bz2

View File

@ -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 <spot@fedoraproject.org> - 0.9.6-1
- update to 0.9.6
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
4bf2f2c76700202c1fe9201fcb0680e3 libvpx-v0.9.5.tar.bz2
383f3f07a76099682abb43f79b692b72 libvpx-v0.9.6.tar.bz2