rpms/xmoto/devel xmoto-0.3.4-XMArgs-cstdlib.patch, NONE, 1.1 xmoto.spec, 1.25, 1.26

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Tue Jan 8 15:25:02 UTC 2008


Author: limb

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

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


xmoto-0.3.4-XMArgs-cstdlib.patch:

--- NEW FILE xmoto-0.3.4-XMArgs-cstdlib.patch ---
--- src/XMArgs.cpp	2008-01-08 08:35:00.000000000 -0600
+++ src/XMArgs.cpp	2008-01-08 08:35:00.000000000 -0600
@@ -23,6 +23,7 @@
 #include "XMBuild.h"
 #include "VFileIO.h"
 #include <sstream>
+#include <cstdlib>
 
 XMArguments::XMArguments() {
   m_opt_pack   	      = false;


Index: xmoto.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xmoto/devel/xmoto.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- xmoto.spec	25 Oct 2007 19:26:50 -0000	1.25
+++ xmoto.spec	8 Jan 2008 15:24:23 -0000	1.26
@@ -10,6 +10,7 @@
 Source1:	xmoto.desktop
 Source2:	xmoto.png
 Patch0:		xmoto-man.patch
+Patch1:		xmoto-0.3.4-XMArgs-cstdlib.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	desktop-file-utils
@@ -37,6 +38,7 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p0
 
 #fix encoding
 sed -i 's/\r//' src/xmscene/Camera.cpp
@@ -90,6 +92,9 @@
 
 
 %changelog
+* Tue Jan 08 2008 Jon Ciesla <limb at jcomserv.net> 0.3.4-2
+- Added cstdlib patch.
+
 * 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