rpms/SDL/devel SDL-1.2.10-multilib.patch, 1.1, 1.2 SDL.spec, 1.54, 1.55

Thomas Woerner (twoerner) fedora-extras-commits at redhat.com
Tue Aug 28 16:27:07 UTC 2007


Author: twoerner

Update of /cvs/pkgs/rpms/SDL/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15448

Modified Files:
	SDL-1.2.10-multilib.patch SDL.spec 
Log Message:
- use uname -m in multilib patch instead of arch



SDL-1.2.10-multilib.patch:

Index: SDL-1.2.10-multilib.patch
===================================================================
RCS file: /cvs/pkgs/rpms/SDL/devel/SDL-1.2.10-multilib.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SDL-1.2.10-multilib.patch	25 Jul 2006 16:14:15 -0000	1.1
+++ SDL-1.2.10-multilib.patch	28 Aug 2007 16:27:04 -0000	1.2
@@ -4,7 +4,7 @@
  @ENABLE_STATIC_TRUE at usage="\
  @ENABLE_STATIC_TRUE at Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--static-libs]"
  
-+arch=$(/bin/arch)
++arch=$(/bin/uname -m)
 +if [ "$arch" = "x86_64" -o "$arch" = "s390x" -o "$arch" = "ppc64" \
 +    -o "$arch" = "ia64" ]; 
 +then


Index: SDL.spec
===================================================================
RCS file: /cvs/pkgs/rpms/SDL/devel/SDL.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- SDL.spec	27 Aug 2007 16:32:32 -0000	1.54
+++ SDL.spec	28 Aug 2007 16:27:04 -0000	1.55
@@ -1,7 +1,7 @@
 Summary: A cross-platform multimedia library
 Name: SDL
 Version: 1.2.12
-Release: 1%{?dist}
+Release: 2%{?dist}
 Source: http://www.libsdl.org/release/%{name}-%{version}.tar.gz
 Source2: SDL_config.h
 Patch0: SDL-1.2.10-byteorder.patch
@@ -125,6 +125,9 @@
 %{_mandir}/man3/SDL*.3*
 
 %changelog
+* Tue Aug 28 2007 Thomas Woerner <twoerner at redhat.com> 1.2.12-2
+- use uname -m in multilib patch instead of arch
+
 * Mon Aug 27 2007 Thomas Woerner <twoerner at redhat.com> 1.2.12-1
 - new version 1.2.12
   fixes TEXTRELs (rhbz#179407)




More information about the fedora-extras-commits mailing list