Ralf S. Engelschall před 23 roky
rodič
revize
0f409b3edd
2 změnil soubory, kde provedl 21 přidání a 1 odebrání
  1. 18 0
      devtodo/devtodo.patch
  2. 3 1
      devtodo/devtodo.spec

+ 18 - 0
devtodo/devtodo.patch

@@ -0,0 +1,18 @@
+--- util/CommandArgs.cc.orig	Sun May 26 20:28:55 2002
++++ util/CommandArgs.cc	Thu Jun 12 20:09:06 2003
+@@ -1,4 +1,5 @@
+ #include "CommandArgs.h"
++#include <assert.h>
+ CommandArgs::CommandArgs() {
+ }
+ 
+--- util/Regex.h.orig	Sat Dec 21 16:10:43 2002
++++ util/Regex.h	Thu Jun 12 20:07:25 2003
+@@ -7,6 +7,7 @@
+ #include <utility>
+ #include <stdexcept>
+ #include <sys/types.h>
++#include <assert.h>
+ #include "c_regex.h"
+ 
+ #ifndef CRASH_REGEX_CACHE_THRESHOLD

+ 3 - 1
devtodo/devtodo.spec

@@ -33,11 +33,12 @@ Distribution: OpenPKG [PLUS]
 Group:        Text
 License:      GPL
 Version:      0.1.17
-Release:      20021227
+Release:      20030612
 
 #   list of sources
 Source0:      http://devtodo.sourceforge.net/?%{version}/devtodo-%{version}.tar.gz
 Source1:      todo.bashrc
+Patch0:       devtodo.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -53,6 +54,7 @@ AutoReqProv:  no
 
 %prep
     %setup -q
+    %patch -p0
 
 %build
     CC="%{l_cc}" \