Browse Source

upgrading package: diffstat 1.35 -> 1.36

Michael Schloh von Bennewitz 21 years ago
parent
commit
684af22702
2 changed files with 2 additions and 18 deletions
  1. 0 14
      diffstat/diffstat.patch
  2. 2 4
      diffstat/diffstat.spec

+ 0 - 14
diffstat/diffstat.patch

@@ -1,14 +0,0 @@
-Index: diffstat.c
---- diffstat.c.orig	2004-06-09 16:17:43 +0200
-+++ diffstat.c	2004-06-09 16:30:25 +0200
-@@ -118,8 +118,10 @@
- #ifdef HAVE_MALLOC_H
- #include <malloc.h>
- #else
-+#ifndef __FreeBSD__
- extern char *malloc();
- #endif
-+#endif
- 
- #ifdef HAVE_GETOPT_H
- #include <getopt.h>

+ 2 - 4
diffstat/diffstat.spec

@@ -33,12 +33,11 @@ Distribution: OpenPKG
 Class:        PLUS
 Group:        Converter
 License:      GPL
-Version:      1.35
-Release:      20041110
+Version:      1.36
+Release:      20041216
 
 #   list of sources
 Source0:      ftp://invisible-island.net/diffstat/diffstat-%{version}.tgz
-Patch0:       diffstat.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -62,7 +61,6 @@ AutoReqProv:  no
 
 %prep
     %setup -q
-    %patch -p0
 
 %build
     CC="%{l_cc}" \