rpms/abuse/devel abuse-0.7.1-restart-crash-592088.patch, NONE, 1.1 abuse.spec, 1.11, 1.12

Hans de Goede jwrdegoede at fedoraproject.org
Tue Jun 22 10:17:02 UTC 2010


Author: jwrdegoede

Update of /cvs/pkgs/rpms/abuse/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25121

Modified Files:
	abuse.spec 
Added Files:
	abuse-0.7.1-restart-crash-592088.patch 
Log Message:
* Tue Jun 22 2010 Hans de Goede <hdegoede at redhat.com> 0.7.1-5
- Fix a crash when restarting the game (#592088)


abuse-0.7.1-restart-crash-592088.patch:
 config.cpp |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE abuse-0.7.1-restart-crash-592088.patch ---
diff -up abuse-0.7.1/src/config.cpp~ abuse-0.7.1/src/config.cpp
--- abuse-0.7.1/src/config.cpp~	2008-03-02 19:43:35.000000000 +0100
+++ abuse-0.7.1/src/config.cpp	2010-06-22 12:17:08.780149920 +0200
@@ -226,6 +226,7 @@ void config_cleanup()
 	{
 		jfree( key_map );
 	}
+	key_map = NULL;
 }
 
 //


Index: abuse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/abuse/devel/abuse.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- abuse.spec	24 Jul 2009 16:31:51 -0000	1.11
+++ abuse.spec	22 Jun 2010 10:17:02 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           abuse
 Version:        0.7.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        The classic Crack-Dot-Com game
 Group:          Amusements/Games
 License:        GPLv2+
@@ -67,6 +67,9 @@ fi
 
 
 %changelog
+* Tue Jun 22 2010 Hans de Goede <hdegoede at redhat.com> 0.7.1-5
+- Fix a crash when restarting the game (#592088)
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list