- Avoid reusing iconv_catgets' static buffer (#145177, #145195)

This commit is contained in:
Miloslav Trmac 2005-01-15 17:03:09 +00:00
parent 0a5e8524bc
commit 28142d0475

View File

@ -3,7 +3,7 @@
Summary: An enhanced version of csh, the C shell.
Name: tcsh
Version: 6.13
Release: 9
Release: 10
License: distributable
Group: System Environment/Shells
Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz
@ -20,6 +20,7 @@ Patch9: tcsh-6.13.00-winchg.patch
Patch10: tcsh-6.13.00-codeset.patch
Patch11: tcsh-6.13.00-closem.patch
Patch12: tcsh-6.13.00-cstr.patch
Patch13: tcsh-6.13.00-cgets.patch
Provides: csh = %{version}
Prereq: fileutils, grep
URL: http://www.tcsh.org/
@ -49,6 +50,7 @@ like syntax.
%patch10 -p1 -b .codeset
%patch11 -p1 -b .closem
%patch12 -p1 -b .cstr
%patch13 -p1 -b .cgets
nroff -me eight-bit.me > eight-bit.txt
autoreconf
@ -118,6 +120,9 @@ fi
%{_mandir}/*/*
%changelog
* Sat Jan 15 2005 Miloslav Trmac <mitr@redhat.com> - 6.13-10
- Avoid reusing iconv_catgets' static buffer (#145177, #145195)
* Tue Sep 21 2004 Miloslav Trmac <mitr@redhat.com> - 6.13-9
- Fix invalid argument to xprintf () (#133129)