[xmoto] Fix for segfault.

Jon Ciesla limb at fedoraproject.org
Tue May 7 16:12:03 UTC 2013


commit e09f8c8637ef8619e97711762354570d17d8be8e
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Tue May 7 11:07:49 2013 -0500

    Fix for segfault.

 xmoto.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/xmoto.spec b/xmoto.spec
index 042ac09..cc2f9c6 100644
--- a/xmoto.spec
+++ b/xmoto.spec
@@ -1,6 +1,6 @@
 Name:		xmoto
 Version:	0.5.10
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	Challenging 2D Motocross Platform Game
 
 Group:		Amusements/Games
@@ -22,6 +22,7 @@ Patch9:		xmoto-0.5.0-helpers-log-include.patch
 #Patch10:	xmoto-0.5.2-x86-64.patch
 #Patch11:	xmoto-0.5.8-libpng15.patch
 Patch12:	xmoto-0.5.9-gcc470.patch
+Patch13:	xmoto-0.5.10-skip-NULL-collision-objects.patch
 
 BuildRequires:	desktop-file-utils
 BuildRequires:	SDL_mixer-devel
@@ -69,6 +70,7 @@ yourself and others, racing against the clock.
 #%patch10 -p0
 #%patch11 -p0
 %patch12 -p0
+%patch13 -p1
 
 #fix encoding
 sed -i 's/\r//' src/xmscene/Camera.cpp
@@ -124,6 +126,9 @@ fi
 %{_mandir}/man6/xmoto.6.gz
 
 %changelog
+* Tue May 07 2013 Jon Ciesla <limburgher at gmail.com> 0.5.10-7
+- Conrad Meyer <konrad at tylerc.org>'s patch for segfault.
+
 * Sun Feb 10 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 0.5.10-6
 - Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
 - Cleanup spec as per recently changed packaging guidelines


More information about the scm-commits mailing list