rpms/stellarium/devel stellarium-0.10.3-cmake.patch, NONE, 1.1 .cvsignore, 1.17, 1.18 sources, 1.19, 1.20 stellarium.spec, 1.63, 1.64 stellarium-0.10.0-fonts.patch, 1.1, NONE stellarium-0.10.2-cmake.patch, 1.1, NONE

Jochen Schmitt s4504kr at fedoraproject.org
Sun Jan 31 20:00:35 UTC 2010


Author: s4504kr

Update of /cvs/pkgs/rpms/stellarium/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25514

Modified Files:
	.cvsignore sources stellarium.spec 
Added Files:
	stellarium-0.10.3-cmake.patch 
Removed Files:
	stellarium-0.10.0-fonts.patch stellarium-0.10.2-cmake.patch 
Log Message:
New upstream release

stellarium-0.10.3-cmake.patch:
 CMakeLists.txt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE stellarium-0.10.3-cmake.patch ---
diff -up stellarium-0.10.3/CMakeLists.txt.org stellarium-0.10.3/CMakeLists.txt
--- stellarium-0.10.3/CMakeLists.txt.org	2010-01-31 19:18:26.272841500 +0100
+++ stellarium-0.10.3/CMakeLists.txt	2010-01-31 19:24:39.738841658 +0100
@@ -29,8 +29,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 -Wno-unused-parameter")     # 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")


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/stellarium/devel/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- .cvsignore	24 Sep 2009 20:42:16 -0000	1.17
+++ .cvsignore	31 Jan 2010 20:00:34 -0000	1.18
@@ -1,2 +1 @@
-stellarium-0.10.2.tar.gz
-stellarium_user_guide-0.10.2-1.pdf
+stellarium-0.10.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/stellarium/devel/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- sources	24 Sep 2009 20:42:16 -0000	1.19
+++ sources	31 Jan 2010 20:00:34 -0000	1.20
@@ -1,2 +1 @@
-c544fff9e75e9317055075b658ae5924  stellarium-0.10.2.tar.gz
-8da17ee33510f57cbfdb321d8ae43c59  stellarium_user_guide-0.10.2-1.pdf
+7cb8e1d957bf10552a23e760049cca35  stellarium-0.10.3.tar.gz


Index: stellarium.spec
===================================================================
RCS file: /cvs/pkgs/rpms/stellarium/devel/stellarium.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -p -r1.63 -r1.64
--- stellarium.spec	25 Nov 2009 01:09:16 -0000	1.63
+++ stellarium.spec	31 Jan 2010 20:00:34 -0000	1.64
@@ -1,8 +1,9 @@
 %define guidever 0.10.2-1
 
 Name:           stellarium
-Version:        0.10.2
-Release:        7%{?dist}
+
+Version:        0.10.3
+Release:        1%{?dist}
 Summary:        Photo-realistic nightsky renderer
 
 Group:          Amusements/Graphics
@@ -11,8 +12,7 @@ URL:            http://stellarium.free.f
 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.2-cmake.patch
-Patch2:		stellarium-0.10.0-fonts.patch
+Patch1:		stellarium-0.10.3-cmake.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -22,7 +22,7 @@ BuildRequires:  mesa-libGLU-devel
 BuildRequires:  ImageMagick
 BuildRequires:  freetype-devel
 BuildRequires:	cmake
-BuildRequires:	qt4-devel >= 4.4.2
+BuildRequires:	qt4-devel >= 4.6.0
 BuildRequires:	gettext-devel
 BuildRequires:	boost-devel
 BuildRequires:	glib2-devel
@@ -57,7 +57,6 @@ You will need a PDF viewer to read the u
 %prep
 %setup -q
 %patch1 -p1 -b .cm
-%patch2 -p1 -b .fp
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -103,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING stellarium_user_guide-%{guidever}.pdf
 
 %changelog
+* Sun Jan 31 2010 Jochen Schmitt <Jochen herr-schmitt de> 0.10.3-1
+- New upstream release (#559929)
+
 * Wed Nov 25 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> 0.10.2-7
 - Rebuild for Qt 4.6.0 RC1 in F13 (was built against Beta 1 with unstable ABI)
 


--- stellarium-0.10.0-fonts.patch DELETED ---


--- stellarium-0.10.2-cmake.patch DELETED ---



More information about the scm-commits mailing list