Ver código fonte

upgrade to patchutils 0.2.11

Ralf S. Engelschall 24 anos atrás
pai
commit
e1892eea39
2 arquivos alterados com 2 adições e 26 exclusões
  1. 0 22
      patchutils/patchutils.patch
  2. 2 4
      patchutils/patchutils.spec

+ 0 - 22
patchutils/patchutils.patch

@@ -1,22 +0,0 @@
---- filterdiff.c.orig	Thu Jan 31 14:35:00 2002
-+++ filterdiff.c	Fri Feb  1 13:32:41 2002
-@@ -27,6 +27,9 @@
- #ifdef HAVE_ERROR_H
- # include <error.h>
- #endif /* HAVE_ERROR_H */
-+#ifdef HAVE_SYS_TYPES_H
-+# include <sys/types.h> // for ssize_t
-+#endif /* HAVE_SYS_TYPES_H */
- #include <fnmatch.h>
- #include <getopt.h>
- #include <locale.h>
-@@ -34,9 +37,6 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
--#ifdef HAVE_SYS_TYPES_H
--# include <sys/types.h> // for ssize_t
--#endif /* HAVE_SYS_TYPES_H */
- #include <time.h>
- 
- #include "util.h"

+ 2 - 4
patchutils/patchutils.spec

@@ -32,12 +32,11 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [REL]
 Group:        Converter
 License:      GPL
-Version:      0.2.10
-Release:      20020302
+Version:      0.2.11
+Release:      20020314
 
 #   list of sources
 Source0:      http://cyberelk.net/tim/data/patchutils/stable/patchutils-%{version}.tar.gz
-Patch0:       patchutils.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -71,7 +70,6 @@ AutoReqProv:  no
 
 %prep
     %setup -q 
-    %patch -p0
 
 %build
     CC="%{l_cc}" \