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