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: 07-Sep-2007 10:27:22
Branch: HEAD Handle: 2007090709272200
Modified files:
openpkg-src/devtodo devtodo.patch devtodo.spec
Log:
upgrading package: devtodo 0.1.19 -> 0.1.20
Summary:
Revision Changes Path
1.7 +15 -27 openpkg-src/devtodo/devtodo.patch
1.33 +3 -2 openpkg-src/devtodo/devtodo.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/devtodo/devtodo.patch
============================================================================
$ cvs diff -u -r1.6 -r1.7 devtodo.patch
--- openpkg-src/devtodo/devtodo.patch 17 Jun 2006 20:24:14 -0000 1.6
+++ openpkg-src/devtodo/devtodo.patch 7 Sep 2007 08:27:22 -0000 1.7
@@ -1,29 +1,17 @@
Index: src/Todo.h
---- src/Todo.h.orig 2004-09-03 11:35:13 +0200
-+++ src/Todo.h 2006-06-17 22:21:52 +0200
-@@ -14,6 +14,7 @@
- 01/02/01 Initial creation
- */
+--- src/Todo.h.orig 2006-05-09 13:39:01 +0200
++++ src/Todo.h 2007-09-07 10:22:24 +0200
+@@ -16,6 +16,7 @@
+
+ class TodoDB;
+class TodoDB;
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 2006-06-17 22:21:52 +0200
+--- src/todoterm.cc.orig 2007-06-28 15:04:36 +0200
++++ src/todoterm.cc 2007-09-07 10:22:24 +0200
@@ -15,13 +15,13 @@
int getWidth() {
@@ -42,8 +30,8 @@
throw runtime_error("could not access termcap
database");
if (result == 0)
Index: util/CommandArgs.cc
---- util/CommandArgs.cc.orig 2004-09-03 11:35:16 +0200
-+++ util/CommandArgs.cc 2006-06-17 22:21:52 +0200
+--- util/CommandArgs.cc.orig 2006-05-09 13:38:33 +0200
++++ util/CommandArgs.cc 2007-09-07 10:22:24 +0200
@@ -1,4 +1,5 @@
#include "CommandArgs.h"
+#include <assert.h>
@@ -51,13 +39,13 @@
}
Index: util/Regex.h
---- util/Regex.h.orig 2004-09-03 11:35:18 +0200
-+++ util/Regex.h 2006-06-17 22:21:52 +0200
-@@ -9,6 +9,7 @@
+--- util/Regex.h.orig 2007-06-28 14:24:00 +0200
++++ util/Regex.h 2007-09-07 10:23:30 +0200
+@@ -8,6 +8,7 @@
+ #include <utility>
#include <stdexcept>
#include <cassert>
- #include <sys/types.h>
+#include <assert.h>
- #include "c_regex.h"
+ #include <sys/types.h>
+ #include <regex.h>
- #ifndef CRASH_REGEX_CACHE_THRESHOLD
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/devtodo/devtodo.spec
============================================================================
$ cvs diff -u -r1.32 -r1.33 devtodo.spec
--- openpkg-src/devtodo/devtodo.spec 1 Jan 2007 17:37:24 -0000 1.32
+++ openpkg-src/devtodo/devtodo.spec 7 Sep 2007 08:27:22 -0000 1.33
@@ -32,8 +32,8 @@
Class: PLUS
Group: Terminal
License: GPL
-Version: 0.1.19
-Release: 20061112
+Version: 0.1.20
+Release: 20070907
# list of sources
Source0: http://swapoff.org/files/devtodo/devtodo-%{version}.tar.gz
@@ -73,6 +73,7 @@
LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
+ --mandir=%{l_prefix}/man \
--sysconfdir=%{l_prefix}/etc/devtodo
%{l_make} %{l_mflags -O}
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]