rpms/xmoto/F-10 xmoto-0.4.2-closeode.patch, NONE, 1.1 xmoto.spec, 1.47, 1.48

Jon Ciesla limb at fedoraproject.org
Tue Feb 17 20:58:07 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/xmoto/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19836

Modified Files:
	xmoto.spec 
Added Files:
	xmoto-0.4.2-closeode.patch 
Log Message:
Possible ode fix.


xmoto-0.4.2-closeode.patch:

--- NEW FILE xmoto-0.4.2-closeode.patch ---
--- src/xmscene/BikePlayer.cpp~	2009-02-17 14:04:45.000000000 -0600
+++ src/xmscene/BikePlayer.cpp	2009-02-17 14:04:45.000000000 -0600
@@ -166 +166 @@
-  dCloseODE();
+  //dCloseODE();


Index: xmoto.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xmoto/F-10/xmoto.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- xmoto.spec	30 Jan 2009 18:59:13 -0000	1.47
+++ xmoto.spec	17 Feb 2009 20:57:37 -0000	1.48
@@ -1,7 +1,7 @@
 %define _default_patch_fuzz 2
 Name:		xmoto
 Version:	0.4.2
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	Challenging 2D Motocross Platform Game
 
 Group:		Amusements/Games
@@ -17,6 +17,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.4.2-closeode.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	desktop-file-utils
@@ -50,6 +51,7 @@
 %patch4 -p0
 %patch5 -p0
 %patch6 -p0
+%patch7 -p0
 
 #fix encoding
 sed -i 's/\r//' src/xmscene/Camera.cpp
@@ -102,6 +104,9 @@
 %{_mandir}/man6/xmoto.6.gz
 
 %changelog
+* Tue Feb 17 2009 Jon Ciesla <limb at jcomserv.net> 0.4.2-6
+- Fix for ode call crash, BZ 484493.
+
 * Mon Jan 26 2009 Jon Ciesla <limb at jcomserv.net> 0.4.2-5
 - Fix for ati crash, BZ 481485.
 - De-fuzz patches.




More information about the fedora-extras-commits mailing list