Fix tcsh needs to know about new colorls variables
This commit is contained in:
parent
623cedf1a0
commit
8333a0f02f
11
tcsh-6.15.00-rs-color.patch
Normal file
11
tcsh-6.15.00-rs-color.patch
Normal 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 {
|
@ -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.15
|
Version: 6.15
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
License: BSD with advertising
|
License: BSD with advertising
|
||||||
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
|
||||||
@ -19,6 +19,7 @@ Patch9: tcsh-6.13.00-memoryuse.patch
|
|||||||
Patch10: tcsh-6.14.00-octal.patch
|
Patch10: tcsh-6.14.00-octal.patch
|
||||||
Patch11: tcsh-6.14.00-order.patch
|
Patch11: tcsh-6.14.00-order.patch
|
||||||
Patch12: tcsh-6.15.00-wide-str.patch
|
Patch12: tcsh-6.15.00-wide-str.patch
|
||||||
|
Patch13: tcsh-6.15.00-rs-color.patch
|
||||||
Provides: csh = %{version}
|
Provides: csh = %{version}
|
||||||
Requires(post): grep
|
Requires(post): grep
|
||||||
Requires(postun): coreutils, grep
|
Requires(postun): coreutils, grep
|
||||||
@ -48,6 +49,7 @@ like syntax.
|
|||||||
%patch10 -p1 -b .octal
|
%patch10 -p1 -b .octal
|
||||||
%patch11 -p1 -b .order
|
%patch11 -p1 -b .order
|
||||||
%patch12 -p1 -b .wide-str
|
%patch12 -p1 -b .wide-str
|
||||||
|
%patch13 -p1 -b .rs-color
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# For tcsh-6.14.00-tinfo.patch
|
# For tcsh-6.14.00-tinfo.patch
|
||||||
@ -115,6 +117,10 @@ fi
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user