update /etc/DIR_COLORS* files

This commit is contained in:
Ondrej Vasik 2009-10-07 08:42:15 +00:00
parent 4f2a56081b
commit af1fb4eb12
4 changed files with 10 additions and 1 deletions

View File

@ -183,6 +183,8 @@ EXEC 01;32
.xcf 01;35 .xcf 01;35
.xwd 01;35 .xwd 01;35
.yuv 01;35 .yuv 01;35
.cgm 01;35
.emf 01;35
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
.axv 01;35 .axv 01;35

View File

@ -158,6 +158,8 @@ EXEC 01;38;5;34
.xcf 01;38;5;13 .xcf 01;38;5;13
.xwd 01;38;5;13 .xwd 01;38;5;13
.yuv 01;38;5;13 .yuv 01;38;5;13
.cgm 01;38;5;13
.emf 01;38;5;13
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
.axv 01;38;5;13 .axv 01;38;5;13

View File

@ -160,6 +160,8 @@ EXEC 00;32
.xcf 00;35 .xcf 00;35
.xwd 00;35 .xwd 00;35
.yuv 00;35 .yuv 00;35
.cgm 00;35
.emf 00;35
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
.axv 00;35 .axv 00;35

View File

@ -1,7 +1,7 @@
Summary: A set of basic GNU tools commonly used in shell scripts Summary: A set of basic GNU tools commonly used in shell scripts
Name: coreutils Name: coreutils
Version: 8.0 Version: 8.0
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv3+ License: GPLv3+
Group: System Environment/Base Group: System Environment/Base
Url: http://www.gnu.org/software/coreutils/ Url: http://www.gnu.org/software/coreutils/
@ -325,6 +325,9 @@ fi
%{_libdir}/coreutils %{_libdir}/coreutils
%changelog %changelog
* Wed Oct 07 2009 Ondrej Vasik <ovasik@redhat.com> - 8.0-2
- update /etc/DIR_COLORS* files
* Wed Oct 07 2009 Ondrej Vasik <ovasik@redhat.com> - 8.0-1 * Wed Oct 07 2009 Ondrej Vasik <ovasik@redhat.com> - 8.0-1
- New upstream release 8.0 (beta), defuzz patches, - New upstream release 8.0 (beta), defuzz patches,
remove applied patches remove applied patches