From 9c951dbfe32ee0ffd61948ca1c41a7c8d33112c8 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 04:02:56 +0000 Subject: auto-import changelog data from coreutils-5.2.1-18.src.rpm Tue Jul 13 2004 Tim Waugh 5.2.1-18 - Fixed field extraction in sort (bug #127694). Fri Jun 25 2004 Tim Waugh - Added 'TERM screen.linux' to DIR_COLORS (bug #78816). --- diff --git a/coreutils-i18n.patch b/coreutils-i18n.patch index 282b962..827cd84 100644 --- a/coreutils-i18n.patch +++ b/coreutils-i18n.patch @@ -1716,7 +1716,7 @@ + + memset (&state, '\0', sizeof(mbstate_t)); + -+ if (tab[0]) ++ if (tab[0] != TAB_DEFAULT) + while (ptr < lim && eword--) + { + while (ptr < lim && memcmp (ptr, tab, tab_length) != 0) @@ -1747,7 +1747,7 @@ + +# ifdef POSIX_UNSPECIFIED + /* Make LIM point to the end of (one byte past) the current field. */ -+ if (tab[0]) ++ if (tab[0] != TAB_DEFAULT) + { + char *newlim, *p; + diff --git a/coreutils.spec b/coreutils.spec index 8957c53..b408b20 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -4,7 +4,7 @@ Summary: The GNU core utilities: a set of tools commonly used in shell scripts Name: coreutils Version: 5.2.1 -Release: 17 +Release: 18 License: GPL Group: System Environment/Base Url: ftp://alpha.gnu.org/gnu/coreutils/ @@ -242,6 +242,12 @@ fi %_sbindir/chroot %changelog +* Tue Jul 13 2004 Tim Waugh 5.2.1-18 +- Fixed field extraction in sort (bug #127694). + +* Fri Jun 25 2004 Tim Waugh +- Added 'TERM screen.linux' to DIR_COLORS (bug #78816). + * Wed Jun 23 2004 Dan Walsh 5.2.1-17 - Move pam-xauth to after pam-selinux