rpms/stellarium/devel stellarium-0.10.5-cmake.patch, NONE, 1.1 .cvsignore, 1.21, 1.22 sources, 1.23, 1.24 stellarium.spec, 1.68, 1.69 stellarium-0.10.3-cmake.patch, 1.1, NONE

Jochen Schmitt s4504kr at fedoraproject.org
Thu Jun 3 12:38:06 UTC 2010


Author: s4504kr

Update of /cvs/pkgs/rpms/stellarium/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16763

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

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

--- NEW FILE stellarium-0.10.5-cmake.patch ---
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")


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/stellarium/devel/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- .cvsignore	23 Feb 2010 16:05:41 -0000	1.21
+++ .cvsignore	3 Jun 2010 12:38:05 -0000	1.22
@@ -1,2 +1,2 @@
-stellarium-0.10.4.tar.gz
+stellarium-0.10.5.tar.gz
 stellarium_user_guide-0.10.2-1.pdf


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/stellarium/devel/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- sources	23 Feb 2010 16:05:41 -0000	1.23
+++ sources	3 Jun 2010 12:38:05 -0000	1.24
@@ -1,2 +1,2 @@
-ebb81f609c91be6ecd7e91cf7d3a4afa  stellarium-0.10.4.tar.gz
+4038585e3554febde92f2166d52bc8a8  stellarium-0.10.5.tar.gz
 8da17ee33510f57cbfdb321d8ae43c59  stellarium_user_guide-0.10.2-1.pdf


Index: stellarium.spec
===================================================================
RCS file: /cvs/pkgs/rpms/stellarium/devel/stellarium.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -p -r1.68 -r1.69
--- stellarium.spec	14 Mar 2010 20:19:31 -0000	1.68
+++ stellarium.spec	3 Jun 2010 12:38:06 -0000	1.69
@@ -2,8 +2,8 @@
 
 Name:           stellarium
 
-Version:        0.10.4
-Release:        4%{?dist}
+Version:        0.10.5
+Release:        1%{?dist}
 Summary:        Photo-realistic nightsky renderer
 
 Group:          Amusements/Graphics
@@ -12,7 +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.3-cmake.patch
+Patch1:		stellarium-0.10.5-cmake.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -104,6 +104,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING stellarium_user_guide-%{guidever}.pdf
 
 %changelog
+* Thu Jun  3 2010 Jochen Schmitt <Jochen herr-schmitt de> 0.10.5-1
+- Nrw upstream release
+
 * Sun Mar 14 2010 Jochen Schmitt <Jochen herr-schmitt de> 0.10.4-4
 - Set StartupNotify=true in desktop file
 


--- stellarium-0.10.3-cmake.patch DELETED ---



More information about the scm-commits mailing list