rpms/stellarium/devel stellarium-0.9.0-gcc43.patch, NONE, 1.1 stellarium.spec, 1.34, 1.35 stellarium-0.8.2-x64_1.patch, 1.1, NONE

Lubomir Kundrak (lkundrak) fedora-extras-commits at redhat.com
Fri Jan 4 23:08:05 UTC 2008


Author: lkundrak

Update of /cvs/pkgs/rpms/stellarium/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30617/devel

Modified Files:
	stellarium.spec 
Added Files:
	stellarium-0.9.0-gcc43.patch 
Removed Files:
	stellarium-0.8.2-x64_1.patch 
Log Message:
Adding missing includes to fix build with gcc-4.3


stellarium-0.9.0-gcc43.patch:

--- NEW FILE stellarium-0.9.0-gcc43.patch ---
The STL headers in gcc-4.3 have been cleaned up, so that the headers don't drag in
unnecessary dependencies which aren't requested by the standard.
This fixes build for gcc-4.3

Lubomir Kundrak <lkundrak at redhat.com>

diff -rup stellarium-0.9.0.orig/src/stelutils/STexture.cpp stellarium-0.9.0/src/stelutils/STexture.cpp
--- stellarium-0.9.0.orig/src/stelutils/STexture.cpp	2007-06-06 10:25:17.000000000 +0200
+++ stellarium-0.9.0/src/stelutils/STexture.cpp	2008-01-03 21:53:11.000000000 +0100
@@ -18,6 +18,7 @@
  */
 
 #include <cassert>
+#include <cstdlib>
 #include "STexture.hpp"
 
 /*************************************************************************


Index: stellarium.spec
===================================================================
RCS file: /cvs/pkgs/rpms/stellarium/devel/stellarium.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- stellarium.spec	24 Oct 2007 14:30:23 -0000	1.34
+++ stellarium.spec	4 Jan 2008 23:07:15 -0000	1.35
@@ -1,6 +1,6 @@
 Name:           stellarium
 Version:        0.9.0
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Photo-realistic nightsky renderer
 
 Group:          Amusements/Graphics
@@ -11,6 +11,7 @@
 Source2:        http://switch.dl.sf.net/stellarum/stellarium_user_guide-0.9.0-1.pdf
 Patch1:		stellarium-0.9.0-cmake.patch
 Patch2:		stellarium-0.9.0-tm.patch
+Patch3:		stellarium-0.9.0-gcc43.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -35,7 +36,7 @@
 %package doc
 Summary:   	The user guide about Stellarium
 Group:		Documentation
-License:	GPL
+License:	GPLv2
 %description doc
 The user guide for stellarium writeen by Matthew Gates. It shouuld 
 contains everythings you want to know about Stellarium.
@@ -46,6 +47,7 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -88,6 +90,10 @@
 %doc COPYING stellarium_user_guide-0.9.0-1.pdf
 
 %changelog
+* Thu Jan 03 2008 Lubomir Kundrak <lkundrak at redhat.com> 0.9.0-7
+- Adding missing includes to fix build with gcc-4.3
+- Corrected License tag of -doc subpackage
+
 * Tue Oct 23 2007 Will Woods <wwoods at redhat.com> 0.9.0-6
 - Fix opengl-game-wrapper.sh usage
 


--- stellarium-0.8.2-x64_1.patch DELETED ---




More information about the fedora-extras-commits mailing list