[biniax] Oops.

Jon Ciesla limb at fedoraproject.org
Wed Aug 8 21:44:50 UTC 2012


commit b32c07d5584342dbaf05a9dfdfcd96ac982502e6
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Wed Aug 8 16:44:15 2012 -0500

    Oops.

 biniax-1.2-close.patch |   25 +++++++++++++------------
 biniax.spec            |    5 ++++-
 2 files changed, 17 insertions(+), 13 deletions(-)
---
diff --git a/biniax-1.2-close.patch b/biniax-1.2-close.patch
index e8b2673..291003c 100644
--- a/biniax-1.2-close.patch
+++ b/biniax-1.2-close.patch
@@ -1,12 +1,13 @@
---- desktop/inp.c.orig	2005-08-24 17:20:28.000000000 -0500
-+++ desktop/inp.c	2012-08-08 12:53:51.408036132 -0500
-@@ -62,6 +62,9 @@
- 						_Inp.keyRight	= BNX_TRUE;
- 						break;
- 				}
-+			case SDL_QUIT:
-+				exit(0);
-+				break;
- 		}
- 	}
- }
+--- desktop/inp.orig	2005-08-24 17:20:28.000000000 -0500
++++ desktop/inp.c	2012-08-08 16:35:35.970181592 -0500
+@@ -35,6 +35,10 @@
+     while( SDL_PollEvent( &event ) ) 
+ 	{
+ 
++	if( event.type == SDL_QUIT ){
++		exit(0);
++	}
++
+         switch( event.type ) 
+ 		{
+ 			case SDL_KEYDOWN:
diff --git a/biniax.spec b/biniax.spec
index b77071f..576d0a5 100644
--- a/biniax.spec
+++ b/biniax.spec
@@ -1,6 +1,6 @@
 Name:		biniax
 Version:	1.2
-Release:	11%{?dist}
+Release:	12%{?dist}
 Summary:	A unique arcade logic game
 
 Group:		Amusements/Games
@@ -98,6 +98,9 @@ fi
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 
 %changelog
+* Wed Aug 08 2012 Jon Ciesla <limburgher at gmail.com> - 1.2-12
+- Patch fix.
+
 * Wed Aug 08 2012 Jon Ciesla <limburgher at gmail.com> - 1.2-11
 - Allow closing with x button in window manager, BZ 513416.
 


More information about the scm-commits mailing list