rpms/Maelstrom/devel Maelstrom-3.0.6-64bit.patch, 1.1, 1.2 Maelstrom.spec, 1.5, 1.6

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Tue Feb 14 06:54:44 UTC 2006


Author: notting

Update of /cvs/extras/rpms/Maelstrom/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21408

Modified Files:
	Maelstrom-3.0.6-64bit.patch Maelstrom.spec 
Log Message:
update


Maelstrom-3.0.6-64bit.patch:

Index: Maelstrom-3.0.6-64bit.patch
===================================================================
RCS file: /cvs/extras/rpms/Maelstrom/devel/Maelstrom-3.0.6-64bit.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Maelstrom-3.0.6-64bit.patch	26 May 2005 17:47:56 -0000	1.1
+++ Maelstrom-3.0.6-64bit.patch	14 Feb 2006 06:54:43 -0000	1.2
@@ -1,13 +1,13 @@
---- Maelstrom-3.0.6/screenlib/SDL_FrameBuf.cpp.foo	2005-05-26 13:43:00.000000000 -0400
-+++ Maelstrom-3.0.6/screenlib/SDL_FrameBuf.cpp	2005-05-26 13:44:25.000000000 -0400
+--- Maelstrom-3.0.6/screenlib/SDL_FrameBuf.cpp.ook	2006-02-14 01:50:13.000000000 -0500
++++ Maelstrom-3.0.6/screenlib/SDL_FrameBuf.cpp	2006-02-14 01:50:58.000000000 -0500
 @@ -848,8 +848,8 @@
  			for ( i=0; i<dirtymaplen; ++i ) {
  				if ( dirtymap[i] != NULL ) {
  					dirtymap[i] = (SDL_Rect *)(
 -					((int)dirtymap[i]-(int)updatelist) +
 -								(int)newlist
-+					((unsigned long)dirtymap[i]-(unsigned long)updatelist) +
-+								(unsigned long)newlist
++					((long)dirtymap[i]-(long)updatelist) +
++								(long)newlist
  					);
  				}
  			}


Index: Maelstrom.spec
===================================================================
RCS file: /cvs/extras/rpms/Maelstrom/devel/Maelstrom.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Maelstrom.spec	13 Feb 2006 17:51:13 -0000	1.5
+++ Maelstrom.spec	14 Feb 2006 06:54:43 -0000	1.6
@@ -1,7 +1,7 @@
 Summary: A space combat game.
 Name: Maelstrom
 Version: 3.0.6
-Release: 9
+Release: 10
 License: LGPL
 Group: Amusements/Games
 Source0:   Maelstrom-%{version}.tar.gz
@@ -23,7 +23,7 @@
 %setup -q
 %patch0 -p1 -b .setgid
 %patch1 -p1 -b .gcc34
-#%patch2 -p1 -b .64bit
+%patch2 -p1 -b .64bit
 
 %build
 touch Makefile.in
@@ -75,7 +75,7 @@
 %{_datadir}/icons
 
 %changelog
-* Mon Feb 13 2006 Bill Nottingham <notting at redhat.com> 3.0.6-9
+* Mon Feb 13 2006 Bill Nottingham <notting at redhat.com> 3.0.6-10
 - rebuild
 
 * Thu May 26 2005 Bill Nottingham <notting at redhat.com>




More information about the scm-commits mailing list