From c70b844425f571c030929d2fb4890edbed32e706 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Feb 21 2009 09:23:25 +0000 Subject: - Fix build with gcc 4.4 --- diff --git a/ballbuster-1.0-gcc43.patch b/ballbuster-1.0-gcc43.patch index 49100f7..59b82c2 100644 --- a/ballbuster-1.0-gcc43.patch +++ b/ballbuster-1.0-gcc43.patch @@ -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 +#include +#include ++#include #include "Highscores.h" using namespace std; diff --git a/ballbuster.spec b/ballbuster.spec index a46714d..c1c7a38 100644 --- a/ballbuster.spec +++ b/ballbuster.spec @@ -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 @@ fi %changelog +* Sat Feb 21 2009 Hans de Goede 1.0-6 +- Fix build with gcc 4.4 + * Tue Feb 19 2008 Fedora Release Engineering - 1.0-5 - Autorebuild for GCC 4.3