From bc13fcac21bd4bf87b74287a80bb4be389084380 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Thu, 30 Sep 2004 09:59:41 +0000 Subject: [PATCH] - Set re->translate before re_compile_pattern (bug #134190). --- findutils.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/findutils.spec b/findutils.spec index 442373b..bfebd69 100644 --- a/findutils.spec +++ b/findutils.spec @@ -4,7 +4,7 @@ Summary: The GNU versions of find utilities (find and xargs). Name: findutils Version: 4.1.20 -Release: 3 +Release: 4 Epoch: 1 License: GPL Group: Applications/File @@ -18,11 +18,12 @@ Patch5: findutils-install.patch Patch6: findutils-size.patch Patch7: findutils-iregex.patch Patch8: findutils-no-locate.patch +Patch9: findutils-regex.patch %if %{WITH_SELINUX} BuildRequires: libselinux-devel -Patch9: findutils-selinux.patch +Patch10: findutils-selinux.patch %endif -Patch10: findutils-build.patch +Patch11: findutils-build.patch Prereq: /sbin/install-info Buildroot: %{_tmppath}/%{name}-%{version}-root @@ -51,11 +52,12 @@ useful for finding things on your system. %patch6 -p1 -b .size %patch7 -p1 -b .iregex %patch8 -p1 -b .no-locate +%patch9 -p1 -b .regex %if %{WITH_SELINUX} #SELinux -%patch9 -p1 -b .selinux +%patch10 -p1 -b .selinux %endif -%patch10 -p1 -b .build +%patch11 -p1 -b .build rm -f config.guess config.sub libtoolize --force @@ -121,6 +123,9 @@ rm -rf %{buildroot} %{_infodir}/find.info* %changelog +* Thu Sep 30 2004 Tim Waugh 1:4.1.20-4 +- Set re->translate before re_compile_pattern (bug #134190). + * Sun Aug 1 2004 Alan Cox 1:4.1.20-3 - Fix build with current auto* tools (Steve Grubb)