Browse Source

upgrade to patchutils 0.2.11

master
parent
commit
e1892eea39
  1. 22
      patchutils/patchutils.patch
  2. 6
      patchutils/patchutils.spec

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"

6
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}" \

Loading…
Cancel
Save