rpms/tcsh/devel tcsh-6.15.00-ca-color.patch, NONE, 1.1 tcsh.spec, 1.55, 1.56

Vitezslav Crhonek vcrhonek at fedoraproject.org
Fri Aug 29 09:46:57 UTC 2008


Author: vcrhonek

Update of /cvs/extras/rpms/tcsh/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22748

Modified Files:
	tcsh.spec 
Added Files:
	tcsh-6.15.00-ca-color.patch 
Log Message:
Let tcsh know 'ca' colorls variable

tcsh-6.15.00-ca-color.patch:

--- NEW FILE tcsh-6.15.00-ca-color.patch ---
diff -ruN tcsh-6.15.00.orig/tw.color.c tcsh-6.15.00/tw.color.c
--- tcsh-6.15.00.orig/tw.color.c	2006-03-02 19:46:45.000000000 +0100
+++ tcsh-6.15.00/tw.color.c	2008-07-31 14:10:34.000000000 +0200
@@ -85,6 +85,7 @@
     VAR(NOS, "tw", ""),		/* Sticky and other writable dir (+t,o+w) */
     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 */
 };
 
 enum FileType {


Index: tcsh.spec
===================================================================
RCS file: /cvs/extras/rpms/tcsh/devel/tcsh.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- tcsh.spec	29 Feb 2008 12:32:23 -0000	1.55
+++ tcsh.spec	29 Aug 2008 09:46:27 -0000	1.56
@@ -3,7 +3,7 @@
 Summary: An enhanced version of csh, the C shell
 Name: tcsh
 Version: 6.15
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: BSD with advertising
 Group: System Environment/Shells
 Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz
@@ -12,6 +12,7 @@
 Patch3: tcsh-6.14.00-unprintable.patch
 Patch4: tcsh-6.15.00-hist-sub.patch
 Patch5: tcsh-6.15.00-var-sub.patch
+Patch6: tcsh-6.15.00-ca-color.patch
 Provides: csh = %{version}
 Requires(post): grep
 Requires(postun): coreutils, grep
@@ -34,6 +35,7 @@
 %patch3 -p1 -b .unprintable
 %patch4 -p1 -b .hist-sub
 %patch5 -p1 -b .var-sub
+%patch6 -p1 -b .ca-color
 
 %build
 # For tcsh-6.14.00-tinfo.patch
@@ -101,6 +103,10 @@
 %{_mandir}/*/*
 
 %changelog
+* Fri Aug 29 2008 Vitezslav Crhonek <vcrhonek at redhat.com> - 6.15-5
+- Let tcsh know 'ca' colorls variable
+  Resolves: #458716
+
 * Fri Feb 29 2008 Vitezslav Crhonek <vcrhonek at redhat.com> - 6.15-4
 - Fix '\' can not be used to quote all delimiters
   Related: #435421




More information about the fedora-extras-commits mailing list