rpms/stellarium/devel stellarium-0.8.0-gcc41.patch, NONE, 1.1 stellarium.spec, 1.17, 1.18

Jochen Schmitt (s4504kr) fedora-extras-commits at redhat.com
Mon May 8 17:36:13 UTC 2006


Author: s4504kr

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

Modified Files:
	stellarium.spec 
Added Files:
	stellarium-0.8.0-gcc41.patch 
Log Message:
Add gcc41 patch to cvs

stellarium-0.8.0-gcc41.patch:

--- NEW FILE stellarium-0.8.0-gcc41.patch ---
--- stellarium-0.8.0/src/s_gui.h.org	2006-05-08 17:52:41.000000000 +0200
+++ stellarium-0.8.0/src/s_gui.h	2006-05-08 17:55:02.000000000 +0200
@@ -510,7 +510,7 @@
 		
 	private:
 		callback<void> onChangeCallback;
-		void ScrollBar::adjustSize(void);
+		void adjustSize(void);
 		Button scrollBt;
 		bool vertical;
 		unsigned int scrollOffset, scrollSize;
@@ -837,7 +837,7 @@
 	class City 
 	{
 	public:
-		City::City(const string& _name = "", const string& _state = "", const string& _country = "", 
+		City(const string& _name = "", const string& _state = "", const string& _country = "", 
 			double _longitude = 0.f, double _latitude = 0.f, float zone = 0, int _showatzoom = 0, int _altitude = 0);
 		void addCity(const string& _name = "", const string& _state = "", const string& _country = "", 
 			double _longitude = 0.f, double _latitude = 0.f, float zone = 0, int _showatzoom = 0, int _altitude = 0);


Index: stellarium.spec
===================================================================
RCS file: /cvs/extras/rpms/stellarium/devel/stellarium.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- stellarium.spec	8 May 2006 16:59:39 -0000	1.17
+++ stellarium.spec	8 May 2006 17:36:13 -0000	1.18
@@ -1,6 +1,6 @@
 Name:           stellarium
 Version:        0.8.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Photo-realistic nightsky renderer
 
 Group:          Amusements/Graphics
@@ -83,7 +83,7 @@
 %attr(0644,root,root) %doc COPYING stellarium_user_guide-0.7.1-1.pdf
 
 %changelog
-* Sun May  7 2006 Jochen Schmitt <Jochen herr-schmitt de> 0.8.0-1
+* Sun May  7 2006 Jochen Schmitt <Jochen herr-schmitt de> 0.8.0-2
 - New upstream release
 
 * Tue Feb 14 2006 Jochen Schmitt <Jochen herr-schmitt de> 0.7.1-7




More information about the fedora-extras-commits mailing list