Kaynağa Gözat

upgrading package: multitail 3.1.6 -> 3.1.7

Ralf S. Engelschall 21 yıl önce
ebeveyn
işleme
25983617ec
2 değiştirilmiş dosya ile 27 ekleme ve 2 silme
  1. 23 0
      multitail/multitail.patch
  2. 4 2
      multitail/multitail.spec

+ 23 - 0
multitail/multitail.patch

@@ -0,0 +1,23 @@
+Index: my_pty.c
+--- my_pty.c.orig	2004-04-23 22:12:54.000000000 +0200
++++ my_pty.c	2004-04-24 08:30:11.000000000 +0200
+@@ -9,9 +9,9 @@
+ #include <errno.h>
+ #include <string.h>
+ #include <stdlib.h>
++#include <sys/types.h>
+ #include <regex.h>
+ 
+-#include <sys/types.h>
+ #include <sys/stat.h>
+ #include <unistd.h>
+ #include <fcntl.h>
+Index: scrollback.c
+--- scrollback.c.orig	2004-04-23 22:12:54.000000000 +0200
++++ scrollback.c	2004-04-24 08:30:28.000000000 +0200
+@@ -1,4 +1,5 @@
+ #include <ctype.h>
++#include <sys/types.h>
+ #include <regex.h>
+ #include <string.h>
+ #include <stdlib.h>

+ 4 - 2
multitail/multitail.spec

@@ -33,11 +33,12 @@ Distribution: OpenPKG
 Class:        EVAL
 Group:        Terminal
 License:      GPL
-Version:      3.1.6
-Release:      20040401
+Version:      3.1.7
+Release:      20040424
 
 #   list of sources
 Source0:      http://www.vanheusden.com/multitail/multitail-%{version}.tgz
+Patch0:       multitail.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -64,6 +65,7 @@ AutoReqProv:  no
 
 %prep
     %setup -q
+    %patch -p0
 
 %build
     libs="-lncurses -lm"