rpms/stellarium/devel stellarium-0.10.1-cmake.patch, NONE, 1.1 .cvsignore, 1.13, 1.14 sources, 1.15, 1.16 stellarium.spec, 1.51, 1.52 stellarium-0.9.1-cmake.patch, 1.1, NONE

Jochen Schmitt s4504kr at fedoraproject.org
Sun Feb 8 20:53:16 UTC 2009


Author: s4504kr

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

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

stellarium-0.10.1-cmake.patch:

--- NEW FILE stellarium-0.10.1-cmake.patch ---
diff -up stellarium-0.10.1/CMakeLists.txt.cm stellarium-0.10.1/CMakeLists.txt
--- stellarium-0.10.1/CMakeLists.txt.cm	2009-02-08 21:39:38.000000000 +0100
+++ stellarium-0.10.1/CMakeLists.txt	2009-02-08 21:41:11.000000000 +0100
@@ -22,8 +22,8 @@ IF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin"
 ENDIF()
 
 IF(UNIX AND NOT WIN32)
- SET(CMAKE_C_FLAGS -Wall)       # additional C compile flags
- SET(CMAKE_CXX_FLAGS -Wall)     # 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/extras/rpms/stellarium/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	24 Sep 2008 19:57:45 -0000	1.13
+++ .cvsignore	8 Feb 2009 20:52:46 -0000	1.14
@@ -1,2 +1 @@
-stellarium-0.10.0.tgz
-stellarium_user_guide-0.9.1-1.pdf
+stellarium-0.10.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/stellarium/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	24 Sep 2008 19:57:45 -0000	1.15
+++ sources	8 Feb 2009 20:52:46 -0000	1.16
@@ -1,2 +1 @@
-09465fa11a8caab7a4410f1e5ff6eb8c  stellarium-0.10.0.tgz
-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/devel/stellarium.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- stellarium.spec	18 Jan 2009 16:22:53 -0000	1.51
+++ stellarium.spec	8 Feb 2009 20:52:46 -0000	1.52
@@ -1,17 +1,17 @@
 %define guidever 0.9.1-1
 
 Name:           stellarium
-Version:        0.10.0
-Release:        3%{?dist}
+Version:        0.10.1
+Release:        1%{?dist}
 Summary:        Photo-realistic nightsky renderer
 
 Group:          Amusements/Graphics
 License:        GPLv2+
 URL:            http://stellarium.free.fr/
-Source0:        http://downloads.sourceforge.net/stellarium/stellarium-%{version}.tgz
+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.9.1-cmake.patch
+Patch1:		stellarium-0.10.1-cmake.patch
 Patch2:		stellarium-0.10.0-fonts.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -100,7 +100,10 @@
 %doc COPYING stellarium_user_guide-%{guidever}.pdf
 
 %changelog
-* Sun Jan 18 2009 Jochen Schmitt <Jochen herr-schmitt de> - 0.10.0-3
+* Sun Feb  8 2009 Jochen Schmitt <Jochen herr-schmitt de> 0.10.1-1
+- New upstream release
+
+* Sun Jan 18 2009 Jochen Schmitt <Jochen herr-schmitt de> 0.10.0-3
 - Change Req. to fonts pakcage because fonts package renaming (#480474)
 
 * Sun Jan  4 2009 Jochen Schmitt <Jochen herr-schmitt de> 0.10.0-2


--- stellarium-0.9.1-cmake.patch DELETED ---




More information about the fedora-extras-commits mailing list