diff --git a/coreutils-i18n.patch b/coreutils-i18n.patch index c9db004..ac12a68 100644 --- a/coreutils-i18n.patch +++ b/coreutils-i18n.patch @@ -3435,7 +3435,7 @@ + char *ptr = line->buf.buffer; + char const *lim = ptr + line->buf.length - 1; + wchar_t wc = 0; -+ size_t mblength; ++ size_t mblength = 1; + mbstate_t state, state_bak; + + memset (&state, 0, sizeof (mbstate_t)); @@ -3447,7 +3447,7 @@ + { + unsigned char t = tab[0]; + char *sep = ptr; -+ for (; ptr < lim; ptr = sep + 1) ++ for (; ptr < lim; ptr = sep + mblength) + { + sep = ptr; + while (sep < lim) diff --git a/coreutils.spec b/coreutils.spec index 89a2f58..be1be15 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: 22 +Release: 23 License: GPL Group: System Environment/Base Url: ftp://alpha.gnu.org/gnu/coreutils/ @@ -244,6 +244,10 @@ fi %_sbindir/chroot %changelog +* Fri Aug 20 2004 Tim Waugh 5.2.1-23 +- Fixed colorls.csh quoting (bug #102412). +- Fixed another join LSB test failure (bug #121153). + * Mon Aug 16 2004 Tim Waugh 5.2.1-22 - Fixed sort -t LSB test failure (bug #121154). - Fixed join LSB test failure (bug #121153).