rpms/tcsh/F-10 tcsh-6.15.00-rs-color.patch, NONE, 1.1 tcsh.spec, 1.58, 1.59

Vitezslav Crhonek vcrhonek at fedoraproject.org
Fri Mar 13 09:03:50 UTC 2009


Author: vcrhonek

Update of /cvs/extras/rpms/tcsh/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18599

Modified Files:
	tcsh.spec 
Added Files:
	tcsh-6.15.00-rs-color.patch 
Log Message:
Add new colorls variables (rs and hl)

tcsh-6.15.00-rs-color.patch:

--- NEW FILE tcsh-6.15.00-rs-color.patch ---
--- 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 {


Index: tcsh.spec
===================================================================
RCS file: /cvs/extras/rpms/tcsh/F-10/tcsh.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- tcsh.spec	3 Sep 2008 11:50:36 -0000	1.58
+++ tcsh.spec	13 Mar 2009 09:03:19 -0000	1.59
@@ -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 @@
 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 @@
 %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 @@
 %{_mandir}/*/*
 
 %changelog
+* Fri Mar 13 2009 Vitezslav Crhonek <vcrhonek at redhat.com> - 6.15-7
+- Add new colorls variables (rs and hl)
+  Resolves: #489617
+
 * Wed Sep  3 2008 Vitezslav Crhonek <vcrhonek at redhat.com> - 6.15-6
 - Fix UTF-8 Japanese character is garbled in tcsh script in
   a certain situation




More information about the fedora-extras-commits mailing list