rpms/xmoto/devel xmoto-0.4.2-initode.patch, NONE, 1.1 xmoto.spec, 1.41, 1.42

Jon Ciesla limb at fedoraproject.org
Tue Sep 30 13:49:48 UTC 2008


Author: limb

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

Modified Files:
	xmoto.spec 
Added Files:
	xmoto-0.4.2-initode.patch 
Log Message:
New ode version fix.


xmoto-0.4.2-initode.patch:

--- NEW FILE xmoto-0.4.2-initode.patch ---
--- src/GameInit.cpp	2008-09-30 07:37:22.000000000 -0500
+++ src/GameInit.cpp	2008-09-30 07:37:22.000000000 -0500
@@ -57,6 +57,8 @@
 #else
 int main(int nNumArgs, char **ppcArgs) {
 #endif
+  /* Init ODE -jciesla, 9/30/08, Fedora */
+  dInitODE();
   /* Start application */
   try {     
     /* Setup basic info */


Index: xmoto.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xmoto/devel/xmoto.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- xmoto.spec	12 Sep 2008 17:45:04 -0000	1.41
+++ xmoto.spec	30 Sep 2008 13:49:18 -0000	1.42
@@ -1,7 +1,7 @@
 %define _default_patch_fuzz 2
 Name:		xmoto
 Version:	0.4.2
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Challenging 2D Motocross Platform Game
 
 Group:		Amusements/Games
@@ -15,6 +15,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.2-initode.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
@@ -98,6 +100,9 @@
 %{_mandir}/man6/xmoto.6.gz
 
 %changelog
+* Tue Sep 30 2008 Jon Ciesla <limb at jcomserv.net> 0.4.2-3
+- Patch for new ode version.
+
 * Fri Sep 12 2008 Jon Ciesla <limb at jcomserv.net> 0.4.2-2
 - Introducted patch fuzz workaround, will fix.
 




More information about the fedora-extras-commits mailing list