diff --git a/coreutils-i18n.patch b/coreutils-i18n.patch index 33e6488..8a7cc1b 100644 --- a/coreutils-i18n.patch +++ b/coreutils-i18n.patch @@ -3946,8 +3946,8 @@ - FATAL_ERROR (_("the delimiter must be a single character")); - delim = optarg[0]; - delim_specified = true; -+#if HAVE_MBRTOWC + { ++#if HAVE_MBRTOWC + if(MB_CUR_MAX > 1) + { + mbstate_t state; diff --git a/coreutils.spec b/coreutils.spec index 0d4d6e6..3bbefc4 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -1,7 +1,7 @@ Summary: The GNU core utilities: a set of tools commonly used in shell scripts Name: coreutils Version: 6.10 -Release: 18%{?dist} +Release: 19%{?dist} License: GPLv3+ Group: System Environment/Base Url: http://www.gnu.org/software/coreutils/ @@ -312,6 +312,9 @@ fi /sbin/runuser %changelog +* Mon Apr 14 2008 Ondrej Vasik - 6.10-19 +- fix possible build-failure typo in i18n patch(#442205) + * Mon Apr 7 2008 Ondrej Vasik - 6.10-18 - fix colorls.sh syntax with Zsh (#440652) - mention that cp -a includes -c option + mention cp -c