diff --git a/.gitignore b/.gitignore index ae6ade4..5489b50 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ stellarium-0.10.2.tar.gz stellarium_user_guide-0.10.2-1.pdf +/stellarium-0.11.1.tar.gz diff --git a/sources b/sources index 65386e1..fe68b5e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -4038585e3554febde92f2166d52bc8a8 stellarium-0.10.5.tar.gz +e5179d3f2c89d6386f45602e3f435a07 stellarium-0.11.1.tar.gz 8da17ee33510f57cbfdb321d8ae43c59 stellarium_user_guide-0.10.2-1.pdf diff --git a/stellarium-0.10.5-cmake.patch b/stellarium-0.10.5-cmake.patch deleted file mode 100644 index dcca3a6..0000000 --- a/stellarium-0.10.5-cmake.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -up stellarium-0.10.5/CMakeLists.txt.cm stellarium-0.10.5/CMakeLists.txt ---- stellarium-0.10.5/CMakeLists.txt.cm 2010-06-02 16:23:55.000000000 +0200 -+++ stellarium-0.10.5/CMakeLists.txt 2010-06-03 13:23:05.030054816 +0200 -@@ -32,8 +32,8 @@ ENDIF() - - - IF(UNIX AND NOT WIN32) -- SET(CMAKE_C_FLAGS "-Wall -Wextra -Wno-unused-parameter") # additional C compile flags -- SET(CMAKE_CXX_FLAGS "-Wall -Wextra") # additional CPP compile flags -+ SET(CMAKE_C_FLAGS ${CMAKE_C_FLAGS}) # additional C compile flags -+ SET(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS}) # additional CPP compile flags - ELSE() - SET(CMAKE_C_FLAGS "-Wall -fexceptions -fident -mthreads") - SET(CMAKE_CXX_FLAGS "-Wall -Wsign-promo -fexceptions -fident -mthreads") diff --git a/stellarium.spec b/stellarium.spec index df7785d..8144769 100644 --- a/stellarium.spec +++ b/stellarium.spec @@ -2,7 +2,7 @@ Name: stellarium -Version: 0.10.5 +Version: 0.11.1 Release: 2%{?dist} Summary: Photo-realistic nightsky renderer @@ -12,7 +12,6 @@ URL: http://stellarium.free.fr/ Source0: http://downloads.sourceforge.net/stellarium/stellarium-%{version}.tar.gz Source1: stellarium.desktop Source2: http://downloads.sourceforge.net/stellarium/stellarium_user_guide-%{guidever}.pdf -Patch1: stellarium-0.10.5-cmake.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -50,7 +49,6 @@ You will need a PDF viewer to read the user guide. %prep %setup -q -%patch1 -p1 -b .cm %build export CFLAGS="$RPM_OPT_FLAGS" @@ -98,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING stellarium_user_guide-%{guidever}.pdf %changelog +* Mon Nov 28 2011 Jochen Schmitt 0.11.1-2 +- Initial package for EPEL-6 + * Mon Dec 13 2010 Jochen Schmitt 0.10.5-2 - Fix dejavu-fonts dep issue (#662520)