Mailinglist Archive: opensuse-commit (832 mails)
| < Previous | Next > |
commit celestia for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 18 Feb 2010 14:24:55 +0100
- Message-id: <20100218132455.D3B4F202A7@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package celestia for openSUSE:Factory
checked in at Thu Feb 18 14:24:55 CET 2010.
--------
--- KDE/celestia/celestia.changes 2009-08-02 19:44:40.000000000 +0200
+++ /mounts/work_src_done/STABLE/celestia/celestia.changes 2010-02-15
13:39:42.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Feb 15 12:35:53 UTC 2010 - llunak@xxxxxxxxxx
+
+- fix build with gcc-4.5
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
New:
----
celestia-1.6.0-gcc45.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ celestia.spec ++++++
--- /var/tmp/diff_new_pack.lOeXfz/_old 2010-02-18 14:24:00.000000000 +0100
+++ /var/tmp/diff_new_pack.lOeXfz/_new 2010-02-18 14:24:00.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package celestia (Version 1.6.0)
#
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,8 +21,8 @@
Name: celestia
Summary: OpenGL Space Simulator
Version: 1.6.0
-Release: 1
-License: GPL v2 or later
+Release: 2
+License: GPLv2+
Group: Productivity/Scientific/Astronomy
Url: http://celestia.sourceforge.net
BuildRequires: gettext-tools kdelibs3-devel popt-devel
@@ -35,6 +35,7 @@
Patch1: celestia-1.6.0-desktop.patch
Patch2: celestia-1.6.0-config.patch
Patch3: celestia-1.6.0-gcc44.patch
+Patch4: celestia-1.6.0-gcc45.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define kdedir /opt/kde3
@@ -64,6 +65,7 @@
%patch1
%patch2
%patch3
+%patch4
%build
# This package failed when testing with -Wl,-as-needed being default.
++++++ celestia-1.6.0-gcc45.patch ++++++
--- src/celestia/celx_object.cpp.sav 2009-06-22 17:44:22.000000000 +0200
+++ src/celestia/celx_object.cpp 2010-02-15 13:30:49.361352482 +0100
@@ -773,7 +773,7 @@ static int object_mark(lua_State* l)
markAlpha = 1.0f;
Color markColorAlpha(0.0f, 1.0f, 0.0f, 0.9f);
- markColorAlpha = Color::Color(markColor, markAlpha);
+ markColorAlpha = Color(markColor, markAlpha);
const char* markLabel = celx.safeGetString(6, WrongType, "Fifth argument
to object:mark must be a string");
if (markLabel == NULL)
--- src/celmath/mathlib.h.sav 2009-06-22 17:44:25.000000000 +0200
+++ src/celmath/mathlib.h 2010-02-15 13:32:44.242477804 +0100
@@ -11,7 +11,7 @@
#define _CELMATH_MATHLIB_H_
#include <cmath>
-#include <stdlib.h>
+#include <cstdlib>
#define PI 3.14159265358979323846
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |