rpms/starplot/devel starplot-0.95.4-gcc43.patch, 1.1, 1.2 starplot.spec, 1.4, 1.5

Lubomir Kundrak (lkundrak) fedora-extras-commits at redhat.com
Fri Jan 4 22:37:49 UTC 2008


Author: lkundrak

Update of /cvs/pkgs/rpms/starplot/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23107/devel

Modified Files:
	starplot-0.95.4-gcc43.patch starplot.spec 
Log Message:
Corrected the gcc43 patch a bit


starplot-0.95.4-gcc43.patch:

Index: starplot-0.95.4-gcc43.patch
===================================================================
RCS file: /cvs/pkgs/rpms/starplot/devel/starplot-0.95.4-gcc43.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- starplot-0.95.4-gcc43.patch	3 Jan 2008 21:41:01 -0000	1.1
+++ starplot-0.95.4-gcc43.patch	4 Jan 2008 22:37:41 -0000	1.2
@@ -6,14 +6,25 @@
 
 diff -urp starplot-0.95.4.orig/src/gui/filedialogs.cc starplot-0.95.4/src/gui/filedialogs.cc
 --- starplot-0.95.4.orig/src/gui/filedialogs.cc	2007-02-03 00:39:01.000000000 +0100
-+++ starplot-0.95.4/src/gui/filedialogs.cc	2008-01-03 22:33:58.000000000 +0100
-@@ -24,6 +24,7 @@
++++ starplot-0.95.4/src/gui/filedialogs.cc	2008-01-04 23:33:38.000000000 +0100
+@@ -22,6 +22,7 @@
+   and also code for reading to / writing from the .starplotrc settings file.
+ */
  
++#include <cstring>
  #include <gtk/gtk.h>
  #include "starplot.h"
-+#include <cstring>
  
- using std::endl;
+diff -urp starplot-0.95.4.orig/src/gui/infodialogs.cc starplot-0.95.4/src/gui/infodialogs.cc
+--- starplot-0.95.4.orig/src/gui/infodialogs.cc	2007-02-03 00:40:59.000000000 +0100
++++ starplot-0.95.4/src/gui/infodialogs.cc	2008-01-04 23:33:44.000000000 +0100
+@@ -22,6 +22,7 @@
+   and for the informational popup window.
+ */
+ 
++#include <cstring>
+ #include <gtk/gtk.h>
+ #include "starplot.h"
  using std::string;
 diff -urp starplot-0.95.4.orig/src/gui/menuops.cc starplot-0.95.4/src/gui/menuops.cc
 --- starplot-0.95.4.orig/src/gui/menuops.cc	2007-02-03 00:23:26.000000000 +0100


Index: starplot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/starplot/devel/starplot.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- starplot.spec	3 Jan 2008 21:41:01 -0000	1.4
+++ starplot.spec	4 Jan 2008 22:37:41 -0000	1.5
@@ -7,7 +7,7 @@
 Summary:	3-dimensional perspective star map viewer
 Name:		starplot
 Version:	0.95.4
-Release:	4%{?dist}
+Release:	5%{?dist}
 License:	GPLv2+
 Group:		Applications/Engineering
 URL:		http://starplot.org/
@@ -90,6 +90,9 @@
 %{_datadir}/%{name}/test.stars
 
 %changelog
+* Fri Jan 04 2008 Lubomir Kundrak <lkundrak at redhat.com> 0.95.4-5
+- Added one missing hunk to the gcc-4.3 patch
+
 * Thu Jan 03 2008 Lubomir Kundrak <lkundrak at redhat.com> 0.95.4-4
 - Corrected Patch0 name
 - Adding missing includes to fix build with gcc-4.3




More information about the fedora-extras-commits mailing list