nphilipp pushed to extremetuxracer (f21). "don't crash in treeless levels (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue May 12 15:23:04 UTC 2015


From 410edad6090b50744f3f158ae2e8a4b7178546b9 Mon Sep 17 00:00:00 2001
From: Nils Philippsen <nils at redhat.com>
Date: Wed, 11 Feb 2015 13:12:55 +0100
Subject: don't crash in treeless levels
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

(#1183260, thanks to Jakub Vaněk for the original patch)

diff --git a/extremetuxracer.spec b/extremetuxracer.spec
index 33b5bfe..c7d92bf 100644
--- a/extremetuxracer.spec
+++ b/extremetuxracer.spec
@@ -34,7 +34,9 @@ Source5: %{name}-papercuts-outline.metainfo.xml
 
 # Don't reference removed files
 Patch0: etr-0.6.0-clean-tarball.patch
-# Recreated files after the above patch
+# Don't crash on treeless levels (#1183260)
+Patch1: etr-0.6.0-notrees-segv.patch
+# Recreated files after patch 0
 Patch10: etr-0.6.0-1-autofoo.patch.xz
 
 BuildRequires: libGL-devel
@@ -103,6 +105,7 @@ Tux Racer.
 %setup -q -n etr-%{version}%{?patch_ext}
 
 %patch0 -p1 -b .clean-tarball
+%patch1 -p1 -b .notrees-segv
 
 %patch10 -p1 -b .autofoo
 
@@ -173,6 +176,10 @@ rm -rf %{buildroot}
 %{_datadir}/appdata/%{name}.metainfo.xml
 
 %changelog
+* Wed Feb 11 2015 Nils Philippsen <nils at redhat.com>
+- don't crash in treeless levels (#1183260, thanks to Jakub Vaněk for the
+  original patch)
+
 * Tue Nov 18 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.6.0-6
 - Add metainfo file to show this font in gnome-software
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/extremetuxracer.git/commit/?h=f21&id=410edad6090b50744f3f158ae2e8a4b7178546b9


More information about the scm-commits mailing list