diff --git a/.gitignore b/.gitignore index 5e320b0..b2c4b8e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ libvpx-0.9.1.tar.bz2 /libvpx-v1.2.0.tar.bz2 /libvpx-v1.3.0.tar.bz2 /v1.4.0.tar.gz +/libvpx-1.5.0.tar.bz2 diff --git a/libvpx.spec b/libvpx.spec index 5377e66..8dd7ade 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -1,15 +1,15 @@ -%global somajor 2 +%global somajor 3 %global sominor 0 %global sotiny 0 %global soversion %{somajor}.%{sominor}.%{sotiny} Name: libvpx Summary: VP8 Video Codec SDK -Version: 1.4.0 -Release: 6%{?dist} +Version: 1.5.0 +Release: 1%{?dist} License: BSD Group: System Environment/Libraries -Source0: https://libvpx.webm.googlecode.com/archive/v%{version}.tar.gz +Source0: http://downloads.webmproject.org/releases/webm/%{name}-%{version}.tar.bz2 # Thanks to debian. Source2: libvpx.ver URL: http://www.webmproject.org/code/ @@ -42,7 +42,7 @@ A selection of utilities and tools for VP8, including a sample encoder and decoder. %prep -%setup -q -n libvpx.webm-v%{version} +%setup -q -n libvpx-%{version} %build %ifarch %{ix86} @@ -179,6 +179,9 @@ popd %{_bindir}/* %changelog +* Tue Dec 1 2015 Tom Callaway - 1.5.0-1 +- update to 1.5.0 + * Mon Sep 21 2015 Tom Callaway - 1.4.0-6 - remove exit 0 diff --git a/sources b/sources index 1ff5e71..2a8c311 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3f80d2461b205c81c05ed1531d256c96 v1.4.0.tar.gz +49e59dd184caa255886683facea56fca libvpx-1.5.0.tar.bz2