rpms/tcsh/devel tcsh-6.15.00-rs-color.patch, NONE, 1.1 tcsh.spec, 1.59, 1.60

Vitezslav Crhonek vcrhonek at fedoraproject.org
Mon Mar 2 14:12:22 UTC 2009


Author: vcrhonek

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

Modified Files:
	tcsh.spec 
Added Files:
	tcsh-6.15.00-rs-color.patch 
Log Message:
Fix tcsh needs to know about new colorls variables

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/devel/tcsh.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- tcsh.spec	25 Feb 2009 19:07:42 -0000	1.59
+++ tcsh.spec	2 Mar 2009 14:11:52 -0000	1.60
@@ -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 @@
 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
+* Mon Mar  2 2009 Vitezslav Crhonek <vcrhonek at 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 at lists.fedoraproject.org> - 6.15-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list