View | Details | Raw Unified | Return to bug 4031
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +19 lines)
Line  Link Here
0
-- coreutils.spec.orig 2003-06-03 20:47:23 +0700
0
++ coreutils.spec      2004-04-25 20:50:30 +0700
Lines 1-6 Link Here
1
Name: coreutils
1
Name: coreutils
2
Version: 5.0
2
Version: 5.0
3
Release: alt3
3
Release: alt3.imz2
4
4
5
Summary: The GNU versions of common management utilities
5
Summary: The GNU versions of common management utilities
6
License: GPL
6
License: GPL
Lines 34-39 Link Here
34
Patch13: coreutils-4.5.3-alt-dircolors.patch
34
Patch13: coreutils-4.5.3-alt-dircolors.patch
35
Patch14: coreutils-4.5.11-alt-without-hostname-su-uptime.patch
35
Patch14: coreutils-4.5.11-alt-without-hostname-su-uptime.patch
36
Patch15: coreutils-4.5.3-alt-ls_dir_vdir.patch
36
Patch15: coreutils-4.5.3-alt-ls_dir_vdir.patch
37
# From ftp://ftp.ilog.fr/pub/Users/haible/utf8/stty.diff (Bruno Haible)
38
# adds iutf8 option to stty to tell the kernel when VT works in UTF-8
39
# (understood by kernels:
40
# 2.4 + kernel-feat-drivers-console-unicode patches,
41
# or >= 2.6.5,
42
# use the corresponding kernel headers!):
43
Patch16: coreutils-5.0-stty-utf8-mode.diff
37
44
38
# patches from fileutils.
45
# patches from fileutils.
39
Patch101: coreutils-4.5.3-rh-df_spacedir.patch
46
Patch101: coreutils-4.5.3-rh-df_spacedir.patch
Lines 64-69 Link Here
64
71
65
BuildPreReq: texinfo >= 0:4.3
72
BuildPreReq: texinfo >= 0:4.3
66
73
74
# The patched headers should be used:
75
# do `adjust_kernel_headers 2.4.22-std-up'
76
BuildRequires(build): kernel-headers-std-up = 2.4.22-alt17.imz1
77
67
# Automatically added by buildreq on Tue Jun 03 2003
78
# Automatically added by buildreq on Tue Jun 03 2003
68
BuildRequires: glibc-devel-static help2man libtinfo-devel
79
BuildRequires: glibc-devel-static help2man libtinfo-devel
69
80
Lines 102-107 Link Here
102
%patch13 -p1
113
%patch13 -p1
103
%patch14 -p1
114
%patch14 -p1
104
%patch15 -p1
115
%patch15 -p1
116
%patch16 -p1
105
117
106
# patches from fileutils.
118
# patches from fileutils.
107
%patch101 -p1
119
%patch101 -p1
Lines 253-258 Link Here
253
%_bindir/rm.static
265
%_bindir/rm.static
254
266
255
%changelog
267
%changelog
268
* Wed Mar 17 2004 Ivan Zakharyaschev <imz@altlinux.ru> 5.0-alt3.imz2
269
- Add iutf8 option to stty: tell the kernel tty driver we are using UTF-8
270
  (understood by kernels with kernel-feat-drivers-console-unicode patches);
271
- info docs changed accordingly (man-page doesn't need a manual update; it is generated).
272
256
* Tue Jun 03 2003 Dmitry V. Levin <ldv@altlinux.org> 5.0-alt3
273
* Tue Jun 03 2003 Dmitry V. Levin <ldv@altlinux.org> 5.0-alt3
257
- Fixed file descriptor leakage in du (Jim Meyering).
274
- Fixed file descriptor leakage in du (Jim Meyering).
258
- Build statically linked version of the GNU rm program
275
- Build statically linked version of the GNU rm program

Return to bug 4031