From cc78b773a7d2d0ac4370b9c0a540f69de61d7d87 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 12:12:04 +0000 Subject: [PATCH] auto-import changelog data from sed-4.0.8-2.src.rpm Fri Nov 14 2003 Jakub Jelinek 4.0.8-2 - enable --without-included-regex again - use fastmap for regex searching --- sed.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/sed.spec b/sed.spec index 5f1cfd1..531d74b 100644 --- a/sed.spec +++ b/sed.spec @@ -5,10 +5,11 @@ Summary: A GNU stream text editor. Name: sed Version: 4.0.8 -Release: 1 +Release: 2 Copyright: GPL Group: Applications/Text Source0: ftp://ftp.gnu.org/pub/gnu/sed/sed-%{version}.tar.gz +Patch0: sed-%{version}-fastmap.patch Prereq: /sbin/install-info Prefix: %{_prefix} Buildroot: %{_tmppath}/%{name}-root @@ -22,10 +23,10 @@ specified in a script file or from the command line. %prep %setup -q +%patch -p1 %build -%configure -# XXX testsuite not passing: --without-included-regex +%configure --without-included-regex make %{_smp_mflags} echo ====================TESTING========================= @@ -59,6 +60,10 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man*/* %changelog +* Fri Nov 14 2003 Jakub Jelinek 4.0.8-2 +- enable --without-included-regex again +- use fastmap for regex searching + * Sat Oct 25 2003 Florian La Roche - update to 4.0.8 - simplify specfile