From 260adcb19d39824616bd1b0e5dfb34530cba7b65 Mon Sep 17 00:00:00 2001 From: Jochen Schmitt Date: May 08 2006 17:36:13 +0000 Subject: Add gcc41 patch to cvs --- diff --git a/stellarium-0.8.0-gcc41.patch b/stellarium-0.8.0-gcc41.patch new file mode 100644 index 0000000..b71e2e3 --- /dev/null +++ b/stellarium-0.8.0-gcc41.patch @@ -0,0 +1,20 @@ +--- 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 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); diff --git a/stellarium.spec b/stellarium.spec index 3fced35..61fbba2 100644 --- a/stellarium.spec +++ b/stellarium.spec @@ -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 @@ rm -rf $RPM_BUILD_ROOT %attr(0644,root,root) %doc COPYING stellarium_user_guide-0.7.1-1.pdf %changelog -* Sun May 7 2006 Jochen Schmitt 0.8.0-1 +* Sun May 7 2006 Jochen Schmitt 0.8.0-2 - New upstream release * Tue Feb 14 2006 Jochen Schmitt 0.7.1-7