rpms/stellarium/devel stellarium-0.9.1-gcc43.patch, 1.1, 1.2 stellarium.spec, 1.44, 1.45 stellarium-0.9.0-gcc43.patch, 1.1, NONE

Jochen Schmitt (s4504kr) fedora-extras-commits at redhat.com
Mon Feb 11 15:47:35 UTC 2008


Author: s4504kr

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

Modified Files:
	stellarium-0.9.1-gcc43.patch stellarium.spec 
Removed Files:
	stellarium-0.9.0-gcc43.patch 
Log Message:
Fix gcc-4.3 related issues

stellarium-0.9.1-gcc43.patch:

Index: stellarium-0.9.1-gcc43.patch
===================================================================
RCS file: /cvs/extras/rpms/stellarium/devel/stellarium-0.9.1-gcc43.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- stellarium-0.9.1-gcc43.patch	22 Jan 2008 16:25:28 -0000	1.1
+++ stellarium-0.9.1-gcc43.patch	11 Feb 2008 15:47:26 -0000	1.2
@@ -1,12 +1,24 @@
-diff -up stellarium-0.9.0/src/stelutils/STexture.cpp.gcc43 stellarium-0.9.0/src/stelutils/STexture.cpp
---- stellarium-0.9.0/src/stelutils/STexture.cpp.gcc43	2008-01-08 16:42:21.000000000 +0100
-+++ stellarium-0.9.0/src/stelutils/STexture.cpp	2008-01-08 16:42:45.000000000 +0100
-@@ -20,6 +20,8 @@
- #include <cassert>
- #include "STexture.hpp"
+diff -up stellarium-0.9.1/src/StringArray.cpp.gcc43 stellarium-0.9.1/src/StringArray.cpp
+--- stellarium-0.9.1/src/StringArray.cpp.gcc43	2008-02-11 15:53:13.000000000 +0100
++++ stellarium-0.9.1/src/StringArray.cpp	2008-02-11 15:53:33.000000000 +0100
+@@ -23,6 +23,8 @@
+ #include <iostream>
+ #include <QFile>
+ 
++#include <cstdlib>
++
+ using namespace std;
+ 
+ namespace BigStarCatalogExtension {
+diff -up stellarium-0.9.1/src/stelutils/STexture.cpp.gcc43 stellarium-0.9.1/src/stelutils/STexture.cpp
+--- stellarium-0.9.1/src/stelutils/STexture.cpp.gcc43	2008-01-17 15:15:35.000000000 +0100
++++ stellarium-0.9.1/src/stelutils/STexture.cpp	2008-02-11 15:51:20.000000000 +0100
+@@ -76,6 +76,8 @@ STexture::~STexture()
+ 	mutex = NULL;
+ }
  
 +#include <cstdlib>
 +
  /*************************************************************************
-  Constructor for the STexture class
- *************************************************************************/
+  This method should be called if the texture loading failed for any reasons
+  *************************************************************************/


Index: stellarium.spec
===================================================================
RCS file: /cvs/extras/rpms/stellarium/devel/stellarium.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- stellarium.spec	10 Feb 2008 21:40:03 -0000	1.44
+++ stellarium.spec	11 Feb 2008 15:47:26 -0000	1.45
@@ -1,6 +1,6 @@
 Name:           stellarium
 Version:        0.9.1
-Release:        5%{?dist}
+Release:        2%{?dist}
 Summary:        Photo-realistic nightsky renderer
 
 Group:          Amusements/Graphics
@@ -36,7 +36,7 @@
 %package doc
 Summary:   	The user guide about Stellarium
 Group:		Documentation
-License:	GPLv2
+License:	GPL
 %description doc
 The user guide for stellarium writeen by Matthew Gates. It shouuld 
 contains everythings you want to know about Stellarium.
@@ -89,16 +89,12 @@
 %doc COPYING stellarium_user_guide-0.9.0-1.pdf
 
 %changelog
-* Sun Feb 10 2008 Jochen Schmitt <Jochen herr-schmitt de> 0.9.1-5
-- Rebuild for gcc-4.3
+* Mon Feb 11 2008 Jochen Schmitt <Jochen herr-schmitt de> 0.9.1-2
+- Fix gcc-4.3 related issues
 
-* Tue Jan 22 2008 Jochen Schmitt <Jochen herr-schmitt de> 0.9.1-3
+* Tue Jan 22 2008 Jochen Schmitt <Jochen herr-schmitt de> 0.9.1-1
 - New upstream release
 
-* 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.9.0-gcc43.patch DELETED ---




More information about the fedora-extras-commits mailing list