rpms/xmoto/devel xmoto-0.4.0-Environment-string.patch, NONE, 1.1 xmoto.spec, 1.33, 1.34

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Mon Feb 11 15:04:48 UTC 2008


Author: limb

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

Modified Files:
	xmoto.spec 
Added Files:
	xmoto-0.4.0-Environment-string.patch 
Log Message:
4.3 patch.


xmoto-0.4.0-Environment-string.patch:

--- NEW FILE xmoto-0.4.0-Environment-string.patch ---
--- src/helpers/Environment.cpp	2008-02-11 08:47:20.000000000 -0600
+++ src/helpers/Environment.cpp	2008-02-11 08:47:20.000000000 -0600
@@ -21,6 +21,7 @@
 #include "Environment.h"
 #include "VExcept.h"
 #include <cstdlib>
+#include <string>
 #ifdef WIN32
 #include <windows.h>
 #include <winbase.h>


Index: xmoto.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xmoto/devel/xmoto.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- xmoto.spec	11 Feb 2008 14:43:25 -0000	1.33
+++ xmoto.spec	11 Feb 2008 15:04:14 -0000	1.34
@@ -12,6 +12,7 @@
 Patch0:		xmoto-man.patch
 Patch1:		xmoto-0.3.4-Environment-cstlib.patch
 Patch2:		xmoto-0.3.4-Scene-collisioninclude.patch
+Patch3:		xmoto-0.4.0-Environment-string.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	desktop-file-utils
@@ -41,6 +42,7 @@
 %patch
 %patch1 -p0
 %patch2 -p0
+%patch3 -p0
 
 #fix encoding
 sed -i 's/\r//' src/xmscene/Camera.cpp
@@ -97,6 +99,7 @@
 * Mon Feb 11 2008 Jon Ciesla <limb at jcomserv.net> 0.4.0-1
 - Update to 0.4.0.
 - Dropped unneeded patches.
+- Added string patch.
 
 * Tue Jan 08 2008 Jon Ciesla <limb at jcomserv.net> 0.3.4-2
 - Added cstdlib, include extra tokens patches.




More information about the fedora-extras-commits mailing list