- Fix invalid argument to xprintf () (#133129)

This commit is contained in:
Miloslav Trmac 2004-09-21 21:18:58 +00:00
parent a7440c494e
commit 13ebb2e870

View File

@ -19,6 +19,7 @@ Patch8: tcsh-6.13.00-fcntl.patch
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
Provides: csh = %{version}
Prereq: fileutils, grep
URL: http://www.tcsh.org/
@ -47,6 +48,7 @@ like syntax.
%patch9 -p1 -b .winchg
%patch10 -p1 -b .codeset
%patch11 -p1 -b .closem
%patch12 -p1 -b .cstr
nroff -me eight-bit.me > eight-bit.txt
autoreconf
@ -116,6 +118,9 @@ fi
%{_mandir}/*/*
%changelog
* Tue Sep 21 2004 Miloslav Trmac <mitr@redhat.com> - 6.13-8
- Fix invalid argument to xprintf () (#133129)
* Wed Sep 15 2004 Miloslav Trmac <mitr@redhat.com> - 6.13-8
- Fix $HOSTTYPE and $MACHTYPE for ppc64 and s390x, this time for sure