rpms/xmoto/devel xmoto-0.4.0-Sceneh-include.patch, NONE, 1.1 xmoto.spec, 1.36, 1.37

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Wed Feb 13 12:49:01 UTC 2008


Author: limb

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

Modified Files:
	xmoto.spec 
Added Files:
	xmoto-0.4.0-Sceneh-include.patch 
Log Message:
Possible fix.


xmoto-0.4.0-Sceneh-include.patch:

--- NEW FILE xmoto-0.4.0-Sceneh-include.patch ---
--- src/xmscene/Scene.h	2008-02-13 06:39:44.000000000 -0600
+++ src/xmscene/Scene.h	2008-02-13 06:39:44.000000000 -0600
@@ -22,7 +22,7 @@
 #define __MOTOGAME_H__
 
 #include "helpers/VMath.h"
-#include "Collision.h"
+#include "../Collision.h"
 #include "helpers/Color.h"
 #include "BasicSceneStructs.h"
 #include "Bike.h"


Index: xmoto.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xmoto/devel/xmoto.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- xmoto.spec	11 Feb 2008 16:55:05 -0000	1.36
+++ xmoto.spec	13 Feb 2008 12:48:27 -0000	1.37
@@ -14,6 +14,7 @@
 Patch2:		xmoto-0.3.4-Scene-collisioninclude.patch
 Patch3:		xmoto-0.4.0-Environment-string.patch
 Patch4:		xmoto-0.4.0-DrawLib-hashmap.patch
+Patch5:		xmoto-0.4.0-Sceneh-include.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	desktop-file-utils
@@ -46,6 +47,7 @@
 %patch2 -p0
 %patch3 -p0
 %patch4 -p0
+%patch5 -p0
 
 #fix encoding
 sed -i 's/\r//' src/xmscene/Camera.cpp
@@ -102,7 +104,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, hash_map patch.
+- Added string patch, hash_map, include patch.
 - BRed subversion.
 
 * Tue Jan 08 2008 Jon Ciesla <limb at jcomserv.net> 0.3.4-2




More information about the fedora-extras-commits mailing list