base-specs/libtheora.spec
changeset 13320 39cc3f0692dc
parent 12965 49530f31c923
child 14083 f03a46b0b1e7
child 14483 237e1cbd3a3c
--- a/base-specs/libtheora.spec	Fri Aug 29 06:34:07 2008 +0000
+++ b/base-specs/libtheora.spec	Fri Aug 29 06:47:34 2008 +0000
@@ -12,14 +12,17 @@
 License:      Xiph
 Group:        System Environment/Libraries
 Version:      1.0
-%define tarball_version 1.0alpha7
+%define tarball_version 1.0beta3
+#%define tarball_version 1.0alpha7
 Release:      2
 Distribution: Java Desktop System
 Vendor:       Sun Microsystems, Inc.
 Summary:      The Theora Video Compression Codec.
 Source:       http://downloads.xiph.org/releases/theora/%{name}-%{tarball_version}.tar.gz
 #owner:yippi date:2008-05-02 type:bug bugid:1356 state:upstream
-#Patch1:       libtheora-01-fixtestlink.diff
+Patch1:       libtheora-01-fixtestlink.diff
+#owner:jerrytan date:2008-08-28 type:bug bugster:6722237
+Patch2:       libtheora-02-signed-short.diff
 URL:          http://www.theora.org/
 BuildRoot:    %{_tmppath}/%{name}-%{tarball_version}-build
 Docdir:       %{_docdir}/%{name}
@@ -50,7 +53,8 @@
 
 %prep
 %setup -q -n %{name}-%{tarball_version}
-#%patch1 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 %ifos linux
@@ -104,6 +108,8 @@
 %{_libdir}/pkgconfig/theora.pc
 
 %changelog
+* Fri Aug 29 2008 - [email protected]
+- add patch libtheora-02-signed-short.diff to bump to 1.0beta3
 * Tue Apr 29 2008 - [email protected]
 - Bump to 1.0beta3.  Remove upstream patch libtheora-01-fixlink.diff.
   Add new patch libtheora-01-fixtestlink.diff.