From 410edad6090b50744f3f158ae2e8a4b7178546b9 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Feb 11 2015 12:12:55 +0000 Subject: don't crash in treeless levels (#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 +- don't crash in treeless levels (#1183260, thanks to Jakub Vaněk for the + original patch) + * Tue Nov 18 2014 Parag Nemade - 0.6.0-6 - Add metainfo file to show this font in gnome-software