rpms/tcsh/devel tcsh-6.17.00-mh-color.patch, NONE, 1.1 tcsh.spec, 1.64, 1.65

vcrhonek vcrhonek at fedoraproject.org
Wed Aug 26 15:06:48 UTC 2009


Author: vcrhonek

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

Modified Files:
	tcsh.spec 
Added Files:
	tcsh-6.17.00-mh-color.patch 
Log Message:
Add new colorls variable

tcsh-6.17.00-mh-color.patch:
 tw.color.c |    2 ++
 1 file changed, 2 insertions(+)

--- NEW FILE tcsh-6.17.00-mh-color.patch ---
diff -up tcsh-6.17.00/tw.color.c_old tcsh-6.17.00/tw.color.c
--- tcsh-6.17.00/tw.color.c_old	2009-08-26 13:29:05.000000000 +0200
+++ tcsh-6.17.00/tw.color.c	2009-08-26 13:52:51.000000000 +0200
@@ -88,6 +88,8 @@ static Variable variables[] = {
     VAR(NOS, "rs", "0"),	/* Reset to normal color */
     VAR(NOS, "ca", ""),		/* file with capability */
     VAR(NOS, "hl", ""),		/* Hardlink */
+    VAR(NOS, "mh", ""),		/* MULTIHARDLINK */
+    VAR(NOS, "cl", ""),		/* CLRTOEOL */
 };
 
 enum FileType {


Index: tcsh.spec
===================================================================
RCS file: /cvs/extras/rpms/tcsh/devel/tcsh.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -p -r1.64 -r1.65
--- tcsh.spec	27 Jul 2009 05:41:33 -0000	1.64
+++ tcsh.spec	26 Aug 2009 15:06:48 -0000	1.65
@@ -3,7 +3,7 @@
 Summary: An enhanced version of csh, the C shell
 Name: tcsh
 Version: 6.17
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: BSD
 Group: System Environment/Shells
 Source: ftp://ftp.astron.com/pub/tcsh/%{name}-%{version}.00.tar.gz
@@ -17,6 +17,7 @@ Patch8: tcsh-6.14.00-syntax.patch
 Patch9: tcsh-6.13.00-memoryuse.patch
 Patch11: tcsh-6.14.00-order.patch
 Patch12: tcsh-6.15.00-rs-color.patch
+Patch13: tcsh-6.17.00-mh-color.patch
 Provides: csh = %{version}
 Requires(post): grep
 Requires(postun): coreutils, grep
@@ -44,6 +45,7 @@ like syntax.
 %patch9 -p1 -b .memoryuse
 %patch11 -p1 -b .order
 %patch12 -p1 -b .rs-color
+%patch13 -p1 -b .mh-color
 
 for i in Fixes WishList; do
  iconv -f iso-8859-1 -t utf-8 "$i" > "${i}_" && \
@@ -117,6 +119,10 @@ fi
 %{_mandir}/man1/*.1*
 
 %changelog
+* Wed Aug 26 2009 Vitezslav Crhonek <vcrhonek at redhat.com> - 6.17-3
+- Add new colorls variable
+  Resolves: #518808
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.17-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list