From b0233900b02756576d30fe9e6d80bc7bffd8af48 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Aug 02 2006 11:47:08 +0000 Subject: - remove superfluous multibyte processing in str_append (#177246) --- diff --git a/sed.spec b/sed.spec index ff8545e..f57ba43 100644 --- a/sed.spec +++ b/sed.spec @@ -5,12 +5,13 @@ Summary: A GNU stream text editor. Name: sed Version: 4.1.5 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Text Source0: ftp://ftp.gnu.org/pub/gnu/sed/sed-%{version}.tar.gz Source1: http://sed.sourceforge.net/sedfaq.txt Patch0: sed-4.1.5-bz185374.patch +Patch1: sed-4.1.5-str_append.patch Prereq: /sbin/install-info Prefix: %{_prefix} Buildroot: %{_tmppath}/%{name}-root @@ -27,6 +28,7 @@ specified in a script file or from the command line. %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %configure --without-included-regex @@ -65,6 +67,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man*/* %changelog +* Wed Aug 2 2006 Petr Machata - 4.1.5-4 +- remove superfluous multibyte processing in str_append (#177246) + * Mon Jul 17 2006 Petr Machata - 4.1.5-3 - use dist tag