rpms/xmoto/devel xmoto-0.3.4-Game-cstdlib.patch, NONE, 1.1 xmoto.spec, 1.27, 1.28

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Wed Jan 9 12:46:58 UTC 2008


Author: limb

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

Modified Files:
	xmoto.spec 
Added Files:
	xmoto-0.3.4-Game-cstdlib.patch 
Log Message:
Another patch.


xmoto-0.3.4-Game-cstdlib.patch:

--- NEW FILE xmoto-0.3.4-Game-cstdlib.patch ---
--- src/Game.cpp	2008-01-09 06:15:56.000000000 -0600
+++ src/Game.cpp	2008-01-09 06:15:56.000000000 -0600
@@ -43,6 +43,7 @@
 
 #include <curl/curl.h>
 #include <iomanip.h>
+#include <cstdlib>
 #include "states/StateManager.h"
 
   bool GameApp::haveMouseMoved() {


Index: xmoto.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xmoto/devel/xmoto.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- xmoto.spec	8 Jan 2008 16:08:09 -0000	1.27
+++ xmoto.spec	9 Jan 2008 12:46:15 -0000	1.28
@@ -12,6 +12,7 @@
 Patch0:		xmoto-man.patch
 Patch1:		xmoto-0.3.4-XMArgs-cstdlib.patch
 Patch2:		xmoto-0.3.4-Environment-cstlib.patch
+Patch3:		xmoto-0.3.4-Game-cstdlib.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	desktop-file-utils
@@ -41,6 +42,7 @@
 %patch0
 %patch1 -p0
 %patch2 -p0
+%patch3 -p0
 
 #fix encoding
 sed -i 's/\r//' src/xmscene/Camera.cpp




More information about the fedora-extras-commits mailing list