diff --git a/sources b/sources index dd20a1c..0de0e57 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -2834cd59c8c0aa8dc65faefcf848129d stellarium-0.8.0.tar.gz -2fd23dd0300af03cabc9ba5564cc919d stellarium_user_guide-0.8.0-1.pdf +1a17e3dca472214e0863ea8621de321d stellarium-0.8.1.tar.gz +e83ca79bf904e03db869b314d72fd2a8 stellarium_user_guide-0.8.1-1.pdf diff --git a/stellarium-0.8.0-gcc41.patch b/stellarium-0.8.0-gcc41.patch deleted file mode 100644 index b71e2e3..0000000 --- a/stellarium-0.8.0-gcc41.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- 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 a62d7a3..d4e8b50 100644 --- a/stellarium.spec +++ b/stellarium.spec @@ -1,6 +1,6 @@ Name: stellarium -Version: 0.8.0 -Release: 4%{?dist} +Version: 0.8.1 +Release: 1%{?dist} Summary: Photo-realistic nightsky renderer Group: Amusements/Graphics @@ -8,8 +8,7 @@ License: GPL URL: http://stellarium.free.fr/ Source0: http://prdownloads.sf.net/stellarium/stellarium-%{version}.tar.gz Source1: stellarium.desktop -Source2: http://prdownloads.sf.net/stellarum/stellarium_user_guide-0.8.0-1.pdf -Patch1: stellarium-0.8.0-gcc41.patch +Source2: http://prdownloads.sf.net/stellarum/stellarium_user_guide-0.8.1-1.pdf BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel @@ -40,7 +39,6 @@ You will need a PDF viewer to read the user guide. %prep %setup -q -%patch1 -p1 %build %configure @@ -81,9 +79,14 @@ rm -rf $RPM_BUILD_ROOT %files doc -%attr(0644,root,root) %doc COPYING stellarium_user_guide-0.8.0-1.pdf +%defattr(-,root,root,-) +%doc COPYING stellarium_user_guide-0.8.1-1.pdf %changelog +* Tue Jul 4 2006 Jochen Schmitt 0.8.1-1 +- New upstream release +- Fix demaged PDF (#197301) + * Wed May 31 2006 Jochen Schmitt 0.8.0-4 - Update user guide - change dl.sf.net to prdownloads.sf.net