浏览代码

upgrade to patchutils 0.2.8

master
父节点
当前提交
c3bdb91cc9
  1. 22
      patchutils/patchutils.patch
  2. 6
      patchutils/patchutils.spec

22
patchutils/patchutils.patch

@ -0,0 +1,22 @@
--- 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,11 +32,12 @@ Packager: The OpenPKG Project
Distribution: OpenPKG [REL]
Group: Converter
License: GPL
Version: 0.2.7
Release: 20011220
Version: 0.2.8
Release: 20020201
# list of sources
Source0: http://cyberelk.net/tim/data/patchutils/stable/patchutils-%{version}.tar.gz
Patch0: patchutils.patch
# build information
Prefix: %{l_prefix}
@ -70,6 +71,7 @@ AutoReqProv: no
%prep
%setup -q
%patch -p0
%build
CC="%{l_cc}" \

正在加载...
取消
保存