rpms/coreutils/devel coreutils-DIR_COLORS.256color, 1.6, 1.7 coreutils.spec, 1.275, 1.276

Ondrej Vasik ovasik at fedoraproject.org
Fri Sep 18 07:19:30 UTC 2009


Author: ovasik

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

Modified Files:
	coreutils-DIR_COLORS.256color coreutils.spec 
Log Message:
fixed typo in DIR_COLORS.256color causing no color for multihardlink (thanks P.Brady)


Index: coreutils-DIR_COLORS.256color
===================================================================
RCS file: /cvs/extras/rpms/coreutils/devel/coreutils-DIR_COLORS.256color,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- coreutils-DIR_COLORS.256color	21 Aug 2009 11:49:02 -0000	1.6
+++ coreutils-DIR_COLORS.256color	18 Sep 2009 07:19:28 -0000	1.7
@@ -55,7 +55,7 @@ RESET 0 # reset to "normal" color
 DIR 01;38;5;27	# directory
 LINK 01;38;5;51	# symbolic link (If you set this to 'target' instead of a
 		# numerical value, the color is as for the file pointed to.)
-MULTIHARDLINK 44;38;5;15; # regular file with more than one link
+MULTIHARDLINK 44;38;5;15 # regular file with more than one link
 FIFO 40;38;5;11	# pipe
 SOCK 01;38;5;13	# socket
 DOOR 01;38;5;5	# door


Index: coreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/coreutils/devel/coreutils.spec,v
retrieving revision 1.275
retrieving revision 1.276
diff -u -p -r1.275 -r1.276
--- coreutils.spec	16 Sep 2009 06:03:40 -0000	1.275
+++ coreutils.spec	18 Sep 2009 07:19:28 -0000	1.276
@@ -1,7 +1,7 @@
 Summary: A set of basic GNU tools commonly used in shell scripts
 Name:    coreutils
 Version: 7.6
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv3+
 Group:   System Environment/Base
 Url:     http://www.gnu.org/software/coreutils/
@@ -327,6 +327,10 @@ fi
 %{_libdir}/coreutils
 
 %changelog
+* Fri Sep 18 2009 Ondrej Vasik <ovasik at redhat.com> - 7.6-3
+- fixed typo in DIR_COLORS.256color causing no color for
+  multihardlink
+
 * Wed Sep 16 2009 Ondrej Vasik <ovasik at redhat.com> - 7.6-2
 - fix copying of extended attributes for read only source
   files




More information about the scm-commits mailing list