- Define $HOSTTYPE and $MACHTYPE also on IA-64 and s390x (#115531)

- Don't close sockets to avoid file descriptor conflits with nss_ldap
    (#112453)
This commit is contained in:
Miloslav Trmac 2004-09-15 01:21:05 +00:00
parent ba2aeba4bb
commit 28e299e8f7

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: 5 Release: 6
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
@ -14,10 +14,11 @@ Patch3: tcsh-6.12.00-setpgrp.patch
Patch4: tcsh-6.13.00-charset.patch Patch4: tcsh-6.13.00-charset.patch
Patch5: tcsh-6.13.00-iconv.patch Patch5: tcsh-6.13.00-iconv.patch
Patch6: tcsh-6.13.00-glob.patch Patch6: tcsh-6.13.00-glob.patch
Patch7: tcsh-6.13.00-x86_64.patch Patch7: tcsh-6.13.00-arch.patch
Patch8: tcsh-6.13.00-fcntl.patch Patch8: tcsh-6.13.00-fcntl.patch
Patch9: tcsh-6.13.00-winchg.patch Patch9: tcsh-6.13.00-winchg.patch
Patch10: tcsh-6.13.00-codeset.patch Patch10: tcsh-6.13.00-codeset.patch
Patch11: tcsh-6.13.00-closem.patch
Provides: csh = %{version} Provides: csh = %{version}
Prereq: fileutils, grep Prereq: fileutils, grep
URL: http://www.tcsh.org/ URL: http://www.tcsh.org/
@ -41,10 +42,11 @@ like syntax.
%patch4 -p1 -b .charset %patch4 -p1 -b .charset
%patch5 -p1 -b .iconv %patch5 -p1 -b .iconv
%patch6 -p1 -b .glob %patch6 -p1 -b .glob
%patch7 -p1 -b .x86_64 %patch7 -p1 -b .arch
%patch8 -p1 -b .fcntl %patch8 -p1 -b .fcntl
%patch9 -p1 -b .winchg %patch9 -p1 -b .winchg
%patch10 -p1 -b .codeset %patch10 -p1 -b .codeset
%patch11 -p1 -b .closem
nroff -me eight-bit.me > eight-bit.txt nroff -me eight-bit.me > eight-bit.txt
autoreconf autoreconf
@ -114,6 +116,10 @@ fi
%{_mandir}/*/* %{_mandir}/*/*
%changelog %changelog
* Wed Sep 15 2004 Miloslav Trmac <mitr@redhat.com> - 6.13-6
- Define $HOSTTYPE and $MACHTYPE also on IA-64 and s390x (#115531)
- Don't close sockets to avoid file descriptor conflits with nss_ldap (#112453)
* Tue Sep 14 2004 Miloslav Trmac <mitr@redhat.com> - 6.13-5 * Tue Sep 14 2004 Miloslav Trmac <mitr@redhat.com> - 6.13-5
- Fix HTML documentation generation, second attempt (#60664) - Fix HTML documentation generation, second attempt (#60664)
- Set dspmbyte using nl_langinfo(CODESET) if possible, should cover all - Set dspmbyte using nl_langinfo(CODESET) if possible, should cover all