rpms/TnL/devel .cvsignore, 1.2, 1.3 TnL-070909-crash-on-exit.patch, 1.1, 1.2 TnL.spec, 1.1, 1.2 sources, 1.2, 1.3

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Sun Nov 11 21:16:09 UTC 2007


Author: jwrdegoede

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

Modified Files:
	.cvsignore TnL-070909-crash-on-exit.patch TnL.spec sources 
Log Message:
* Sun Nov 11 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 071111-1
- New upstream release 071111



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/TnL/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	4 Oct 2007 10:07:47 -0000	1.2
+++ .cvsignore	11 Nov 2007 21:15:36 -0000	1.3
@@ -1 +1 @@
-TnL-source-070909.tar.bz2
+TnL-source-071111.tar.bz2

TnL-070909-crash-on-exit.patch:

Index: TnL-070909-crash-on-exit.patch
===================================================================
RCS file: /cvs/extras/rpms/TnL/devel/TnL-070909-crash-on-exit.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TnL-070909-crash-on-exit.patch	4 Oct 2007 10:07:47 -0000	1.1
+++ TnL-070909-crash-on-exit.patch	11 Nov 2007 21:15:36 -0000	1.2
@@ -1,13 +1,14 @@
-diff -up TnL-source-070909/src/game.cc~ TnL-source-070909/src/game.cc
---- TnL-source-070909/src/game.cc~	2007-10-03 16:42:57.000000000 +0200
-+++ TnL-source-070909/src/game.cc	2007-10-03 16:42:57.000000000 +0200
-@@ -329,6 +329,9 @@ Game::~Game()
-     ls_message("Exiting SDL.\n");
-     SDL_Quit();
+diff -up TnL-source-071111/src/game.cc~ TnL-source-071111/src/game.cc
+--- TnL-source-071111/src/game.cc~	2007-11-11 16:38:40.000000000 +0100
++++ TnL-source-071111/src/game.cc	2007-11-11 16:38:40.000000000 +0100
+@@ -352,6 +352,10 @@ void Game::teardownSystem(Status & stat)
      ls_message("Exiting game.\n");
+     
+     stat.endJob();
++
 +    /* ugly but necessary, because otherwise Ptr<> will call unref on us after
 +       destruction in the case the constructor failed */
 +    exit(1);
  }
  
- void Game::run()
+ void Game::startupSimulation(Status & stat) {


Index: TnL.spec
===================================================================
RCS file: /cvs/extras/rpms/TnL/devel/TnL.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TnL.spec	4 Oct 2007 10:07:47 -0000	1.1
+++ TnL.spec	11 Nov 2007 21:15:36 -0000	1.2
@@ -6,8 +6,8 @@
 # Please submit bugfixes or comments to us at the above email addresses
 
 Name:           TnL
-Version:        070909
-Release:        2%{?dist}
+Version:        071111
+Release:        1%{?dist}
 Summary:        Thunder & Lightning - A futuristic action flight simulator game
 Group:          Amusements/Games
 License:        GPL+
@@ -76,6 +76,9 @@
 
 
 %changelog
+* Sun Nov 11 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 071111-1
+- New upstream release 071111
+
 * Wed Oct  3 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 070909-2
 - Use %{name} everywhere for consistency
 - Add missing boost-devel BuildRequires


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/TnL/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	4 Oct 2007 10:07:47 -0000	1.2
+++ sources	11 Nov 2007 21:15:36 -0000	1.3
@@ -1 +1 @@
-0ae15392635eee0bd385d08cba9b4a3d  TnL-source-070909.tar.bz2
+842ae18f6c587f6cfbc7dcb593a8cc23  TnL-source-071111.tar.bz2




More information about the fedora-extras-commits mailing list