--- coreutils.spec.orig 2003-06-03 20:47:23 +0700 +++ coreutils.spec 2004-04-25 20:50:30 +0700 @@ -1,6 +1,6 @@ Name: coreutils Version: 5.0 -Release: alt3 +Release: alt3.imz2 Summary: The GNU versions of common management utilities License: GPL @@ -34,6 +34,13 @@ Patch13: coreutils-4.5.3-alt-dircolors.patch Patch14: coreutils-4.5.11-alt-without-hostname-su-uptime.patch Patch15: coreutils-4.5.3-alt-ls_dir_vdir.patch +# From ftp://ftp.ilog.fr/pub/Users/haible/utf8/stty.diff (Bruno Haible) +# adds iutf8 option to stty to tell the kernel when VT works in UTF-8 +# (understood by kernels: +# 2.4 + kernel-feat-drivers-console-unicode patches, +# or >= 2.6.5, +# use the corresponding kernel headers!): +Patch16: coreutils-5.0-stty-utf8-mode.diff # patches from fileutils. Patch101: coreutils-4.5.3-rh-df_spacedir.patch @@ -64,6 +71,10 @@ BuildPreReq: texinfo >= 0:4.3 +# The patched headers should be used: +# do `adjust_kernel_headers 2.4.22-std-up' +BuildRequires(build): kernel-headers-std-up = 2.4.22-alt17.imz1 + # Automatically added by buildreq on Tue Jun 03 2003 BuildRequires: glibc-devel-static help2man libtinfo-devel @@ -102,6 +113,7 @@ %patch13 -p1 %patch14 -p1 %patch15 -p1 +%patch16 -p1 # patches from fileutils. %patch101 -p1 @@ -253,6 +265,11 @@ %_bindir/rm.static %changelog +* Wed Mar 17 2004 Ivan Zakharyaschev 5.0-alt3.imz2 +- Add iutf8 option to stty: tell the kernel tty driver we are using UTF-8 + (understood by kernels with kernel-feat-drivers-console-unicode patches); +- info docs changed accordingly (man-page doesn't need a manual update; it is generated). + * Tue Jun 03 2003 Dmitry V. Levin 5.0-alt3 - Fixed file descriptor leakage in du (Jim Meyering). - Build statically linked version of the GNU rm program