[coreutils] add .htm and .shtml to colorized DIR_COLORS document type (#817218)

Ondrej Vasik ovasik at fedoraproject.org
Fri May 4 10:33:47 UTC 2012


commit 618e4683306ebfb06914561f2d01e2d648321714
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Fri May 4 12:33:37 2012 +0200

    add .htm and .shtml to colorized DIR_COLORS document type (#817218)

 coreutils-DIR_COLORS              |    2 ++
 coreutils-DIR_COLORS.256color     |    2 ++
 coreutils-DIR_COLORS.lightbgcolor |    2 ++
 coreutils.spec                    |    6 +++++-
 4 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/coreutils-DIR_COLORS b/coreutils-DIR_COLORS
index 5a41e99..9c182c8 100644
--- a/coreutils-DIR_COLORS
+++ b/coreutils-DIR_COLORS
@@ -240,5 +240,7 @@ EXEC 01;32
 .xml 00;33
 .epub 00;33
 .abw 00;33
+.htm 00;33
 .html 00;33
+.shtml 00;33
 .wpd 00;33
diff --git a/coreutils-DIR_COLORS.256color b/coreutils-DIR_COLORS.256color
index ddff4ac..1037dd5 100644
--- a/coreutils-DIR_COLORS.256color
+++ b/coreutils-DIR_COLORS.256color
@@ -213,5 +213,7 @@ EXEC 38;5;34
 .xml 00;33
 .epub 00;33
 .abw 00;33
+.htm 00;33
 .html 00;33
+.shtml 00;33
 .wpd 00;33
diff --git a/coreutils-DIR_COLORS.lightbgcolor b/coreutils-DIR_COLORS.lightbgcolor
index e2c05da..4456a8c 100644
--- a/coreutils-DIR_COLORS.lightbgcolor
+++ b/coreutils-DIR_COLORS.lightbgcolor
@@ -216,5 +216,7 @@ EXEC 00;32
 .xml 00;33
 .epub 00;33
 .abw 00;33
+.htm 00;33
 .html 00;33
+.shtml 00;33
 .wpd 00;33
diff --git a/coreutils.spec b/coreutils.spec
index 7e0976e..e574ded 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.16
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv3+
 Group:   System Environment/Base
 Url:     http://www.gnu.org/software/coreutils/
@@ -416,6 +416,10 @@ fi
 %{?!norunuser:%{_sbindir}/runuser}
 
 %changelog
+* Fri May 04 2012 Ondrej Vasik <ovasik at redhat.com> 8.16-3
+- add .htm and .shtml to colorized DIR_COLORS document
+  type (#817218)
+
 * Mon Apr 16 2012 Ondrej Vasik <ovasik at redhat.com> 8.16-2
 - fix the tcsh colorls.csh behaviour in non-interactive
   mode (#804604)


More information about the scm-commits mailing list