- remove superfluous multibyte processing in str_append (#177246)

This commit is contained in:
Petr Machata 2006-08-02 11:47:08 +00:00
parent e5ed27f9a0
commit b0233900b0
1 changed files with 6 additions and 1 deletions

View File

@ -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 <pmachata@redhat.com> - 4.1.5-4
- remove superfluous multibyte processing in str_append (#177246)
* Mon Jul 17 2006 Petr Machata <pmachata@redhat.com> - 4.1.5-3
- use dist tag