rpms/stellarium/F-10 stellarium-0.10.2-cmake.patch, NONE, 1.1 sources, 1.16, 1.17 stellarium.spec, 1.51, 1.52 stellarium-0.10.1-cmake.patch, 1.1, NONE

Jochen Schmitt s4504kr at fedoraproject.org
Thu Mar 12 21:40:37 UTC 2009


Author: s4504kr

Update of /cvs/extras/rpms/stellarium/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16101

Modified Files:
	sources stellarium.spec 
Added Files:
	stellarium-0.10.2-cmake.patch 
Removed Files:
	stellarium-0.10.1-cmake.patch 
Log Message:
New upstream release

stellarium-0.10.2-cmake.patch:

--- NEW FILE stellarium-0.10.2-cmake.patch ---
diff -up stellarium-0.10.2/CMakeLists.txt.cm stellarium-0.10.2/CMakeLists.txt
--- stellarium-0.10.2/CMakeLists.txt.cm	2009-03-09 12:28:34.000000000 +0100
+++ stellarium-0.10.2/CMakeLists.txt	2009-03-12 22:01:54.000000000 +0100
@@ -22,8 +22,8 @@ IF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin"
 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: sources
===================================================================
RCS file: /cvs/extras/rpms/stellarium/F-10/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	9 Feb 2009 15:23:36 -0000	1.16
+++ sources	12 Mar 2009 21:40:06 -0000	1.17
@@ -1,2 +1,2 @@
+c544fff9e75e9317055075b658ae5924  stellarium-0.10.2.tar.gz
 0e708c4c0af77712c64b22cbfa398fb4  stellarium_user_guide-0.9.1-1.pdf
-5361e1db3bbce38bb6b4208bd4a2e556  stellarium-0.10.1.tar.gz


Index: stellarium.spec
===================================================================
RCS file: /cvs/extras/rpms/stellarium/F-10/stellarium.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- stellarium.spec	16 Feb 2009 18:22:19 -0000	1.51
+++ stellarium.spec	12 Mar 2009 21:40:06 -0000	1.52
@@ -1,8 +1,8 @@
 %define guidever 0.9.1-1
 
 Name:           stellarium
-Version:        0.10.1
-Release:        2%{?dist}.1
+Version:        0.10.2
+Release:        1%{?dist}
 Summary:        Photo-realistic nightsky renderer
 
 Group:          Amusements/Graphics
@@ -11,7 +11,7 @@
 Source0:        http://downloads.sourceforge.net/stellarium/stellarium-%{version}.tar.gz
 Source1:        stellarium.desktop
 Source2:        http://downloads.sourceforge.net/stellarum/stellarium_user_guide-%{guidever}.pdf
-Patch1:		stellarium-0.10.1-cmake.patch
+Patch1:		stellarium-0.10.2-cmake.patch
 Patch2:		stellarium-0.10.0-fonts.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -22,14 +22,20 @@
 BuildRequires:  ImageMagick
 BuildRequires:  freetype-devel
 BuildRequires:	cmake
-BuildRequires:	qt4-devel
+BuildRequires:	qt4-devel >= 4.4.2
 BuildRequires:	gettext-devel
 BuildRequires:	boost-devel
 BuildRequires:	glib2-devel
 
 Requires:	opengl-games-utils
 
+%if 0%{?fedora} > 10
+Requires:	dejavu-sans-fonts dejavu-sans-mono-fonts
+%endif
+
+%if 0%{?fedora} <= 10
 Requires:	dejavu-fonts
+%endif
 
 %description
 Stellarium is a real-time 3D photo-realistic nightsky renderer. It can
@@ -41,6 +47,7 @@
 Summary:   	The user guide about Stellarium
 Group:		Documentation
 License:	GFDL
+Buildarch:	noarch
 %description doc
 The user guide for stellarium writeen by Matthew Gates. It shouuld 
 contains everythings you want to know about Stellarium.
@@ -100,8 +107,14 @@
 %doc COPYING stellarium_user_guide-%{guidever}.pdf
 
 %changelog
-* Mon Feb 16 2009 Jochen Schmitt <Jochen herr-schmitt de> 0.10.1-2.1
-- Fix fonts dependencies issues
+* Thu Mar 12 2009 Jochen Schmitt <Jochen herr-schmitt de> 0.10.2-1
+- New upstream release
+
+* Thu Mar  5 2009 Jochen Schmitt <Jochen herr-schmitt de> 0.10.1-4
+- Support noarch subpackates
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
 * Sun Feb  8 2009 Jochen Schmitt <Jochen herr-schmitt de> 0.10.1-2
 - New upstream release


--- stellarium-0.10.1-cmake.patch DELETED ---




More information about the fedora-extras-commits mailing list