update to 0.9.5

This commit is contained in:
Tom "spot" Callaway 2010-11-01 16:12:04 -04:00
parent 72273bb416
commit 7e747aa4ae
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

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

View File

@ -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 <tcallawa@redhat.com> 0.9.5-1
- update to 0.9.5
* Wed Sep 1 2010 Tom "spot" Callaway <tcallawa@redhat.com> 0.9.1-3
- only package html docs to avoid multilib conflict (bz 613185)

View File

@ -1 +1 @@
e1442e74d0cca228785083fa520735a2 libvpx-0.9.1.tar.bz2
4bf2f2c76700202c1fe9201fcb0680e3 libvpx-v0.9.5.tar.bz2