rpms/SDL/F-7 SDL.spec, 1.53, 1.54 sources, 1.14, 1.15 SDL-1.2.10-pagesize.patch, 1.3, NONE SDL-1.2.10-preferalsa.patch, 1.1, NONE SDL-1.2.11-x11dyn64.patch, 1.1, NONE

Thomas Woerner (twoerner) fedora-extras-commits at redhat.com
Mon Aug 27 16:37:35 UTC 2007


Author: twoerner

Update of /cvs/pkgs/rpms/SDL/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1634

Modified Files:
	SDL.spec sources 
Removed Files:
	SDL-1.2.10-pagesize.patch SDL-1.2.10-preferalsa.patch 
	SDL-1.2.11-x11dyn64.patch 
Log Message:
F-7 bump:
- new version 1.2.12
  fixes TEXTRELs (rhbz#179407)
- added arm support (rhbz#245411)
  Thanks to Lennert Buytenhek for the patch
- added alpha support (rhbz#246463)
  Thanks to Oliver Falk for the patch
- disabled yasm for SDL (rhbz#234823)
  Thanks to Nikolay Ulyanitsky for the patch




Index: SDL.spec
===================================================================
RCS file: /cvs/pkgs/rpms/SDL/F-7/SDL.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- SDL.spec	20 Mar 2007 14:20:50 -0000	1.53
+++ SDL.spec	27 Aug 2007 16:37:02 -0000	1.54
@@ -1,17 +1,17 @@
 Summary: A cross-platform multimedia library
 Name: SDL
-Version: 1.2.11
-Release: 2
+Version: 1.2.12
+Release: 1%{?dist}
 Source: http://www.libsdl.org/release/%{name}-%{version}.tar.gz
 Source2: SDL_config.h
 Patch0: SDL-1.2.10-byteorder.patch
 Patch17: SDL-1.2.10-libdir.patch
-Patch19: SDL-1.2.10-preferalsa.patch
-Patch20: SDL-1.2.10-pagesize.patch
+Patch19: SDL-1.2.12-preferalsa.patch
 Patch21: SDL-1.2.10-multilib.patch
 Patch22: SDL-1.2.11-fixman.patch
 Patch23: SDL-1.2.11-dynamic-esd.patch
-Patch24: SDL-1.2.11-x11dyn64.patch
+Patch24: SDL-1.2.12-x11dyn64.patch
+Patch25: SDL-1.2.12-disable_yasm.patch
 URL: http://www.libsdl.org/
 License: LGPL
 Group: System Environment/Libraries
@@ -55,11 +55,11 @@
 %patch0 -p1 -b .byteorder
 %patch17 -p1 -b .libdir
 %patch19 -p1 -b .preferalsa
-%patch20 -p1 -b .pagesize
 %patch21 -p1 -b .multilib
 %patch22 -p1 -b .fixman
 %patch23 -p1 -b .dynamic-esd
 %patch24 -p1 -b .x11dyn64
+%patch25 -p1 -b .disable_yasm
 
 %build
 aclocal
@@ -88,6 +88,10 @@
 %ifarch %{ix86}
 basearch=i386
 %endif
+# always use arm for arm*
+%ifarch %{arm}
+basearch=arm
+%endif
 # Rename SDL_config.h
 mv %{buildroot}/%{_includedir}/SDL/SDL_config.h %{buildroot}/%{_includedir}/SDL/SDL_config-${basearch}.h
 install -m644 %{SOURCE2} %{buildroot}/%{_includedir}/SDL/SDL_config.h
@@ -120,6 +124,16 @@
 %{_mandir}/man3/SDL*.3*
 
 %changelog
+* Mon Aug 27 2007 Thomas Woerner <twoerner at redhat.com> 1.2.12-1
+- new version 1.2.12
+  fixes TEXTRELs (rhbz#179407)
+- added arm support (rhbz#245411)
+  Thanks to Lennert Buytenhek for the patch
+- added alpha support (rhbz#246463)
+  Thanks to Oliver Falk for the patch
+- disabled yasm for SDL (rhbz#234823)
+  Thanks to Nikolay Ulyanitsky for the patch
+
 * Tue Mar 20 2007 Thomas Woerner <twoerner at redhat.com> 1.2.11-2
 - use X11 dlopen code for 64 bit architectures (rhbz#207903)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/SDL/F-7/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	19 Mar 2007 17:54:55 -0000	1.14
+++ sources	27 Aug 2007 16:37:02 -0000	1.15
@@ -1 +1 @@
-418b42956b7cd103bfab1b9077ccc149  SDL-1.2.11.tar.gz
+544b4554986e51eed6d34435cf9c5f3f  SDL-1.2.12.tar.gz


--- SDL-1.2.10-pagesize.patch DELETED ---


--- SDL-1.2.10-preferalsa.patch DELETED ---


--- SDL-1.2.11-x11dyn64.patch DELETED ---




More information about the fedora-extras-commits mailing list