rpms/libtheora/devel .cvsignore, 1.10, 1.11 libtheora-1.0beta3-undef-nonweak-symbols.patch, 1.2, 1.3 libtheora.spec, 1.30, 1.31 sources, 1.10, 1.11 dct_decode_mmx.c, 1.1, NONE

Hans de Goede jwrdegoede at fedoraproject.org
Wed Dec 17 20:07:49 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/libtheora/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6884

Modified Files:
	.cvsignore libtheora-1.0beta3-undef-nonweak-symbols.patch 
	libtheora.spec sources 
Removed Files:
	dct_decode_mmx.c 
Log Message:
* Tue Dec 16 2008 Hans de Goede <hdegoede at redhat.com> 1:1.0-1
- 1.0 final release
- need epoch because we were not using the special pre-release
  version-release scheme used now a days in Fedora :(



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libtheora/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	3 Oct 2008 15:33:40 -0000	1.10
+++ .cvsignore	17 Dec 2008 20:07:18 -0000	1.11
@@ -1 +1 @@
-libtheora-1.0RC1.tar.bz2
+libtheora-1.0.tar.bz2

libtheora-1.0beta3-undef-nonweak-symbols.patch:

Index: libtheora-1.0beta3-undef-nonweak-symbols.patch
===================================================================
RCS file: /cvs/extras/rpms/libtheora/devel/libtheora-1.0beta3-undef-nonweak-symbols.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libtheora-1.0beta3-undef-nonweak-symbols.patch	14 May 2008 20:48:26 -0000	1.2
+++ libtheora-1.0beta3-undef-nonweak-symbols.patch	17 Dec 2008 20:07:19 -0000	1.3
@@ -1,6 +1,6 @@
-diff -up libtheora-1.0beta3/lib/Makefile.am.foo libtheora-1.0beta3/lib/Makefile.am
---- libtheora-1.0beta3/lib/Makefile.am.foo	2008-04-16 22:25:54.000000000 +0200
-+++ libtheora-1.0beta3/lib/Makefile.am	2008-04-19 10:29:14.000000000 +0200
+diff -up libtheora-1.0/lib/Makefile.am.orig libtheora-1.0/lib/Makefile.am
+--- libtheora-1.0/lib/Makefile.am.orig	2008-10-24 06:07:31.000000000 +0200
++++ libtheora-1.0/lib/Makefile.am	2008-12-16 21:06:12.000000000 +0100
 @@ -144,6 +144,7 @@ libtheoraenc_la_SOURCES = \
  libtheoraenc_la_LDFLAGS = \
    -version-info @THENC_LIB_CURRENT@:@THENC_LIB_REVISION@:@THENC_LIB_AGE@ \
@@ -8,17 +8,17 @@
 +libtheoraenc_la_LIBADD = libtheoradec.la
  
  libtheora_la_SOURCES = \
-   cpu.c \
-diff -up libtheora-1.0beta3/lib/Makefile.in.foo libtheora-1.0beta3/lib/Makefile.in
---- libtheora-1.0beta3/lib/Makefile.in.foo	2008-04-16 22:26:15.000000000 +0200
-+++ libtheora-1.0beta3/lib/Makefile.in	2008-04-19 10:32:32.000000000 +0200
-@@ -119,7 +119,8 @@ libtheoradec_la_OBJECTS = $(am_libtheora
- libtheoradec_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
- 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- 	$(libtheoradec_la_LDFLAGS) $(LDFLAGS) -o $@
+ 	$(decoder_arch_sources) \
+diff -up libtheora-1.0/lib/Makefile.in.orig libtheora-1.0/lib/Makefile.in
+--- libtheora-1.0/lib/Makefile.in.orig	2008-10-29 11:36:47.000000000 +0100
++++ libtheora-1.0/lib/Makefile.in	2008-12-16 21:06:08.000000000 +0100
+@@ -116,7 +116,8 @@ am__libtheoradec_la_SOURCES_DIST = dec/x
+ 	Version_script-dec
+ am_libtheoradec_la_OBJECTS = $(am__objects_2) $(am__objects_3)
+ libtheoradec_la_OBJECTS = $(am_libtheoradec_la_OBJECTS)
 -libtheoraenc_la_LIBADD =
 +libtheoraenc_la_LIBADD = libtheoradec.la
 +libtheoraenc_la_DEPENDENCIES = libtheoradec.la
- am__libtheoraenc_la_SOURCES_DIST = cpu.c \
- 	$(enc_arch_dir)/dct_decode_mmx.c $(enc_arch_dir)/dsp_mmx.c \
- 	$(enc_arch_dir)/dsp_mmxext.c $(enc_arch_dir)/recon_mmx.c \
+ am__libtheoraenc_la_SOURCES_DIST = $(enc_arch_dir)/dct_decode_mmx.c \
+ 	$(enc_arch_dir)/dsp_mmx.c $(enc_arch_dir)/dsp_mmxext.c \
+ 	$(enc_arch_dir)/recon_mmx.c $(enc_arch_dir)/idct_mmx.c \


Index: libtheora.spec
===================================================================
RCS file: /cvs/extras/rpms/libtheora/devel/libtheora.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- libtheora.spec	3 Oct 2008 16:03:15 -0000	1.30
+++ libtheora.spec	17 Dec 2008 20:07:19 -0000	1.31
@@ -1,14 +1,12 @@
 Summary: Theora Video Compression Codec
 Name: libtheora
-Version: 1.0rc1
-Release: 2%{?dist}
-Epoch: 0
+Version: 1.0
+Release: 1%{?dist}
+Epoch: 1
 License: BSD
 Group: System Environment/Libraries
 URL: http://www.theora.org
-Source0: http://downloads.xiph.org/releases/theora/libtheora-1.0RC1.tar.bz2
-# missing from tarball
-Source1: dct_decode_mmx.c
+Source0: http://downloads.xiph.org/releases/theora/libtheora-1.0.tar.bz2
 Patch2: libtheora-1.0beta3-undef-nonweak-symbols.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 BuildRequires: libogg-devel >= 2:1.1
@@ -56,8 +54,7 @@
 
 
 %prep
-%setup -q -n libtheora-1.0RC1
-cp %{SOURCE1} lib/enc/x86_64
+%setup -q
 %patch2 -p1
 # no custom CFLAGS please
 sed -i 's/CFLAGS="$CFLAGS $cflags_save"/CFLAGS="$cflags_save"/g' configure
@@ -114,6 +111,11 @@
 
 
 %changelog
+* Tue Dec 16 2008 Hans de Goede <hdegoede at redhat.com> 1:1.0-1
+- 1.0 final release
+- need epoch because we were not using the special pre-release
+  version-release scheme used now a days in Fedora :(
+
 * Fri Oct  3 2008 Matthias Clasen <mclasen at redhat.com> 1.0rc1-2
 - Fix build on x86_64
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libtheora/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	3 Oct 2008 15:33:40 -0000	1.10
+++ sources	17 Dec 2008 20:07:19 -0000	1.11
@@ -1 +1 @@
-93fc6783b263a6576b488f7b1821df10  libtheora-1.0RC1.tar.bz2
+c963937053f45a7878954bed37ceb182  libtheora-1.0.tar.bz2


--- dct_decode_mmx.c DELETED ---




More information about the fedora-extras-commits mailing list