From 12db0dc6dfde84bd79adf153645aaeb0f2549901 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 13:14:03 +0000 Subject: [PATCH] auto-import changelog data from tcsh-6.13-2.src.rpm 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 (#60664) - Define $HOSTTYPE and $MACHTYPE on x86_64 (#115531) - Fix setting of O_LARGEFILE (#122558) --- tcsh.spec | 46 ++++++++++++++++++++++++++++++---------------- 1 file changed, 30 insertions(+), 16 deletions(-) diff --git a/tcsh.spec b/tcsh.spec index 478aa3f..4246c85 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -3,19 +3,22 @@ Summary: An enhanced version of csh, the C shell. Name: tcsh Version: 6.13 -Release: 1 +Release: 2 License: distributable Group: System Environment/Shells Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz Patch0: tcsh-6.13.00-utmp.patch Patch1: tcsh-6.09.00-termios.patch -Patch3: tcsh-6.08.00-pathmax.patch -Patch6: tcsh-6.10.00-glibc_compat.patch -Patch7: tcsh-6.13.00-dspmbyte.patch -Patch8: tcsh-6.11.00-termcap.patch -Patch9: tcsh-6.12.00-setpgrp.patch -Patch10: tcsh-6.13.00-charset.patch -Patch11: tcsh-6.13.00-iconv.patch +Patch2: tcsh-6.08.00-pathmax.patch +Patch3: tcsh-6.10.00-glibc_compat.patch +Patch4: tcsh-6.13.00-dspmbyte.patch +Patch5: tcsh-6.11.00-termcap.patch +Patch6: tcsh-6.12.00-setpgrp.patch +Patch7: tcsh-6.13.00-charset.patch +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 Provides: csh = %{version} Prereq: fileutils, grep URL: http://www.tcsh.org/ @@ -35,20 +38,24 @@ like syntax. %patch0 -p1 -b .utmp %patch1 -p1 -b .termios # XXX Partly upstream, not applied -#%patch3 -p1 -b .pathmax -%patch6 -p1 -b .glibc_compat -%patch7 -p1 -b .mbyte -%patch8 -p1 -b .termcap -%patch9 -p1 -b .setpgrp -%patch10 -p1 -b .charset -%patch11 -p1 -b .iconv +#%patch2 -p1 -b .pathmax +%patch3 -p1 -b .glibc_compat +%patch4 -p1 -b .mbyte +%patch5 -p1 -b .termcap +%patch6 -p1 -b .setpgrp +%patch7 -p1 -b .charset +%patch8 -p1 -b .iconv +%patch9 -p1 -b .glob +%patch10 -p1 -b .x86_64 +%patch11 -p1 -b .fcntl + nroff -me eight-bit.me > eight-bit.txt autoreconf %build %configure --without-hesiod make all -%{__perl} tcsh.man2html +LC_ALL=C %{__perl} tcsh.man2html make -C nls catalogs %install @@ -110,6 +117,13 @@ fi %{_mandir}/*/* %changelog +* 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 + (#60664) +- Define $HOSTTYPE and $MACHTYPE on x86_64 (#115531) +- Fix setting of O_LARGEFILE (#122558) + * Tue Aug 17 2004 Miloslav Trmac - 6.13-1 - Update to tcsh-6.13.00 - Fix charset headers in some of the translations