From c9ad1324819c6cc56793036e7dfa328d7a6bcada Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Sat, 5 Mar 2005 19:56:43 +0000 Subject: [PATCH] Rebuilt with GCC 4 --- sed.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sed.spec b/sed.spec index 6ad0e49..d980a74 100644 --- a/sed.spec +++ b/sed.spec @@ -5,8 +5,8 @@ Summary: A GNU stream text editor. Name: sed Version: 4.1.2 -Release: 4 -Copyright: GPL +Release: 5 +License: GPL Group: Applications/Text Source0: ftp://ftp.gnu.org/pub/gnu/sed/sed-%{version}.tar.gz Source1: http://sed.sourceforge.net/sedfaq.txt @@ -65,6 +65,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man*/* %changelog +* Sat Mar 5 2005 Jakub Jelinek 4.1.2-5 +- rebuilt with GCC 4 + * Fri Oct 8 2004 Jakub Jelinek 4.1.2-4 - fix up make check to run sed --version with LC_ALL=C in the environment (#129014)