Hello community,

here is the log from the commit of package kde3-celestia for openSUSE:Factory 
checked in at 2012-03-26 14:01:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kde3-celestia (Old)
 and      /work/SRC/openSUSE:Factory/.kde3-celestia.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kde3-celestia", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/kde3-celestia/kde3-celestia.changes      
2012-01-09 21:42:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kde3-celestia.new/kde3-celestia.changes 
2012-03-26 14:01:08.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Mar 18 11:37:40 UTC 2012 - [email protected]
+
+- Add celestia-gcc47.patch: Fix build with gcc 4.7.
+
+-------------------------------------------------------------------

New:
----
  celestia-gcc47.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kde3-celestia.spec ++++++
--- /var/tmp/diff_new_pack.RH9pQC/_old  2012-03-26 14:01:12.000000000 +0200
+++ /var/tmp/diff_new_pack.RH9pQC/_new  2012-03-26 14:01:12.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kde3-celestia
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,20 +16,20 @@
 #
 
 
-
 Name:           kde3-celestia
 Version:        1.6.1
-Release:        1
-License:        GPL-2.0+
+Release:        0
 Summary:        OpenGL Space Simulator
-Url:            http://celestia.sourceforge.net
+License:        GPL-2.0+
 Group:          Productivity/Scientific/Astronomy
+Url:            http://celestia.sourceforge.net
 Source:         
http://sourceforge.net/projects/celestia/files/Celestia-source/%{version}/celestia-%{version}.tar.gz
 Source1:        celestia-rpmlintrc
 Patch1:         celestia-1.6.0-desktop.patch
 Patch2:         celestia-1.6.0-config.patch
 Patch3:         celestia-1.6.1-new_glibc.patch
 Patch4:         celestia-1.6.1-no_copy_dt_needed_entries.patch
+Patch5:         celestia-gcc47.patch
 BuildRequires:  fdupes
 BuildRequires:  gettext-tools
 BuildRequires:  kdelibs3-devel
@@ -63,6 +63,7 @@
 %patch2
 %patch3
 %patch4
+%patch5
 
 %build
 . /etc/opt/kde3/common_options

++++++ celestia-gcc47.patch ++++++
Index: src/celmath/intersect.h
===================================================================
--- src/celmath/intersect.h.orig
+++ src/celmath/intersect.h
@@ -15,6 +15,7 @@
 #include "ray.h"
 #include "sphere.h"
 #include "ellipsoid.h"
+#include "mathlib.h"
 
 
 template<class T> bool testIntersection(const Ray3<T>& ray,
Index: src/celestia/kde/kdeapp.cpp
===================================================================
--- src/celestia/kde/kdeapp.cpp.orig
+++ src/celestia/kde/kdeapp.cpp
@@ -19,6 +19,7 @@
 #include <libintl.h>
 #include <fstream>
 #include <sstream>
+#include <unistd.h>
 
 #include <qpushbutton.h>
 #include <qslider.h>
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to