rpms/xplanet/F-11 xplanet-1.2.1-g++44.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 xplanet.spec, 1.20, 1.21 xplanet-1.2.0-g++43-missing-header.patch, 1.1, NONE xplanet-1.2.0-g++44-compile.patch, 1.1, NONE

Mamoru Tasaka mtasaka at fedoraproject.org
Wed Apr 22 17:29:09 UTC 2009


Author: mtasaka

Update of /cvs/extras/rpms/xplanet/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14602/xplanet/F-11

Modified Files:
	.cvsignore sources xplanet.spec 
Added Files:
	xplanet-1.2.1-g++44.patch 
Removed Files:
	xplanet-1.2.0-g++43-missing-header.patch 
	xplanet-1.2.0-g++44-compile.patch 
Log Message:
update

xplanet-1.2.1-g++44.patch:

--- NEW FILE xplanet-1.2.1-g++44.patch ---
--- xplanet-1.2.1/src/Satellite.cpp.g++44	2006-03-26 09:34:21.000000000 +0900
+++ xplanet-1.2.1/src/Satellite.cpp	2009-04-23 01:45:03.000000000 +0900
@@ -1,4 +1,5 @@
 #include <clocale>
+#include <cstdio>
 #include <cstring>
 #include <iostream>
 using namespace std;
--- xplanet-1.2.1/src/Separation.cpp.g++44	2008-11-14 09:19:05.000000000 +0900
+++ xplanet-1.2.1/src/Separation.cpp	2009-04-23 01:46:37.000000000 +0900
@@ -1,5 +1,6 @@
 #include <cmath>
 #include <iostream>
+#include <cstdio>
 
 #include "Separation.h"
 #include "View.h"


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xplanet/F-11/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	19 Sep 2006 15:41:40 -0000	1.3
+++ .cvsignore	22 Apr 2009 17:28:31 -0000	1.4
@@ -1 +1 @@
-xplanet-1.2.0.tar.gz
+xplanet-1.2.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xplanet/F-11/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	19 Sep 2006 15:41:40 -0000	1.3
+++ sources	22 Apr 2009 17:28:31 -0000	1.4
@@ -1 +1 @@
-87d62fcdf43ad1beec677bfb6e299ac1  xplanet-1.2.0.tar.gz
+5dca0369ca64fa3c006b616b72b5e1cf  xplanet-1.2.1.tar.gz


Index: xplanet.spec
===================================================================
RCS file: /cvs/extras/rpms/xplanet/F-11/xplanet.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- xplanet.spec	25 Mar 2009 09:40:39 -0000	1.20
+++ xplanet.spec	22 Apr 2009 17:28:32 -0000	1.21
@@ -1,13 +1,12 @@
 Summary:	Render a planetary image into an X window
 Name:		xplanet
-Version:	1.2.0
-Release:	7%{?dist}
+Version:	1.2.1
+Release:	1%{?dist}
 
 License:	GPLv2
 Group:		Amusements/Graphics
 Source:		http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Patch0:		xplanet-1.2.0-g++43-missing-header.patch
-Patch1:		xplanet-1.2.0-g++44-compile.patch
+Patch0:		xplanet-1.2.1-g++44.patch
 URL:		http://%{name}.sourceforge.net
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -35,8 +34,7 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .gcc43
-%patch1 -p1 -b .gcc44
+%patch0 -p1 -b .g++
 
 %build
 %configure
@@ -62,6 +60,9 @@
 %{_datadir}/xplanet
 
 %changelog
+* Thu Apr 23 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.2.1-1
+- 1.2.1
+
 * Wed Mar 25 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.2.0-7
 - GNU FreeFont naming change
 


--- xplanet-1.2.0-g++43-missing-header.patch DELETED ---


--- xplanet-1.2.0-g++44-compile.patch DELETED ---




More information about the fedora-extras-commits mailing list