OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 17-Jun-2006 22:24:15
Branch: HEAD Handle: 2006061721241400
Modified files:
openpkg-src/devtodo devtodo.patch devtodo.spec
Log:
fix building under new GCC 4.1 C++ world order
Summary:
Revision Changes Path
1.6 +16 -4 openpkg-src/devtodo/devtodo.patch
1.29 +1 -1 openpkg-src/devtodo/devtodo.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/devtodo/devtodo.patch
============================================================================
$ cvs diff -u -r1.5 -r1.6 devtodo.patch
--- openpkg-src/devtodo/devtodo.patch 26 Sep 2005 13:01:25 -0000 1.5
+++ openpkg-src/devtodo/devtodo.patch 17 Jun 2006 20:24:14 -0000 1.6
@@ -1,6 +1,6 @@
Index: src/Todo.h
--- src/Todo.h.orig 2004-09-03 11:35:13 +0200
-+++ src/Todo.h 2005-09-26 14:57:58 +0200
++++ src/Todo.h 2006-06-17 22:21:52 +0200
@@ -14,6 +14,7 @@
01/02/01 Initial creation
*/
@@ -9,9 +9,21 @@
class Todo {
public :
friend class TodoDB;
+Index: src/TodoDB.h
+--- src/TodoDB.h.orig 2004-09-03 11:35:14 +0200
++++ src/TodoDB.h 2006-06-17 22:22:26 +0200
+@@ -108,7 +108,7 @@
+ void initColour();
+ void initColourPost();
+ Todo::Priority getPriority(string current = "");
+- int TodoDB::markDone(Todo &todo);
++ int markDone(Todo &todo);
+
+ void formatItem(ostream &out, int depth, Todo const &item,
string const &format);
+
Index: src/todoterm.cc
--- src/todoterm.cc.orig 2004-09-03 11:35:13 +0200
-+++ src/todoterm.cc 2005-09-26 14:56:09 +0200
++++ src/todoterm.cc 2006-06-17 22:21:52 +0200
@@ -15,13 +15,13 @@
int getWidth() {
@@ -31,7 +43,7 @@
if (result == 0)
Index: util/CommandArgs.cc
--- util/CommandArgs.cc.orig 2004-09-03 11:35:16 +0200
-+++ util/CommandArgs.cc 2005-09-26 14:56:09 +0200
++++ util/CommandArgs.cc 2006-06-17 22:21:52 +0200
@@ -1,4 +1,5 @@
#include "CommandArgs.h"
+#include <assert.h>
@@ -40,7 +52,7 @@
Index: util/Regex.h
--- util/Regex.h.orig 2004-09-03 11:35:18 +0200
-+++ util/Regex.h 2005-09-26 14:56:09 +0200
++++ util/Regex.h 2006-06-17 22:21:52 +0200
@@ -9,6 +9,7 @@
#include <stdexcept>
#include <cassert>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/devtodo/devtodo.spec
============================================================================
$ cvs diff -u -r1.28 -r1.29 devtodo.spec
--- openpkg-src/devtodo/devtodo.spec 1 Jan 2006 13:13:02 -0000 1.28
+++ openpkg-src/devtodo/devtodo.spec 17 Jun 2006 20:24:14 -0000 1.29
@@ -33,7 +33,7 @@
Group: Text
License: GPL
Version: 0.1.19
-Release: 20051014
+Release: 20060617
# list of sources
Source0: http://swapoff.org/files/devtodo/devtodo-%{version}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]