diff --git a/tcsh-6.15.00-rs-color.patch b/tcsh-6.15.00-rs-color.patch new file mode 100644 index 0000000..b4537a6 --- /dev/null +++ b/tcsh-6.15.00-rs-color.patch @@ -0,0 +1,11 @@ +--- tcsh-6.15.00/tw.color.c.rs 2009-02-27 16:03:44.000000000 -0500 ++++ tcsh-6.15.00/tw.color.c 2009-02-27 16:05:57.000000000 -0500 +@@ -86,6 +86,8 @@ static Variable variables[] = { + VAR(NOS, "ow", ""), /* Other writable dir (o+w) but not sticky */ + VAR(NOS, "st", ""), /* Sticky dir (+t) but not other writable */ + VAR(NOS, "ca", ""), /* file with capability */ ++ VAR(NOS, "rs", ""), /* RESET */ ++ VAR(NOS, "hl", ""), /* Hardlink */ + }; + + enum FileType { diff --git a/tcsh.spec b/tcsh.spec index 60479be..e396455 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -3,7 +3,7 @@ Summary: An enhanced version of csh, the C shell Name: tcsh Version: 6.15 -Release: 6%{?dist} +Release: 7%{?dist} License: BSD with advertising Group: System Environment/Shells Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz @@ -19,6 +19,7 @@ Patch9: tcsh-6.13.00-memoryuse.patch Patch10: tcsh-6.14.00-octal.patch Patch11: tcsh-6.14.00-order.patch Patch12: tcsh-6.15.00-wide-str.patch +Patch13: tcsh-6.15.00-rs-color.patch Provides: csh = %{version} Requires(post): grep Requires(postun): coreutils, grep @@ -48,6 +49,7 @@ like syntax. %patch10 -p1 -b .octal %patch11 -p1 -b .order %patch12 -p1 -b .wide-str +%patch13 -p1 -b .rs-color %build # For tcsh-6.14.00-tinfo.patch @@ -115,6 +117,10 @@ fi %{_mandir}/*/* %changelog +* Fri Mar 13 2009 Vitezslav Crhonek - 6.15-7 +- Add new colorls variables (rs and hl) + Resolves: #489617 + * Wed Sep 3 2008 Vitezslav Crhonek - 6.15-6 - Fix UTF-8 Japanese character is garbled in tcsh script in a certain situation