From e22ce2bdeaec17dab66e4a1bee237a7cf7774525 Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Mon, 20 Jun 2005 17:04:52 +0000 Subject: [PATCH] - Backport a column width calculation bugfix (#160760) --- tcsh-6.14.00-lsF.patch | 10 ++++++++++ tcsh.spec | 7 ++++++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 tcsh-6.14.00-lsF.patch diff --git a/tcsh-6.14.00-lsF.patch b/tcsh-6.14.00-lsF.patch new file mode 100644 index 0000000..d86c70a --- /dev/null +++ b/tcsh-6.14.00-lsF.patch @@ -0,0 +1,10 @@ +--- tcsh-6.14.00/tw.parse.c.lsF 2005-06-20 18:56:57.000000000 +0200 ++++ tcsh-6.14.00/tw.parse.c 2005-06-20 18:57:03.000000000 +0200 +@@ -2088,6 +2088,7 @@ + Char f = items[i][w - 1]; + items[i][w - 1] = 0; + print_with_color(items[i], w - 1, f); ++ items[i][w - 1] = f; + } + else { + /* Print filename followed by '/' or '*' or ' ' */ diff --git a/tcsh.spec b/tcsh.spec index e12f287..ee25485 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -3,13 +3,14 @@ Summary: An enhanced version of csh, the C shell. Name: tcsh Version: 6.14 -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.14.00-config.patch Patch1: tcsh-6.14.00-closem.patch Patch2: tcsh-6.14.00-iconv.patch +Patch3: tcsh-6.14.00-lsF.patch Provides: csh = %{version} Prereq: fileutils, grep URL: http://www.tcsh.org/ @@ -29,6 +30,7 @@ like syntax. %patch0 -p1 -b .config %patch1 -p1 -b .closem %patch2 -p1 -b .iconv +%patch3 -p1 -b .lsF nroff -me eight-bit.me > eight-bit.txt @@ -96,6 +98,9 @@ fi %{_mandir}/*/* %changelog +* Mon Jun 20 2005 Miloslav Trmac - 6.14-2 +- Backport a column width calculation bugfix (#160760) + * Fri Mar 25 2005 Miloslav Trmac - 6.14-1 - Update to tcsh-6.14.00