File pingus-gcc47.patch of Package pingus

Index: pingus-0.7.6/src/pingus/pingus_main.cpp
===================================================================
--- pingus-0.7.6.orig/src/pingus/pingus_main.cpp
+++ pingus-0.7.6/src/pingus/pingus_main.cpp
@@ -465,7 +465,7 @@ PingusMain::init_path_finder()
 void
 PingusMain::print_greeting_message()
 {
-  std::string greeting = "Welcome to Pingus "VERSION;
+  std::string greeting = "Welcome to Pingus " VERSION;
   greeting += "!";
   std::cout <<  greeting << std::endl;
   for (unsigned int i = 0; i < greeting.length(); ++i)
Index: pingus-0.7.6/src/pingus/screens/pingus_menu.cpp
===================================================================
--- pingus-0.7.6.orig/src/pingus/screens/pingus_menu.cpp
+++ pingus-0.7.6/src/pingus/screens/pingus_menu.cpp
@@ -153,7 +153,7 @@ PingusMenu::draw_background(DrawingConte
                          gc.get_height()/2 - 280));
 
   gc.print_left(Fonts::pingus_small, Vector2i(gc.get_width()/2 - 400 + 25, gc.get_height()-140),
-                "Pingus "VERSION" - Copyright (C) 1998-2011 Ingo Ruhnke <grumbel@gmail.com>\n"
+                "Pingus " VERSION " - Copyright (C) 1998-2011 Ingo Ruhnke <grumbel@gmail.com>\n"
                 "See the file AUTHORS for a complete list of contributors.\n"
                 "Pingus comes with ABSOLUTELY NO WARRANTY. This is free software, and you are\n"
                 "welcome to redistribute it under certain conditions; see the file COPYING for details.\n");
openSUSE Build Service is sponsored by