auto-import coreutils-4.5.3-19.1 from coreutils-4.5.3-19.1.src.rpm

This commit is contained in:
cvsdist 2004-09-09 03:57:04 +00:00
parent 8489a9846d
commit 13fee382e9
1 changed files with 5 additions and 8 deletions

View File

@ -1,7 +1,7 @@
Summary: The GNU core utilities: a set of tools commonly used in shell scripts
Name: coreutils
Version: 4.5.3
Release: 19.0.2
Release: 19.1
License: GPL
Group: System Environment/Base
Url: ftp://alpha.gnu.org/gnu/coreutils/
@ -81,8 +81,8 @@ Patch900: coreutils-4.5.3-test-bugs.patch
Patch901: coreutils-4.5.3-signal.patch
Patch902: coreutils-4.5.3-regex.patch
Patch903: coreutils-4.5.3-manpage.patch
Patch904: coreutils-lsw.patch
Patch904: /patches/coreutils-4.5.3-fold-initvar.patch
BuildRoot: %_tmppath/%{name}-root
BuildRequires: gettext libtermcap-devel pam-devel texinfo
@ -166,7 +166,7 @@ mv po/{lg,lug}.po
%patch901 -p1 -b .signal
%patch902 -p1 -b .regex
%patch903 -p1 -b .manpage
%patch904 -p1 -b .lsw
%patch904 -p1 -b .initvar
%build
%{expand:%%global optflags %{optflags} -D_GNU_SOURCE=1}
@ -295,11 +295,8 @@ fi
%_sbindir/chroot
%changelog
* Wed Oct 29 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-19.0.2
- Fixed xalloc function declarations.
* Wed Oct 22 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-19.0.1
- Apply Paul Eggart's patches for 'ls -w'.
* Fri Apr 11 2003 Matt Wilson <msw@redhat.com> 4.5.3-19.1
- fix segfault in fold (#88683)
* Tue Feb 18 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-19
- Ship readlink(1) (bug #84200).