rpms/gnome-games/devel gnome-games-2.20-gnobots-crash.patch, NONE, 1.1 gnome-games.spec, 1.148, 1.149

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Tue Oct 9 12:59:19 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/gnome-games/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6504

Modified Files:
	gnome-games.spec 
Added Files:
	gnome-games-2.20-gnobots-crash.patch 
Log Message:
* Tue Oct  9 2007 Hans de Goede <j.w.r.degoede at hhs.nl> - 1:2.20.0.1-2
- Fix gnobots from crashing with certain combinations of options (bz 324221)


gnome-games-2.20-gnobots-crash.patch:

--- NEW FILE gnome-games-2.20-gnobots-crash.patch ---
--- trunk/gnobots2/gnobots.c	2007/10/01 10:58:19	6828
+++ trunk/gnobots2/gnobots.c	2007/10/01 22:57:49	6829
@@ -89,7 +89,7 @@
   {"classic_robots-super-safe", N_("Classic robots with super-safe moves")},
   {"nightmare", N_("Nightmare")},
   {"nightmare-safe", N_("Nightmare with safe moves")},
-  {"nightmare.-super-safe", N_("Nightmare with super-safe moves")},
+  {"nightmare-super-safe", N_("Nightmare with super-safe moves")},
   {"robots2", N_("Robots2")},
   {"robots2-safe", N_("Robots2 with safe moves")},
   {"robots2-super-safe", N_("Robots2 with super-safe moves")},


Index: gnome-games.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-games/devel/gnome-games.spec,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- gnome-games.spec	18 Sep 2007 18:15:42 -0000	1.148
+++ gnome-games.spec	9 Oct 2007 12:58:46 -0000	1.149
@@ -44,12 +44,13 @@
 Summary: GNOME games
 Name: gnome-games
 Version: 2.20.0.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 License: GPLv2+ and GFDL+
 Group: Amusements/Games
 Source: http://download.gnome.org/sources/gnome-games/2.20/gnome-games-%{version}.tar.bz2
 Patch1: gnome-games-2.19.4-gnometris-rebrand.patch
+Patch2: gnome-games-2.20-gnobots-crash.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 Obsoletes: gnome-games-devel
@@ -109,6 +110,8 @@
   po/*.po gnometris/help/*/*.po gnometris/help/C/gnometris.xml \
   gnometris/*.cpp gnometris/gnometris.desktop.in.in
 
+%patch2 -p1 -b .gnobots-crash
+
 #cp -f gnometris/sounds/gameover.wav gnobots2/bad.wav
 #cp -f gnometris/sounds/gameover.wav gnibbles/sounds/pop.wav
 
@@ -305,6 +308,9 @@
 
 
 %changelog
+* Tue Oct  9 2007 Hans de Goede <j.w.r.degoede at hhs.nl> - 1:2.20.0.1-2
+- Fix gnobots from crashing with certain combinations of options (bz 324221)
+
 * Tue Sep 18 2007 Matthias Clasen <mclasen at redhat.com> - 1:2.20.0.1-1
 - Update to 2.20.0.1
 




More information about the fedora-extras-commits mailing list