Browse Source

upgrading package: dsh 0.25.0 -> 0.25.1

Michael Schloh von Bennewitz 22 years ago
parent
commit
a3835c096c
2 changed files with 15 additions and 2 deletions
  1. 11 0
      dsh/dsh.patch
  2. 4 2
      dsh/dsh.spec

+ 11 - 0
dsh/dsh.patch

@@ -0,0 +1,11 @@
+Index: dsh.c
+--- dsh.c.orig	Thu Jan 22 17:50:52 2004
++++ dsh.c	Thu Jan 22 17:51:00 2004
+@@ -32,6 +32,7 @@
+ #include <locale.h>
+ #include <assert.h>
+ #include <errno.h>
++#include <signal.h>
+ 
+ #include "dsh.h"
+ #include "linkedlist.h"

+ 4 - 2
dsh/dsh.spec

@@ -24,7 +24,7 @@
 ##
 
 #   package versions
-%define       V_dsh       0.25.0
+%define       V_dsh       0.25.1
 %define       V_dshconfig 0.20.10
 
 #   package information
@@ -37,12 +37,13 @@ Distribution: OpenPKG [PLUS]
 Group:        Shell
 License:      GPL
 Version:      %{V_dsh}
-Release:      20040106
+Release:      20040122
 
 #   list of sources
 Source0:      http://www.netfort.gr.jp/~dancer/software/downloads/dsh-%{V_dsh}.tar.gz
 Source1:      http://www.netfort.gr.jp/~dancer/software/downloads/libdshconfig-%{V_dshconfig}.tar.gz
 Source2:      dsh.conf
+Patch0:       dsh.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -59,6 +60,7 @@ AutoReqProv:  no
 %prep
     %setup0 -q
     %setup1 -q -T -D -a 1
+    %patch0 -p0
 
 %build
     #   build libdshconfig