rpms/machineball/devel machineball-config-only-once.patch, 1.1, 1.2 machineball-fixes.patch, 1.1, 1.2 machineball.spec, 1.4, 1.5

Hans de Goede jwrdegoede at fedoraproject.org
Tue Sep 30 07:24:09 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/machineball/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv448

Modified Files:
	machineball-config-only-once.patch machineball-fixes.patch 
	machineball.spec 
Log Message:
* Mon Sep 15 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 1.0-6
- Rebuild for new ode


machineball-config-only-once.patch:

Index: machineball-config-only-once.patch
===================================================================
RCS file: /cvs/extras/rpms/machineball/devel/machineball-config-only-once.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- machineball-config-only-once.patch	12 May 2007 08:27:14 -0000	1.1
+++ machineball-config-only-once.patch	30 Sep 2008 07:23:38 -0000	1.2
@@ -169,10 +169,10 @@
  		// Default values:
  		options.resolution=6;
  		options.colordepth=1;
-@@ -197,7 +198,7 @@
- 	}
+@@ -198,7 +199,7 @@
  
  	srand(time(0));
+	dInitODE();
 -	createWindow(forc); // The argument tells us if we want sound or not
 +	createWindow(forc, do_configure); // The 1st argument tells us if we want sound or not
  	

machineball-fixes.patch:

Index: machineball-fixes.patch
===================================================================
RCS file: /cvs/extras/rpms/machineball/devel/machineball-fixes.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- machineball-fixes.patch	12 May 2007 08:27:14 -0000	1.1
+++ machineball-fixes.patch	30 Sep 2008 07:23:38 -0000	1.2
@@ -16,6 +16,14 @@
  	rm machineball main.o window.o intro.o menu.o game.o text.o timer.o controls.o ball.o glode.o camera.o render.o court.o machine.o powerup.o explosion.o models.o options.o mbdata.o
 --- machineball-src/main.cpp	2002-12-21 14:31:40.000000000 +0100
 +++ machineball-src.new/main.cpp	2007-04-30 20:05:07.000000000 +0200
+@@ -198,6 +198,7 @@ int main(int argc, char **argv)
+ 	}
+ 
+ 	srand(time(0));
++	dInitODE();
+	createWindow(forc); // The argument tells us if we want sound or not
+ 	
+ 	loadProgramData();
 @@ -290,13 +290,11 @@
  	text.init();
  


Index: machineball.spec
===================================================================
RCS file: /cvs/extras/rpms/machineball/devel/machineball.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- machineball.spec	19 Feb 2008 09:13:55 -0000	1.4
+++ machineball.spec	30 Sep 2008 07:23:38 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           machineball
 Version:        1.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        A futuristic ball game with simple rules
 Group:          Amusements/Games
 License:        GPL+
@@ -76,6 +76,9 @@
 
 
 %changelog
+* Mon Sep 15 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 1.0-6
+- Rebuild for new ode
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.0-5
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list