From e734c6455ad184b7ba69c84149751ef9a1218a58 Mon Sep 17 00:00:00 2001 From: Ondřej Vašík Date: Feb 17 2011 15:16:49 +0000 Subject: colorize documents by DIR_COLORS files(brown like mc) --- diff --git a/coreutils-DIR_COLORS b/coreutils-DIR_COLORS index 13c74a6..5a41e99 100644 --- a/coreutils-DIR_COLORS +++ b/coreutils-DIR_COLORS @@ -217,3 +217,28 @@ EXEC 01;32 .oga 01;36 .spx 01;36 .xspf 01;36 + +# colorize basic documents (brown) +.pdf 00;33 +.ps 00;33 +.ps.gz 00;33 +.txt 00;33 +.patch 00;33 +.diff 00;33 +.log 00;33 +.tex 00;33 +.xls 00;33 +.xlsx 00;33 +.ppt 00;33 +.pptx 00;33 +.rtf 00;33 +.doc 00;33 +.docx 00;33 +.odt 00;33 +.ods 00;33 +.odp 00;33 +.xml 00;33 +.epub 00;33 +.abw 00;33 +.html 00;33 +.wpd 00;33 diff --git a/coreutils-DIR_COLORS.256color b/coreutils-DIR_COLORS.256color index 549d7b0..ddff4ac 100644 --- a/coreutils-DIR_COLORS.256color +++ b/coreutils-DIR_COLORS.256color @@ -190,3 +190,28 @@ EXEC 38;5;34 .oga 38;5;45 .spx 38;5;45 .xspf 38;5;45 + +# colorize basic documents as well (brown) +.pdf 00;33 +.ps 00;33 +.ps.gz 00;33 +.txt 00;33 +.patch 00;33 +.diff 00;33 +.log 00;33 +.tex 00;33 +.xls 00;33 +.xlsx 00;33 +.ppt 00;33 +.pptx 00;33 +.rtf 00;33 +.doc 00;33 +.docx 00;33 +.odt 00;33 +.ods 00;33 +.odp 00;33 +.xml 00;33 +.epub 00;33 +.abw 00;33 +.html 00;33 +.wpd 00;33 diff --git a/coreutils-DIR_COLORS.lightbgcolor b/coreutils-DIR_COLORS.lightbgcolor index 6812a97..e2c05da 100644 --- a/coreutils-DIR_COLORS.lightbgcolor +++ b/coreutils-DIR_COLORS.lightbgcolor @@ -193,3 +193,28 @@ EXEC 00;32 .oga 00;36 .spx 00;36 .xspf 00;36 + +# colorize basic documents (brown) +.pdf 00;33 +.ps 00;33 +.ps.gz 00;33 +.txt 00;33 +.patch 00;33 +.diff 00;33 +.log 00;33 +.tex 00;33 +.xls 00;33 +.xlsx 00;33 +.ppt 00;33 +.pptx 00;33 +.rtf 00;33 +.doc 00;33 +.docx 00;33 +.odt 00;33 +.ods 00;33 +.odp 00;33 +.xml 00;33 +.epub 00;33 +.abw 00;33 +.html 00;33 +.wpd 00;33 diff --git a/coreutils.spec b/coreutils.spec index fdd5fef..a869962 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -1,7 +1,7 @@ Summary: A set of basic GNU tools commonly used in shell scripts Name: coreutils Version: 8.10 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv3+ Group: System Environment/Base Url: http://www.gnu.org/software/coreutils/ @@ -329,6 +329,9 @@ fi %{_libdir}/coreutils %changelog +* Thu Feb 17 2011 Ondrej Vasik - 8.10-4 +- colorize documents by DIR_COLORS files(brown like mc) + * Thu Feb 17 2011 Ondrej Vasik - 8.10-3 - add several new TERMs to DIR_COLORS files(#678147)