rpms/pipenightdreams/devel pipenightdreams-0.10.0-quit.patch, NONE, 1.1 pipenightdreams.spec, 1.2, 1.3

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Sun May 7 11:16:04 UTC 2006


Author: jwrdegoede

Update of /cvs/extras/rpms/pipenightdreams/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5444

Modified Files:
	pipenightdreams.spec 
Added Files:
	pipenightdreams-0.10.0-quit.patch 
Log Message:
* Sun May  7 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.0-3
- Add Patch3 which fixes quiting during the "try again dialog" (bz 188345)


pipenightdreams-0.10.0-quit.patch:

--- NEW FILE pipenightdreams-0.10.0-quit.patch ---
--- pipenightdreams-0.10.0/src/pipenightdreams.cpp~	2006-05-07 13:10:55.000000000 +0200
+++ pipenightdreams-0.10.0/src/pipenightdreams.cpp	2006-05-07 13:10:55.000000000 +0200
@@ -356,7 +356,9 @@
   do{
     event_manager->pumpEvents(true);
     event=sys->get();
-  }while (event!=GO);
+  }while (event!=GO && event!=BACK);
+  if (event == BACK)
+    sys->put(SDLK_ESCAPE);
 }
 
 void PipeNightDreams::showFinal(){


Index: pipenightdreams.spec
===================================================================
RCS file: /cvs/extras/rpms/pipenightdreams/devel/pipenightdreams.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pipenightdreams.spec	7 Apr 2006 15:36:56 -0000	1.2
+++ pipenightdreams.spec	7 May 2006 11:16:04 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           pipenightdreams
 Version:        0.10.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Connect the waterpipes to create a proper pipeline
 Group:          Amusements/Games
 License:        GPL
@@ -10,6 +10,7 @@
 Patch0:         pipenightdreams-0.10.0-gcc41.patch
 Patch1:         pipenightdreams-0.10.0-datadir.patch
 Patch2:         pipenightdreams-0.10.0-sanitize.patch
+Patch3:         pipenightdreams-0.10.0-quit.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  SDL_image-devel desktop-file-utils
 
@@ -26,6 +27,7 @@
 %patch0 -p1 -z .gcc41
 %patch1 -p1 -z .datadir
 %patch2 -p1 -z .sanitize
+%patch3 -p1 -z .quit
 
 
 %build
@@ -80,6 +82,9 @@
 
 
 %changelog
+* Sun May  7 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.0-3
+- Add Patch3 which fixes quiting during the "try again dialog" (bz 188345)
+
 * Fri Apr  7 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.0-2
 - Remove use of a trademarked term from %%description, manpage and docs
 




More information about the fedora-extras-commits mailing list