rpms/xmoto/devel xmoto-0.3.4-Environment-cstlib.patch, NONE, 1.1 xmoto.spec, 1.26, 1.27

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Tue Jan 8 16:08:55 UTC 2008


Author: limb

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

Modified Files:
	xmoto.spec 
Added Files:
	xmoto-0.3.4-Environment-cstlib.patch 
Log Message:
cstdlib patch


xmoto-0.3.4-Environment-cstlib.patch:

--- NEW FILE xmoto-0.3.4-Environment-cstlib.patch ---
--- src/helpers/Environment.cpp	2008-01-08 09:33:35.000000000 -0600
+++ src/helpers/Environment.cpp	2008-01-08 09:33:35.000000000 -0600
@@ -20,6 +20,7 @@
 
 #include "Environment.h"
 #include "VExcept.h"
+#include <cstdlib>
 #ifdef WIN32
 #include <windows.h>
 #include <winbase.h>


Index: xmoto.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xmoto/devel/xmoto.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- xmoto.spec	8 Jan 2008 15:24:23 -0000	1.26
+++ xmoto.spec	8 Jan 2008 16:08:09 -0000	1.27
@@ -11,6 +11,7 @@
 Source2:	xmoto.png
 Patch0:		xmoto-man.patch
 Patch1:		xmoto-0.3.4-XMArgs-cstdlib.patch
+Patch2:		xmoto-0.3.4-Environment-cstlib.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	desktop-file-utils
@@ -39,6 +40,7 @@
 %setup -q
 %patch0
 %patch1 -p0
+%patch2 -p0
 
 #fix encoding
 sed -i 's/\r//' src/xmscene/Camera.cpp
@@ -93,7 +95,7 @@
 
 %changelog
 * Tue Jan 08 2008 Jon Ciesla <limb at jcomserv.net> 0.3.4-2
-- Added cstdlib patch.
+- Added cstdlib patches.
 
 * Thu Oct 25 2007 Jon Ciesla <limb at jcomserv.net> 0.3.4-1
 - Bumped to 0.3.4.




More information about the fedora-extras-commits mailing list