Fix tcsh needs to know about new colorls variables

This commit is contained in:
vcrhonek 2009-03-02 14:11:52 +00:00
parent 623cedf1a0
commit 8333a0f02f
2 changed files with 18 additions and 1 deletions

View File

@ -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 {

View File

@ -3,7 +3,7 @@
Summary: An enhanced version of csh, the C shell
Name: tcsh
Version: 6.15
Release: 7%{?dist}
Release: 8%{?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
* Mon Mar 2 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.15-8
- Fix tcsh needs to know about new colorls variables
Resolves: #487783
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.15-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild