Hello community,

here is the log from the commit of package coreutils for openSUSE:Factory 
checked in at 2019-03-14 22:42:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/coreutils (Old)
 and      /work/SRC/openSUSE:Factory/.coreutils.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "coreutils"

Thu Mar 14 22:42:09 2019 rev:129 rq:683716 version:8.31

Changes:
--------
--- /work/SRC/openSUSE:Factory/coreutils/coreutils-testsuite.changes    
2018-07-07 21:53:06.583720756 +0200
+++ /work/SRC/openSUSE:Factory/.coreutils.new.28833/coreutils-testsuite.changes 
2019-03-14 22:42:11.698644140 +0100
@@ -1,0 +2,130 @@
+Mon Mar 11 07:13:38 UTC 2019 - Bernhard Voelker <m...@bernhard-voelker.de>
+
+- Update to 8.31:
+  * Noteworthy changes in release 8.31 (2019-03-10) [stable]
+
+  ** Bug fixes
+
+  'base64 a b' now correctly diagnoses 'b' as the extra operand, not 'a'.
+  [bug introduced in coreutils-5.3.0]
+
+  When B already exists, 'cp -il A B' no longer immediately fails
+  after asking the user whether to proceed.
+  [This bug was present in "the beginning".]
+
+  df no longer corrupts displayed multibyte characters on macOS.
+  [bug introduced with coreutils-8.18]
+
+  seq no longer outputs inconsistent decimal point characters
+  for the last number, when locales are misconfigured.
+  [bug introduced in coreutils-7.0]
+
+  shred, sort, and split no longer falsely report ftruncate errors
+  when outputting to less-common file types.  For example, the shell
+  command 'sort /dev/null -o /dev/stdout | cat' no longer fails with
+  an "error truncating" diagnostic.
+  [bug was introduced with coreutils-8.18 for sort and split, and
+   (for shared memory objects only) with fileutils-4.1 for shred]
+
+  sync no longer fails for write-only file arguments.
+  [bug introduced with argument support to sync in coreutils-8.24]
+
+  'tail -f file | filter' no longer exits immediately on AIX.
+  [bug introduced in coreutils-8.28]
+
+  'tail -f file | filter' no longer goes into an infinite loop
+  if filter exits and SIGPIPE is ignored.
+  [bug introduced in coreutils-8.28]
+
+  ** Changes in behavior
+
+  cksum, dd, hostid, hostname, link, logname, sleep, tsort, unlink,
+  uptime, users, whoami, yes: now always process --help and --version options,
+  regardless of any other arguments present before any optional '--'
+  end-of-options marker.
+
+  nohup now processes --help and --version as first options even if other
+  parameters follow.
+
+  'yes a -- b' now outputs 'a b' instead of including the end-of-options
+  marker as before: 'a -- b'.
+
+  echo now always processes backslash escapes when the POSIXLY_CORRECT
+  environment variable is set.
+
+  When possible 'ln A B' now merely links A to B and reports an error
+  if this fails, instead of statting A and B before linking.  This
+  uses fewer system calls and avoids some races.  The old statting
+  approach is still used in situations where hard links to directories
+  are allowed (e.g., NetBSD when superuser).
+
+  ls --group-directories-first will also group symlinks to directories.
+
+  'test -a FILE' is not supported anymore.  Long ago, there were concerns about
+  the high probability of humans confusing the -a primary with the -a binary
+  operator, so POSIX changed this to 'test -e FILE'.  Scripts using it were
+  already broken and non-portable; the -a unary operator was never documented.
+
+  wc now treats non breaking space characters as word delimiters
+  unless the POSIXLY_CORRECT environment variable is set.
+
+  ** New features
+
+  id now supports specifying multiple users.
+
+  'date' now supports the '+' conversion specification flag,
+  introduced in POSIX.1-2017.
+
+  printf, seq, sleep, tail, and timeout now accept floating point
+  numbers in either the current or the C locale.  For example, if the
+  current locale's decimal point is ',', 'sleep 0,1' and 'sleep 0.1'
+  now mean the same thing.  Previously, these commands accepted only
+  C-locale syntax with '.' as the decimal point.  The new behavior is
+  more compatible with other implementations in non-C locales.
+
+  test now supports the '-N FILE' unary operator (like e.g. bash) to check
+  whether FILE exists and has been modified since it was last read.
+
+  env now supports '--default-signal[=SIG]', '--ignore-signal[=SIG]', and
+  '--block-signal[=SIG], to setup signal handling before executing a program.
+
+  env now supports '--list-signal-handling' to indicate non-default
+  signal handling before executing a program.
+
+  ** New commands
+
+  basenc is added to complement existing base64,base32 commands,
+  and encodes and decodes printable text using various common encodings:
+  base64,base64url,base32,base32hex,base16,base2,z85.
+
+  ** Improvements
+
+  ls -l now better aligns abbreviated months containing digits,
+  which is common in Asian locales.
+
+  stat and tail now know about the "sdcardfs" file system on Android.
+  stat -f -c%T now reports the file system type, and tail -f uses inotify.
+
+  stat now prints file creation time when supported by the file system,
+  on GNU Linux systems with glibc >= 2.28 and kernel >= 4.11.
+
+- Refresh patches (line number changes only):
+  * coreutils-disable_tests.patch
+  * coreutils-i18n.patch
+  * coreutils-misc.patch
+  * coreutils-remove_hostname_documentation.patch
+  * coreutils-remove_kill_documentation.patch
+  * coreutils-skip-gnulib-test-tls.patch
+  * coreutils-tests-shorten-extreme-factor-tests.patch
+
+
+- coreutils.spec:
+  * Version: bump version.
+  * URL: Use https scheme.
+  * %description: Add 'basenc' tool.
+  * Change gitweb to cgit URL with https in a comment.
+
+- coreutils.keyring:
+  * Update for added section headers ('GPG keys of <MAINTAINER>').
+
+-------------------------------------------------------------------
coreutils.changes: same change

Old:
----
  coreutils-8.30.tar.xz
  coreutils-8.30.tar.xz.sig

New:
----
  coreutils-8.31.tar.xz
  coreutils-8.31.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ coreutils-testsuite.spec ++++++
--- /var/tmp/diff_new_pack.YC7TFr/_old  2019-03-14 22:42:12.802643757 +0100
+++ /var/tmp/diff_new_pack.YC7TFr/_new  2019-03-14 22:42:12.802643757 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package coreutils-testsuite
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,8 +20,8 @@
 Summary:        GNU Core Utilities
 License:        GPL-3.0-or-later
 Group:          System/Base
-Url:            http://www.gnu.org/software/coreutils/
-Version:        8.30
+Url:            https://www.gnu.org/software/coreutils/
+Version:        8.31
 Release:        0
 
 #################################################################
@@ -79,7 +79,7 @@
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
-#Git-Web:      http://git.savannah.gnu.org/gitweb/?p=coreutils.git
+#cgit-URL:     https://git.savannah.gnu.org/cgit/coreutils.git/
 #Git-Clone:    git://git.sv.gnu.org/coreutils
 %if "%{name}" == "coreutils"
 # For upgrading the upstream version, increase the version number (above),
@@ -140,9 +140,9 @@
 These are the GNU core utilities.  This package is the union of
 the GNU fileutils, sh-utils, and textutils packages.
 
-  [ arch b2sum base32 base64 basename cat chcon chgrp chmod chown chroot cksum
-  comm cp csplit cut date dd df dir dircolors dirname du echo env expand expr
-  factor false fmt fold groups head hostid id install join
+  [ arch b2sum base32 base64 basename basenc cat chcon chgrp chmod chown chroot
+  cksum comm cp csplit cut date dd df dir dircolors dirname du echo env expand
+  expr factor false fmt fold groups head hostid id install join
   link ln logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup
   nproc numfmt od paste pathchk pinky pr printenv printf ptx pwd readlink
   realpath rm rmdir runcon seq sha1sum sha224sum sha256sum sha384sum sha512sum

++++++ coreutils.spec ++++++
--- /var/tmp/diff_new_pack.YC7TFr/_old  2019-03-14 22:42:12.822643750 +0100
+++ /var/tmp/diff_new_pack.YC7TFr/_new  2019-03-14 22:42:12.822643750 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package coreutils
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,8 +20,8 @@
 Summary:        GNU Core Utilities
 License:        GPL-3.0-or-later
 Group:          System/Base
-Url:            http://www.gnu.org/software/coreutils/
-Version:        8.30
+Url:            https://www.gnu.org/software/coreutils/
+Version:        8.31
 Release:        0
 
 #################################################################
@@ -79,7 +79,7 @@
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
-#Git-Web:      http://git.savannah.gnu.org/gitweb/?p=coreutils.git
+#cgit-URL:     https://git.savannah.gnu.org/cgit/coreutils.git/
 #Git-Clone:    git://git.sv.gnu.org/coreutils
 %if "%{name}" == "coreutils"
 # For upgrading the upstream version, increase the version number (above),
@@ -140,9 +140,9 @@
 These are the GNU core utilities.  This package is the union of
 the GNU fileutils, sh-utils, and textutils packages.
 
-  [ arch b2sum base32 base64 basename cat chcon chgrp chmod chown chroot cksum
-  comm cp csplit cut date dd df dir dircolors dirname du echo env expand expr
-  factor false fmt fold groups head hostid id install join
+  [ arch b2sum base32 base64 basename basenc cat chcon chgrp chmod chown chroot
+  cksum comm cp csplit cut date dd df dir dircolors dirname du echo env expand
+  expr factor false fmt fold groups head hostid id install join
   link ln logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup
   nproc numfmt od paste pathchk pinky pr printenv printf ptx pwd readlink
   realpath rm rmdir runcon seq sha1sum sha224sum sha256sum sha384sum sha512sum

++++++ coreutils-8.30.tar.xz -> coreutils-8.31.tar.xz ++++++
++++ 313433 lines of diff (skipped)

++++++ coreutils-disable_tests.patch ++++++
--- /var/tmp/diff_new_pack.YC7TFr/_old  2019-03-14 22:42:15.186642930 +0100
+++ /var/tmp/diff_new_pack.YC7TFr/_new  2019-03-14 22:42:15.186642930 +0100
@@ -6,7 +6,7 @@
 ===================================================================
 --- gnulib-tests/gnulib.mk.orig
 +++ gnulib-tests/gnulib.mk
-@@ -931,10 +931,10 @@ EXTRA_DIST += test-getloadavg.c signatur
+@@ -939,10 +939,10 @@ EXTRA_DIST += test-getloadavg.c signatur
  
  ## begin gnulib module getlogin-tests
  

++++++ coreutils-i18n.patch ++++++
--- /var/tmp/diff_new_pack.YC7TFr/_old  2019-03-14 22:42:15.194642927 +0100
+++ /var/tmp/diff_new_pack.YC7TFr/_new  2019-03-14 22:42:15.198642926 +0100
@@ -40,7 +40,7 @@
 ===================================================================
 --- bootstrap.conf.orig
 +++ bootstrap.conf
-@@ -153,6 +153,7 @@ gnulib_modules="
+@@ -154,6 +154,7 @@ gnulib_modules="
    maintainer-makefile
    malloc-gnu
    manywarnings
@@ -52,7 +52,7 @@
 ===================================================================
 --- configure.ac.orig
 +++ configure.ac
-@@ -436,6 +436,8 @@ fi
+@@ -438,6 +438,8 @@ fi
  # I'm leaving it here for now.  This whole thing needs to be modernized...
  gl_WINSIZE_IN_PTEM
  
@@ -2929,7 +2929,7 @@
  #include "system.h"
  #include "argmatch.h"
  #include "die.h"
-@@ -169,14 +177,39 @@ static int decimal_point;
+@@ -161,14 +169,39 @@ static int decimal_point;
  /* Thousands separator; if -1, then there isn't one.  */
  static int thousands_sep;
  
@@ -2970,7 +2970,7 @@
  /* The kind of blanks for '-b' to skip in various options. */
  enum blanktype { bl_start, bl_end, bl_both };
  
-@@ -350,13 +383,11 @@ static bool reverse;
+@@ -342,13 +375,11 @@ static bool reverse;
     they were read if all keys compare equal.  */
  static bool stable;
  
@@ -2987,7 +2987,7 @@
  
  /* Flag to remove consecutive duplicate lines from the output.
     Only the last of a sequence of equal lines will be output. */
-@@ -814,6 +845,46 @@ reap_all (void)
+@@ -806,6 +837,46 @@ reap_all (void)
      reap (-1);
  }
  
@@ -3034,7 +3034,7 @@
  /* Clean up any remaining temporary files.  */
  
  static void
-@@ -1264,7 +1335,7 @@ zaptemp (char const *name)
+@@ -1274,7 +1345,7 @@ zaptemp (char const *name)
    free (node);
  }
  
@@ -3043,7 +3043,7 @@
  
  static int
  struct_month_cmp (void const *m1, void const *m2)
-@@ -1279,7 +1350,7 @@ struct_month_cmp (void const *m1, void c
+@@ -1289,7 +1360,7 @@ struct_month_cmp (void const *m1, void c
  /* Initialize the character class tables. */
  
  static void
@@ -3052,7 +3052,7 @@
  {
    size_t i;
  
-@@ -1291,7 +1362,7 @@ inittables (void)
+@@ -1301,7 +1372,7 @@ inittables (void)
        fold_toupper[i] = toupper (i);
      }
  
@@ -3061,7 +3061,7 @@
    /* If we're not in the "C" locale, read different names for months.  */
    if (hard_LC_TIME)
      {
-@@ -1373,6 +1444,84 @@ specify_nmerge (int oi, char c, char con
+@@ -1383,6 +1454,84 @@ specify_nmerge (int oi, char c, char con
      xstrtol_fatal (e, oi, c, long_options, s);
  }
  
@@ -3146,7 +3146,7 @@
  /* Specify the amount of main memory to use when sorting.  */
  static void
  specify_sort_size (int oi, char c, char const *s)
-@@ -1604,7 +1753,7 @@ buffer_linelim (struct buffer const *buf
+@@ -1614,7 +1763,7 @@ buffer_linelim (struct buffer const *buf
     by KEY in LINE. */
  
  static char *
@@ -3155,7 +3155,7 @@
  {
    char *ptr = line->text, *lim = ptr + line->length - 1;
    size_t sword = key->sword;
-@@ -1613,10 +1762,10 @@ begfield (struct line const *line, struc
+@@ -1623,10 +1772,10 @@ begfield (struct line const *line, struc
    /* The leading field separator itself is included in a field when -t
       is absent.  */
  
@@ -3168,7 +3168,7 @@
            ++ptr;
          if (ptr < lim)
            ++ptr;
-@@ -1642,11 +1791,70 @@ begfield (struct line const *line, struc
+@@ -1652,11 +1801,70 @@ begfield (struct line const *line, struc
    return ptr;
  }
  
@@ -3240,7 +3240,7 @@
  {
    char *ptr = line->text, *lim = ptr + line->length - 1;
    size_t eword = key->eword, echar = key->echar;
-@@ -1661,10 +1869,10 @@ limfield (struct line const *line, struc
+@@ -1671,10 +1879,10 @@ limfield (struct line const *line, struc
       'beginning' is the first character following the delimiting TAB.
       Otherwise, leave PTR pointing at the first 'blank' character after
       the preceding field.  */
@@ -3253,7 +3253,7 @@
            ++ptr;
          if (ptr < lim && (eword || echar))
            ++ptr;
-@@ -1710,10 +1918,10 @@ limfield (struct line const *line, struc
+@@ -1720,10 +1928,10 @@ limfield (struct line const *line, struc
       */
  
    /* Make LIM point to the end of (one byte past) the current field.  */
@@ -3266,7 +3266,7 @@
        if (newlim)
          lim = newlim;
      }
-@@ -1744,6 +1952,130 @@ limfield (struct line const *line, struc
+@@ -1754,6 +1962,130 @@ limfield (struct line const *line, struc
    return ptr;
  }
  
@@ -3397,7 +3397,7 @@
  /* Fill BUF reading from FP, moving buf->left bytes from the end
     of buf->buf to the beginning first.  If EOF is reached and the
     file wasn't terminated by a newline, supply one.  Set up BUF's line
-@@ -1830,8 +2162,22 @@ fillbuf (struct buffer *buf, FILE *fp, c
+@@ -1840,8 +2172,22 @@ fillbuf (struct buffer *buf, FILE *fp, c
                    else
                      {
                        if (key->skipsblanks)
@@ -3422,7 +3422,7 @@
                        line->keybeg = line_start;
                      }
                  }
-@@ -1965,12 +2311,10 @@ find_unit_order (char const *number)
+@@ -1975,12 +2321,10 @@ find_unit_order (char const *number)
         <none/unknown> < K/k < M < G < T < P < E < Z < Y  */
  
  static int
@@ -3438,7 +3438,7 @@
  
    int diff = find_unit_order (a) - find_unit_order (b);
    return (diff ? diff : strnumcmp (a, b, decimal_point, thousands_sep));
-@@ -1981,7 +2325,7 @@ human_numcompare (char const *a, char co
+@@ -1991,7 +2335,7 @@ human_numcompare (char const *a, char co
     hideously fast. */
  
  static int
@@ -3447,7 +3447,7 @@
  {
    while (blanks[to_uchar (*a)])
      a++;
-@@ -1991,6 +2335,25 @@ numcompare (char const *a, char const *b
+@@ -2001,6 +2345,25 @@ numcompare (char const *a, char const *b
    return strnumcmp (a, b, decimal_point, thousands_sep);
  }
  
@@ -3472,8 +3472,8 @@
 +
  /* Work around a problem whereby the long double value returned by glibc's
     strtold ("NaN", ...) contains uninitialized bits: clear all bytes of
-    A and B before calling strtold.  FIXME: remove this function once
-@@ -2041,7 +2404,7 @@ general_numcompare (char const *sa, char
+    A and B before calling strtold.  FIXME: remove this function if
+@@ -2051,7 +2414,7 @@ general_numcompare (char const *sa, char
     Return 0 if the name in S is not recognized.  */
  
  static int
@@ -3482,7 +3482,7 @@
  {
    size_t lo = 0;
    size_t hi = MONTHS_PER_YEAR;
-@@ -2317,15 +2680,14 @@ debug_key (struct line const *line, stru
+@@ -2327,15 +2690,14 @@ debug_key (struct line const *line, stru
            char saved = *lim;
            *lim = '\0';
  
@@ -3500,7 +3500,7 @@
            else if (key->general_numeric)
              ignore_value (strtold (beg, &tighter_lim));
            else if (key->numeric || key->human_numeric)
-@@ -2459,7 +2821,7 @@ key_warnings (struct keyfield const *gke
+@@ -2469,7 +2831,7 @@ key_warnings (struct keyfield const *gke
        /* Warn about significant leading blanks.  */
        bool implicit_skip = key_numeric (key) || key->month;
        bool line_offset = key->eword == 0 && key->echar != 0; /* -k1.x,1.y  */
@@ -3509,7 +3509,7 @@
            && ((!key->skipsblanks && !implicit_skip)
                || (!key->skipsblanks && key->schar)
                || (!key->skipeblanks && key->echar)))
-@@ -2517,11 +2879,87 @@ key_warnings (struct keyfield const *gke
+@@ -2527,11 +2889,87 @@ key_warnings (struct keyfield const *gke
      error (0, 0, _("option '-r' only applies to last-resort comparison"));
  }
  
@@ -3598,7 +3598,7 @@
  {
    struct keyfield *key = keylist;
  
-@@ -2606,7 +3044,7 @@ keycompare (struct line const *a, struct
+@@ -2616,7 +3054,7 @@ keycompare (struct line const *a, struct
            else if (key->human_numeric)
              diff = human_numcompare (ta, tb);
            else if (key->month)
@@ -3607,7 +3607,7 @@
            else if (key->random)
              diff = compare_random (ta, tlena, tb, tlenb);
            else if (key->version)
-@@ -2722,6 +3160,211 @@ keycompare (struct line const *a, struct
+@@ -2732,6 +3170,211 @@ keycompare (struct line const *a, struct
    return key->reverse ? -diff : diff;
  }
  
@@ -3819,7 +3819,7 @@
  /* Compare two lines A and B, returning negative, zero, or positive
     depending on whether A compares less than, equal to, or greater than B. */
  
-@@ -2749,7 +3392,7 @@ compare (struct line const *a, struct li
+@@ -2759,7 +3402,7 @@ compare (struct line const *a, struct li
      diff = - NONZERO (blen);
    else if (blen == 0)
      diff = 1;
@@ -3828,7 +3828,7 @@
      {
        /* xmemcoll0 is a performance enhancement as
           it will not unconditionally write '\0' after the
-@@ -4144,6 +4787,7 @@ set_ordering (char const *s, struct keyf
+@@ -4149,6 +4792,7 @@ set_ordering (char const *s, struct keyf
            break;
          case 'f':
            key->translate = fold_toupper;
@@ -3836,7 +3836,7 @@
            break;
          case 'g':
            key->general_numeric = true;
-@@ -4223,7 +4867,7 @@ main (int argc, char **argv)
+@@ -4228,7 +4872,7 @@ main (int argc, char **argv)
    initialize_exit_failure (SORT_FAILURE);
  
    hard_LC_COLLATE = hard_locale (LC_COLLATE);
@@ -3845,7 +3845,7 @@
    hard_LC_TIME = hard_locale (LC_TIME);
  #endif
  
-@@ -4244,6 +4888,29 @@ main (int argc, char **argv)
+@@ -4249,6 +4893,29 @@ main (int argc, char **argv)
        thousands_sep = -1;
    }
  
@@ -3875,7 +3875,7 @@
    have_read_stdin = false;
    inittables ();
  
-@@ -4518,13 +5185,34 @@ main (int argc, char **argv)
+@@ -4523,13 +5190,34 @@ main (int argc, char **argv)
  
          case 't':
            {
@@ -3914,7 +3914,7 @@
                  else
                    {
                      /* Provoke with 'sort -txx'.  Complain about
-@@ -4535,9 +5223,11 @@ main (int argc, char **argv)
+@@ -4540,9 +5228,11 @@ main (int argc, char **argv)
                           quote (optarg));
                    }
                }
@@ -3928,7 +3928,7 @@
            }
            break;
  
-@@ -4765,12 +5455,10 @@ main (int argc, char **argv)
+@@ -4771,12 +5461,10 @@ main (int argc, char **argv)
        sort (files, nfiles, outfile, nthreads);
      }
  
@@ -4762,7 +4762,7 @@
 ===================================================================
 --- tests/local.mk.orig
 +++ tests/local.mk
-@@ -362,6 +362,8 @@ all_tests =                                        \
+@@ -368,6 +368,8 @@ all_tests =                                        \
    tests/misc/sort-discrim.sh                  \
    tests/misc/sort-files0-from.pl              \
    tests/misc/sort-float.sh                    \
@@ -4771,7 +4771,7 @@
    tests/misc/sort-h-thousands-sep.sh          \
    tests/misc/sort-merge.pl                    \
    tests/misc/sort-merge-fdlimit.sh            \
-@@ -557,6 +559,7 @@ all_tests =                                        \
+@@ -564,6 +566,7 @@ all_tests =                                        \
    tests/du/threshold.sh                               \
    tests/du/trailing-slash.sh                  \
    tests/du/two-args.sh                                \
@@ -4779,7 +4779,7 @@
    tests/id/gnu-zero-uids.sh                   \
    tests/id/no-context.sh                      \
    tests/id/context.sh                         \
-@@ -701,6 +704,7 @@ all_tests =                                        \
+@@ -709,6 +712,7 @@ all_tests =                                        \
    tests/touch/read-only.sh                    \
    tests/touch/relative.sh                     \
    tests/touch/trailing-slash.sh                       \
@@ -4947,7 +4947,7 @@
  my $delim = chr 0247;
  sub t_subst ($)
  {
-@@ -329,8 +338,49 @@ foreach my $t (@tv)
+@@ -333,8 +342,49 @@ foreach my $t (@tv)
      push @Tests, $new_ent;
    }
  

++++++ coreutils-misc.patch ++++++
--- /var/tmp/diff_new_pack.YC7TFr/_old  2019-03-14 22:42:15.210642922 +0100
+++ /var/tmp/diff_new_pack.YC7TFr/_new  2019-03-14 22:42:15.210642922 +0100
@@ -37,7 +37,7 @@
 ===================================================================
 --- tests/misc/help-version.sh.orig
 +++ tests/misc/help-version.sh
-@@ -238,6 +238,7 @@ parted_setup () { args="-s $tmp_in mklab
+@@ -239,6 +239,7 @@ parted_setup () { args="-s $tmp_in mklab
  for i in $built_programs; do
    # Skip these.
    case $i in chroot|stty|tty|false|chcon|runcon|coreutils) continue;; esac

++++++ coreutils-remove_hostname_documentation.patch ++++++
--- /var/tmp/diff_new_pack.YC7TFr/_old  2019-03-14 22:42:15.218642919 +0100
+++ /var/tmp/diff_new_pack.YC7TFr/_new  2019-03-14 22:42:15.218642919 +0100
@@ -6,7 +6,7 @@
 ===================================================================
 --- doc/coreutils.texi.orig
 +++ doc/coreutils.texi
-@@ -70,7 +70,6 @@
+@@ -71,7 +71,6 @@
  * groups: (coreutils)groups invocation.         Print group names a user is 
in.
  * head: (coreutils)head invocation.             Output the first part of 
files.
  * hostid: (coreutils)hostid invocation.         Print numeric host identifier.
@@ -14,7 +14,7 @@
  * id: (coreutils)id invocation.                 Print user identity.
  * install: (coreutils)install invocation.       Copy files and set attributes.
  * join: (coreutils)join invocation.             Join lines on a common field.
-@@ -202,7 +201,7 @@ Free Documentation License''.
+@@ -203,7 +202,7 @@ Free Documentation License''.
  * File name manipulation::       dirname basename pathchk mktemp realpath
  * Working context::              pwd stty printenv tty
  * User information::             id logname whoami groups users who
@@ -23,7 +23,7 @@
  * SELinux context::              chcon runcon
  * Modified command invocation::  chroot env nice nohup stdbuf timeout
  * Process control::              kill
-@@ -424,7 +423,6 @@ System context
+@@ -426,7 +425,6 @@ System context
  * date invocation::              Print or set system date and time
  * nproc invocation::             Print the number of processors
  * uname invocation::             Print system information
@@ -31,7 +31,7 @@
  * hostid invocation::            Print numeric host identifier
  * uptime invocation::            Print system uptime and load
  
-@@ -15558,7 +15556,6 @@ information.
+@@ -15726,7 +15724,6 @@ information.
  * arch invocation::             Print machine hardware name.
  * nproc invocation::            Print the number of processors.
  * uname invocation::            Print system information.
@@ -39,7 +39,7 @@
  * hostid invocation::           Print numeric host identifier.
  * uptime invocation::           Print system uptime and load.
  @end menu
-@@ -16402,15 +16399,6 @@ Note this is non-portable (even across G
+@@ -16588,15 +16585,6 @@ Note this is non-portable (even across G
  Print the machine hardware name (sometimes called the hardware class
  or hardware type).
  
@@ -55,7 +55,7 @@
  @item -p
  @itemx --processor
  @opindex -p
-@@ -16464,34 +16452,6 @@ Print the kernel version.
+@@ -16650,34 +16638,6 @@ Print the kernel version.
  
  @exitstatus
  

++++++ coreutils-remove_kill_documentation.patch ++++++
--- /var/tmp/diff_new_pack.YC7TFr/_old  2019-03-14 22:42:15.222642918 +0100
+++ /var/tmp/diff_new_pack.YC7TFr/_new  2019-03-14 22:42:15.226642916 +0100
@@ -6,7 +6,7 @@
 ===================================================================
 --- doc/coreutils.texi.orig
 +++ doc/coreutils.texi
-@@ -73,7 +73,6 @@
+@@ -74,7 +74,6 @@
  * id: (coreutils)id invocation.                 Print user identity.
  * install: (coreutils)install invocation.       Copy files and set attributes.
  * join: (coreutils)join invocation.             Join lines on a common field.
@@ -14,7 +14,7 @@
  * link: (coreutils)link invocation.             Make hard links between files.
  * ln: (coreutils)ln invocation.                 Make links between files.
  * logname: (coreutils)logname invocation.       Print current login name.
-@@ -204,7 +203,6 @@ Free Documentation License''.
+@@ -205,7 +204,6 @@ Free Documentation License''.
  * System context::               date arch nproc uname hostid uptime
  * SELinux context::              chcon runcon
  * Modified command invocation::  chroot env nice nohup stdbuf timeout
@@ -22,7 +22,7 @@
  * Delaying::                     sleep
  * Numeric operations::           factor numfmt seq
  * File permissions::             Access modes
-@@ -451,10 +449,6 @@ Modified command invocation
+@@ -453,10 +451,6 @@ Modified command invocation
  * stdbuf invocation::            Run a command with modified I/O buffering
  * timeout invocation::           Run a command with a time limit
  
@@ -33,7 +33,7 @@
  Delaying
  
  * sleep invocation::             Delay for a specified time
-@@ -17806,90 +17800,6 @@ the exit status of @var{command} otherwi
+@@ -18054,90 +18048,6 @@ the exit status of @var{command} otherwi
  @end display
  
  

++++++ coreutils-skip-gnulib-test-tls.patch ++++++
--- /var/tmp/diff_new_pack.YC7TFr/_old  2019-03-14 22:42:15.230642915 +0100
+++ /var/tmp/diff_new_pack.YC7TFr/_new  2019-03-14 22:42:15.230642915 +0100
@@ -21,7 +21,7 @@
 ===================================================================
 --- gnulib-tests/gnulib.mk.orig
 +++ gnulib-tests/gnulib.mk
-@@ -2314,9 +2314,10 @@ EXTRA_DIST += test-timespec.c macros.h
+@@ -2360,9 +2360,10 @@ EXTRA_DIST += test-timespec.c macros.h
  
  ## begin gnulib module tls-tests
  

++++++ coreutils-tests-shorten-extreme-factor-tests.patch ++++++
--- /var/tmp/diff_new_pack.YC7TFr/_old  2019-03-14 22:42:15.246642909 +0100
+++ /var/tmp/diff_new_pack.YC7TFr/_new  2019-03-14 22:42:15.246642909 +0100
@@ -16,7 +16,7 @@
 ===================================================================
 --- tests/local.mk.orig
 +++ tests/local.mk
-@@ -710,14 +710,9 @@ all_tests =                                       \
+@@ -718,14 +718,9 @@ all_tests =                                       \
  # See tests/factor/create-test.sh.
  tf = tests/factor
  factor_tests = \

++++++ coreutils.keyring ++++++
--- /var/tmp/diff_new_pack.YC7TFr/_old  2019-03-14 22:42:15.270642901 +0100
+++ /var/tmp/diff_new_pack.YC7TFr/_new  2019-03-14 22:42:15.270642901 +0100
@@ -1,3 +1,4 @@
+GPG keys of Jim Meyering <meyering>
 -----BEGIN PGP PUBLIC KEY BLOCK-----
 Version: GnuPG v2.0.16 (GNU/Linux)
 
@@ -369,6 +370,7 @@
 L7lK987RIZayL0odb+oCJv+R9I5fu9Tt
 =+qse
 -----END PGP PUBLIC KEY BLOCK-----
+GPG keys of Bob Proulx <rwp>
 -----BEGIN PGP PUBLIC KEY BLOCK-----
 Version: GnuPG v1
 
@@ -422,6 +424,7 @@
 =eykL
 -----END PGP PUBLIC KEY BLOCK-----
 
+GPG keys of Paul Eggert <eggert>
 -----BEGIN PGP PUBLIC KEY BLOCK-----
 Version: GnuPG v1.4.10 (GNU/Linux)
 
@@ -475,6 +478,7 @@
 =AL6o
 -----END PGP PUBLIC KEY BLOCK-----
 
+GPG keys of Eric Blake <ericb>
 -----BEGIN PGP PUBLIC KEY BLOCK-----
 Version: GnuPG v1.4.10 (GNU/Linux)
 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg
@@ -730,6 +734,7 @@
 =FC1k
 -----END PGP PUBLIC KEY BLOCK-----
 
+GPG keys of Pádraig Brady <pixelbeat>
 -----BEGIN PGP PUBLIC KEY BLOCK-----
 Version: GnuPG v1.4.11 (GNU/Linux)
 
@@ -807,6 +812,7 @@
 Nwmjme97uBlV6LYXnlGm1B0=
 =BG/W
 -----END PGP PUBLIC KEY BLOCK-----
+GPG keys of Bernhard Voelker <berny>
 -----BEGIN PGP PUBLIC KEY BLOCK-----
 Version: GnuPG v2
 
@@ -838,6 +844,7 @@
 =d/K6
 -----END PGP PUBLIC KEY BLOCK-----
 
+GPG keys of Assaf Gordon <agn>
 -----BEGIN PGP PUBLIC KEY BLOCK-----
 Version: GnuPG v1
 


Reply via email to