diff --git a/.cvsignore b/.cvsignore index 4ce7eff..3c83ddd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -5,3 +5,4 @@ findutils-4.2.20.tar.gz findutils-4.2.23.tar.gz findutils-4.2.25.tar.gz findutils-4.2.26.tar.gz +findutils-4.2.27.tar.gz diff --git a/findutils.spec b/findutils.spec index 6ce34cf..1edc1e2 100644 --- a/findutils.spec +++ b/findutils.spec @@ -1,7 +1,7 @@ %define WITH_SELINUX 1 Summary: The GNU versions of find utilities (find and xargs). Name: findutils -Version: 4.2.26 +Version: 4.2.27 Release: 1 Epoch: 1 License: GPL @@ -9,7 +9,6 @@ Group: Applications/File Source0: ftp://ftp.gnu.org/gnu/findutils/%{name}-%{version}.tar.gz Patch1: findutils-no-locate.patch Patch2: findutils-selinux.patch -Patch3: findutils-arg_max.patch Prereq: /sbin/install-info Buildroot: %{_tmppath}/%{name}-%{version}-root @@ -32,8 +31,6 @@ useful for finding things on your system. %setup -q %patch1 -p1 -b .no-locate %patch2 -p1 -b .selinux -%patch3 -p1 -b .arg_max -rm xargs/testsuite/xargs.posix/arg_max*.xo autoreconf @@ -87,6 +84,10 @@ rm -rf %{buildroot} %{_infodir}/find.info* %changelog +* Wed Dec 7 2005 Tim Waugh 1:4.2.27-1 +- 4.2.27. +- No longer need arg_max patch. + * Mon Nov 21 2005 Tim Waugh 1:4.2.26-1 - One further arg_max fix for PPC. - Applied arg_max patch from upstream to fix test suite failures. diff --git a/sources b/sources index 350f7a8..0c46790 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9ac4e62937b1fdc4eb643d1d4bf117d3 findutils-4.2.26.tar.gz +f1e0ddf09f28f8102ff3b90f3b5bc920 findutils-4.2.27.tar.gz