auto-import changelog data from tcsh-6.13-3.src.rpm

Thu Aug 26 2004 Miloslav Trmac <mitr@redhat.com> - 6.13-3
- Check for SIGWINCH more often (from tcsh-6.13.01, #130941)
This commit is contained in:
cvsdist 2004-09-09 13:14:30 +00:00
parent 12db0dc6df
commit 3a8b1c0642

View File

@ -3,7 +3,7 @@
Summary: An enhanced version of csh, the C shell. Summary: An enhanced version of csh, the C shell.
Name: tcsh Name: tcsh
Version: 6.13 Version: 6.13
Release: 2 Release: 3
License: distributable License: distributable
Group: System Environment/Shells Group: System Environment/Shells
Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz
@ -19,6 +19,7 @@ Patch8: tcsh-6.13.00-iconv.patch
Patch9: tcsh-6.13.00-glob.patch Patch9: tcsh-6.13.00-glob.patch
Patch10: tcsh-6.13.00-x86_64.patch Patch10: tcsh-6.13.00-x86_64.patch
Patch11: tcsh-6.13.00-fcntl.patch Patch11: tcsh-6.13.00-fcntl.patch
Patch12: tcsh-6.13.00-winchg.patch
Provides: csh = %{version} Provides: csh = %{version}
Prereq: fileutils, grep Prereq: fileutils, grep
URL: http://www.tcsh.org/ URL: http://www.tcsh.org/
@ -48,6 +49,7 @@ like syntax.
%patch9 -p1 -b .glob %patch9 -p1 -b .glob
%patch10 -p1 -b .x86_64 %patch10 -p1 -b .x86_64
%patch11 -p1 -b .fcntl %patch11 -p1 -b .fcntl
%patch12 -p1 -b .winchg
nroff -me eight-bit.me > eight-bit.txt nroff -me eight-bit.me > eight-bit.txt
autoreconf autoreconf
@ -117,6 +119,9 @@ fi
%{_mandir}/*/* %{_mandir}/*/*
%changelog %changelog
* Thu Aug 26 2004 Miloslav Trmac <mitr@redhat.com> - 6.13-3
- Check for SIGWINCH more often (from tcsh-6.13.01, #130941)
* Wed Aug 18 2004 Miloslav Trmac <mitr@redhat.com> - 6.13-2 * Wed Aug 18 2004 Miloslav Trmac <mitr@redhat.com> - 6.13-2
- Make comparisons for ranges in bracket expressions symmetric (#59493) - Make comparisons for ranges in bracket expressions symmetric (#59493)
- Run perl2html with LC_ALL=C to workaround what seems to be a perl bug - Run perl2html with LC_ALL=C to workaround what seems to be a perl bug