rpms/xmoto/devel xmoto-0.5.0-xmargs-include.patch, NONE, 1.1 xmoto.spec, 1.48, 1.49

Jon Ciesla limb at fedoraproject.org
Mon Feb 23 17:57:40 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/xmoto/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16870

Modified Files:
	xmoto.spec 
Added Files:
	xmoto-0.5.0-xmargs-include.patch 
Log Message:
Build fix.


xmoto-0.5.0-xmargs-include.patch:

--- NEW FILE xmoto-0.5.0-xmargs-include.patch ---
--- src/XMArgs.cpp.orig	2009-02-23 11:10:26.000000000 -0600
+++ src/XMArgs.cpp	2009-02-23 11:10:26.000000000 -0600
@@ -26 +26 @@
-#include <stdlib.h>
+#include <cstdlib>


Index: xmoto.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xmoto/devel/xmoto.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- xmoto.spec	2 Feb 2009 16:19:06 -0000	1.48
+++ xmoto.spec	23 Feb 2009 17:57:10 -0000	1.49
@@ -1,6 +1,6 @@
 Name:		xmoto
 Version:	0.5.0
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	Challenging 2D Motocross Platform Game
 
 Group:		Amusements/Games
@@ -16,6 +16,7 @@
 #Patch4:		xmoto-0.4.0-DrawLib-hashmap.patch
 #Patch5:		xmoto-0.4.2-initode.patch
 Patch6:		xmoto-0.4.2-opengldepth.patch
+Patch7:		xmoto-0.5.0-xmargs-include.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	desktop-file-utils
@@ -56,6 +57,7 @@
 #%patch4 -p0
 #%patch5 -p1
 %patch6 -p0
+%patch7 -p0
 
 #fix encoding
 sed -i 's/\r//' src/xmscene/Camera.cpp
@@ -117,6 +119,9 @@
 %{_mandir}/man6/xmoto.6.gz
 
 %changelog
+* Mon Feb 23 2009 Jon Ciesla <limb at jcomserv.net> 0.5.0-6
+- Patch for includes.
+
 * Mon Feb 02 2009 Jon Ciesla <limb at jcomserv.net> 0.5.0-5
 - Fix for ati crash, BZ 481485.
 




More information about the fedora-extras-commits mailing list