From eacfb88d2c288c6b6b625e347c2f2fe771b558e7 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 29 Sep 2010 14:03:39 -0700 Subject: [PATCH] - Rebuilt for gcc bug 634757 --- coreutils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/coreutils.spec b/coreutils.spec index 79fc848..cc92fa7 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.5 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv3+ Group: System Environment/Base Url: http://www.gnu.org/software/coreutils/ @@ -344,6 +344,9 @@ fi %{_libdir}/coreutils %changelog +* Wed Sep 29 2010 jkeating - 8.5-9 +- Rebuilt for gcc bug 634757 + * Mon Sep 20 2010 Ondrej Vasik - 8.5-8 - change assertion failure for invalid multibyte input in sort to less confusing error message(#591352)