]> git.pld-linux.org Git - packages/coreutils.git/commitdiff
remove tests and inotify patches (never applied in spec?)
authorJan Palus <atler@pld-linux.org>
Tue, 5 May 2020 19:09:29 +0000 (21:09 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 5 May 2020 19:09:29 +0000 (21:09 +0200)
coreutils-tests.patch [deleted file]
inotify.patch [deleted file]

diff --git a/coreutils-tests.patch b/coreutils-tests.patch
deleted file mode 100644 (file)
index 3e70900..0000000
+++ /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 (file)
index 51bb49a..0000000
+++ /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 \
This page took 0.049168 seconds and 4 git commands to generate.