rpms/ballbuster/devel ballbuster-1.0-gcc43.patch, 1.1, 1.2 ballbuster.spec, 1.5, 1.6

Hans de Goede jwrdegoede at fedoraproject.org
Sat Feb 21 09:23:55 UTC 2009


Author: jwrdegoede

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

Modified Files:
	ballbuster-1.0-gcc43.patch ballbuster.spec 
Log Message:
* Sat Feb 21 2009 Hans de Goede <hdegoede at redhat.com> 1.0-6
- Fix build with gcc 4.4


ballbuster-1.0-gcc43.patch:

Index: ballbuster-1.0-gcc43.patch
===================================================================
RCS file: /cvs/extras/rpms/ballbuster/devel/ballbuster-1.0-gcc43.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ballbuster-1.0-gcc43.patch	4 Jan 2008 22:03:53 -0000	1.1
+++ ballbuster-1.0-gcc43.patch	21 Feb 2009 09:23:25 -0000	1.2
@@ -1,10 +1,11 @@
 --- ballbuster-1.0/Highscores.cpp	2008-01-04 23:02:57.000000000 +0100
 +++ ballbuster-1.0.new/Highscores.cpp	2008-01-04 23:02:32.000000000 +0100
-@@ -1,5 +1,7 @@
+@@ -1,5 +1,8 @@
  
  #include <string>
 +#include <cstring>
 +#include <cstdlib>
++#include <cstdio>
  #include "Highscores.h"
  
  using namespace std;


Index: ballbuster.spec
===================================================================
RCS file: /cvs/extras/rpms/ballbuster/devel/ballbuster.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ballbuster.spec	19 Feb 2008 08:04:05 -0000	1.5
+++ ballbuster.spec	21 Feb 2009 09:23:25 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           ballbuster
 Version:        1.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Move the paddle to bounce the ball and break all the bricks
 Group:          Amusements/Games
 License:        GPLv2+
@@ -76,6 +76,9 @@
 
 
 %changelog
+* Sat Feb 21 2009 Hans de Goede <hdegoede at redhat.com> 1.0-6
+- Fix build with gcc 4.4
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.0-5
 - Autorebuild for GCC 4.3
 




More information about the scm-commits mailing list