rpms/qgo/devel qgo-gcc43-iostream.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 qgo.spec, 1.11, 1.12 sources, 1.6, 1.7

Chris Ricker (kaboom) fedora-extras-commits at redhat.com
Fri Feb 15 22:29:54 UTC 2008


Author: kaboom

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

Modified Files:
	.cvsignore qgo.spec sources 
Added Files:
	qgo-gcc43-iostream.patch 
Log Message:
New upstream, patches for new g++


qgo-gcc43-iostream.patch:

--- NEW FILE qgo-gcc43-iostream.patch ---
--- qgo-1.5.4/src/matrix.cpp.orig	2008-02-15 16:47:04.000000000 -0500
+++ qgo-1.5.4/src/matrix.cpp	2008-02-15 16:47:58.000000000 -0500
@@ -5,7 +5,10 @@
 #include "matrix.h"
 #include <stdlib.h>
 #ifndef NO_DEBUG
-#include <iostream.h>
+#include <iostream>
+
+using namespace std;
+
 #endif
 
 Matrix::Matrix(int s)
--- qgo-1.5.4/src/tree.cpp.orig	2008-02-15 17:01:49.000000000 -0500
+++ qgo-1.5.4/src/tree.cpp	2008-02-15 17:03:06.000000000 -0500
@@ -5,7 +5,10 @@
 #include "tree.h"
 #include "move.h"
 #include "qgo.h"
-#include <iostream.h>
+#include <iostream>
+
+using namespace std;
+
 #include <qptrstack.h>
 
 Tree::Tree(int board_size)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qgo/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	12 Oct 2006 00:26:48 -0000	1.6
+++ .cvsignore	15 Feb 2008 22:29:07 -0000	1.7
@@ -1 +1 @@
-qgo-1.5.2.tar.gz
+qgo-1.5.4-r2.tar.gz


Index: qgo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qgo/devel/qgo.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- qgo.spec	12 Oct 2006 00:26:48 -0000	1.11
+++ qgo.spec	15 Feb 2008 22:29:07 -0000	1.12
@@ -1,12 +1,13 @@
 Summary: Graphical Go client and SGF editor
 Name: qgo
-Version: 1.5.2
+Version: 1.5.4r2
 Release: 1%{?dist}
-License: GPL
+License: GPLv2
 Group: Amusements/Games
 URL: http://qgo.sourceforge.net/
-Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-1.5.2.tar.gz
+Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-1.5.4-r2.tar.gz
 Source1: qgo.desktop
+Patch0: qgo-gcc43-iostream.patch
 BuildRequires: libjpeg-devel libpng-devel qt-devel
 BuildRequires: desktop-file-utils
 BuildRequires: libICE-devel, libXmu-devel, libSM-devel, xorg-x11-proto-devel
@@ -20,7 +21,8 @@
 qGo supports loading MGT and Jago XML format Go games.
 
 %prep
-%setup -q -n %{name}-1.5.2
+%setup -q -n %{name}-1.5.4
+%patch0 -p1 -b .namespace
 
 %build
 unset QTDIR && . %{_sysconfdir}/profile.d/qt.sh
@@ -58,6 +60,11 @@
 %{_datadir}/mimelnk/text/sgf.desktop
 
 %changelog
+* Fri Feb 15 2008 Chris Ricker <kaboom at oobleck.net> 1.5.4r2-1
+- New upstream release
+- Fix license
+- Patch for new g++
+
 * Wed Oct 11 2006 Chris Ricker <kaboom at oobleck.net> 1.5.2-1
 - New upstream release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qgo/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	12 Oct 2006 00:26:48 -0000	1.6
+++ sources	15 Feb 2008 22:29:07 -0000	1.7
@@ -1 +1 @@
-a9767f2572fc8d8c5653726bbce402e0  qgo-1.5.2.tar.gz
+5b83bd5ec234beabe48ca17eace3957e  qgo-1.5.4-r2.tar.gz




More information about the fedora-extras-commits mailing list