commit celestia for openSUSE:Factory
Hello community, here is the log from the commit of package celestia for openSUSE:Factory checked in at Wed Apr 29 02:17:28 CEST 2009. -------- --- KDE/celestia/celestia.changes 2009-04-05 11:15:31.000000000 +0200 +++ celestia/celestia.changes 2009-04-28 11:55:51.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Apr 28 11:55:34 CEST 2009 - coolo@suse.de + +- fix compilation with gcc 4.4 + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- celestia-1.5.1-gcc44.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ celestia.spec ++++++ --- /var/tmp/diff_new_pack.fT8197/_old 2009-04-29 02:16:23.000000000 +0200 +++ /var/tmp/diff_new_pack.fT8197/_new 2009-04-29 02:16:23.000000000 +0200 @@ -21,7 +21,7 @@ Name: celestia Summary: OpenGL Space Simulator Version: 1.5.1 -Release: 47 +Release: 48 License: GPL v2 or later Group: Productivity/Scientific/Astronomy Url: http://celestia.sourceforge.net @@ -39,6 +39,7 @@ Patch3: celestia-1.5.1-gcc43.patch Patch4: celestia-1.5.1-config.patch Patch5: celestia-1.5.1-theora.patch +Patch6: celestia-1.5.1-gcc44.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %define kdedir /opt/kde3 @@ -70,6 +71,7 @@ %patch3 %patch4 -p1 %patch5 -p1 +%patch6 -p1 %build . /etc/opt/kde3/common_options @@ -118,6 +120,8 @@ %{_datadir}/pixmaps/*.png %changelog +* Tue Apr 28 2009 coolo@suse.de +- fix compilation with gcc 4.4 * Sat Apr 04 2009 coolo@suse.de - refresh all patches to fix build * Wed Jun 25 2008 dmueller@suse.de ++++++ celestia-1.5.1-gcc44.patch ++++++ Index: celestia-1.5.1/src/celengine/overlay.h =================================================================== --- celestia-1.5.1.orig/src/celengine/overlay.h +++ celestia-1.5.1/src/celengine/overlay.h @@ -12,6 +12,7 @@ #include <string> #include <iostream> +#include <cstdio> #include <celtxf/texturefont.h> Index: celestia-1.5.1/src/celengine/star.cpp =================================================================== --- celestia-1.5.1.orig/src/celengine/star.cpp +++ celestia-1.5.1/src/celengine/star.cpp @@ -10,6 +10,7 @@ #include <celmath/mathlib.h> #include <cstring> #include <cassert> +#include <cstdio> #include "celestia.h" #include "astro.h" #include "orbit.h" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de