From c3f2f52e7450fad668fc97d00071c258f4272068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= Date: Fri, 1 Mar 2013 12:14:16 +0100 Subject: [PATCH] spec file entry for new archive types colorization --- coreutils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/coreutils.spec b/coreutils.spec index c81e636..46b0463 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.21 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv3+ Group: System Environment/Base Url: http://www.gnu.org/software/coreutils/ @@ -378,6 +378,9 @@ fi %{_sbindir}/chroot %changelog +* Fri Mar 01 2013 Ondrej Vasik 8.21-7 +- ls: colorize several new archive/compressed types (#868510) + * Sat Feb 23 2013 Ondrej Vasik 8.21-6 - install: do proper cleanup when strip fails (O.Oprala, B.Voekler, #632444)