rpms/xmoto/devel xmoto-0.4.0-DrawLib-hashmap.patch, NONE, 1.1 xmoto.spec, 1.34, 1.35

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Mon Feb 11 16:10:50 UTC 2008


Author: limb

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

Modified Files:
	xmoto.spec 
Added Files:
	xmoto-0.4.0-DrawLib-hashmap.patch 
Log Message:
hash_map patch.


xmoto-0.4.0-DrawLib-hashmap.patch:

--- NEW FILE xmoto-0.4.0-DrawLib-hashmap.patch ---
--- src/drawlib/DrawLib.h	2008-02-11 09:57:26.000000000 -0600
+++ src/drawlib/DrawLib.h	2008-02-11 09:57:26.000000000 -0600
@@ -29,7 +29,7 @@
 
 #ifdef __GNUC__
 #if (__GNUC__ >= 3)
-#include <ext/hash_map>
+#include <backward/hash_map>
   namespace HashNamespace=__gnu_cxx;
 #else
 #include <hash_map>


Index: xmoto.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xmoto/devel/xmoto.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- xmoto.spec	11 Feb 2008 15:04:14 -0000	1.34
+++ xmoto.spec	11 Feb 2008 16:10:14 -0000	1.35
@@ -13,6 +13,7 @@
 Patch1:		xmoto-0.3.4-Environment-cstlib.patch
 Patch2:		xmoto-0.3.4-Scene-collisioninclude.patch
 Patch3:		xmoto-0.4.0-Environment-string.patch
+Patch4:		xmoto-0.4.0-DrawLib-hashmap.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	desktop-file-utils
@@ -43,6 +44,7 @@
 %patch1 -p0
 %patch2 -p0
 %patch3 -p0
+%patch4 -p0
 
 #fix encoding
 sed -i 's/\r//' src/xmscene/Camera.cpp
@@ -99,7 +101,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.
+- Added string patch, hash_map 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