[packages/coreutils] remove tests and inotify patches (never applied in spec?)
atler
atler at pld-linux.org
Tue May 5 21:32:55 CEST 2020
commit 6ea4e47de54bf8f42184d77657c93f49a0c0fffe
Author: Jan Palus <atler at pld-linux.org>
Date: Tue May 5 21:09:29 2020 +0200
remove tests and inotify patches (never applied in spec?)
coreutils-tests.patch | 13 -------------
inotify.patch | 22 ----------------------
2 files changed, 35 deletions(-)
---
diff --git a/coreutils-tests.patch b/coreutils-tests.patch
deleted file mode 100644
index 3e70900..0000000
--- a/coreutils-tests.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -ruN coreutils-8.27.orig/tests/fmt/base.pl coreutils-8.27/tests/fmt/base.pl
---- coreutils-8.27.orig/tests/fmt/base.pl 2017-01-01 23:34:24.000000000 +0100
-+++ coreutils-8.27/tests/fmt/base.pl 2017-06-10 20:36:20.655861034 +0200
-@@ -23,9 +23,6 @@
-
- my @Tests =
- (
-- ['8-bit-pfx', qw (-p 'ç'),
-- {IN=> "ça\nçb\n"},
-- {OUT=>"ça b\n"}],
- ['wide-1', '-w 32768',
- {ERR => "fmt: invalid width: '32768'\n"}, {EXIT => 1},
- {ERR_SUBST => $normalize_strerror}],
diff --git a/inotify.patch b/inotify.patch
deleted file mode 100644
index 51bb49a..0000000
--- a/inotify.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- coreutils-8.10/m4/jm-macros.m4 2011-10-12 09:57:39.122777938 +0300
-+++ coreutils-8.10/m4/jm-macros.m4 2011-10-12 10:33:51.986782716 +0300
-@@ -67,9 +67,16 @@
- AC_CHECK_FUNCS_ONCE([nl_langinfo])
-
- # Used by tail.c.
-- AC_CHECK_FUNCS([inotify_init],
-- [AC_DEFINE([HAVE_INOTIFY], [1],
-- [Define to 1 if you have usable inotify support.])])
-+ AC_RUN_IFELSE(
-+ AC_LANG_PROGRAM([[#include <sys/inotify.h>]],
-+ [[return (-1 == inotify_init());]]
-+ ),
-+ [
-+ AC_MSG_RESULT([yes])
-+ AC_DEFINE([HAVE_INOTIFY], [1],
-+ [Define to 1 if you have usable inotify support.])
-+ ], [AC_MSG_RESULT([no])]
-+ )
-
- AC_CHECK_FUNCS_ONCE( \
- endgrent \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/coreutils.git/commitdiff/6ea4e47de54bf8f42184d77657c93f49a0c0fffe
More information about the pld-cvs-commit
mailing list