[libvpx/f18] update to 1.2.0

Tom Callaway spot at fedoraproject.org
Thu Feb 28 17:55:10 UTC 2013


commit fbac2630e414aa8b5cec40fb7b1c4b7fd1b3d1fe
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Thu Feb 28 12:58:11 2013 -0500

    update to 1.2.0

 libvpx.spec |   20 ++++++++++++++++----
 sources     |    2 +-
 2 files changed, 17 insertions(+), 5 deletions(-)
---
diff --git a/libvpx.spec b/libvpx.spec
index 8d73ac2..27bfa11 100644
--- a/libvpx.spec
+++ b/libvpx.spec
@@ -1,18 +1,25 @@
 %global majorver 1
-%global minorver 1
+%global minorver 2
 %global tinyver  0
 
 Name:			libvpx
 Summary:		VP8 Video Codec SDK
 Version:		%{majorver}.%{minorver}.%{tinyver}
 %global soversion	%{version}
-Release:		2%{?dist}
+Release:		1%{?dist}
 License:		BSD
 Group:			System Environment/Libraries
+# Google forgot to make a 1.2.0 tarball, so I made one from the git tag.
+# git clone https://code.google.com/p/webm.libvpx/ libvpx
+# cd libvpx
+# git checkout v1.2.0
+# rm -rf .git*
+# cd ..
+# mv libvpx libvpx-v1.2.0
+# tar xvfj libvpx-v1.2.0.tar.bz2 libvpx-v1.2.0
 Source0:		http://webm.googlecode.com/files/%{name}-v%{version}.tar.bz2
 # Thanks to debian.
 Source2:		libvpx.ver
-Patch0:			libvpx-v1.1.0-pcfix.patch
 URL:			http://www.webmproject.org/tools/vp8-sdk/
 %ifarch %{ix86} x86_64
 BuildRequires:		yasm
@@ -44,7 +51,6 @@ and decoder.
 
 %prep
 %setup -q -n %{name}-v%{version}
-%patch0 -p1 -b .pcfix
 
 %build
 %ifarch %{ix86}
@@ -147,6 +153,12 @@ popd
 %{_bindir}/*
 
 %changelog
+* Thu Feb 28 2013 Tom Callaway <spot at fedoraproject.org> - 1.2.0-1
+- update to 1.2.0
+
+* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 2c9d5ed..fec9a61 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7ae163ac3196c79ec2f0904280078a45  libvpx-v1.1.0.tar.bz2
+400d7c940c5f9d394893d42ae5f463e6  libvpx-v1.2.0.tar.bz2


More information about the scm-commits mailing list