3
0
forked from pool/findutils
OBS User unknown 2007-03-01 21:17:26 +00:00 committed by Git OBS Bridge
parent f76c7f1158
commit 778dbe72f1
5 changed files with 37 additions and 37 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a9ed8db0711f8419156e786b6aecd42dd05df29e53e380d8924e696f7071ae0
size 1096112

View File

@ -9,24 +9,6 @@
used as regular expressions (with @code{find ... -regex}, so you need
to specify these paths in the same way that @code{find} will encounter
them. This means for example that the paths must not include trailing
--- lib/savedirinfo.c
+++ lib/savedirinfo.c
@@ -253,6 +253,7 @@
p->entries = NULL;
free(p->buffer);
p->buffer = NULL;
+ free(p);
}
@@ -291,6 +292,7 @@
*extra = pex;
else
free (pex);
+ free_dirinfo(p);
return buf;
}
else
--- locate/updatedb.1
+++ locate/updatedb.1
@@ -75,8 +75,7 @@
@ -73,7 +55,7 @@
PATH=/bin:/usr/bin:${BINDIR}; export PATH
-: ${PRUNEFS="nfs NFS proc afs proc smbfs autofs iso9660 ncpfs coda devpts ftpfs devfs mfs sysfs shfs"}
+: ${PRUNEFS="nfs NFS nfs4 proc afs proc smbfs autofs iso9660 ncpfs coda devpts ftpfs devfs mfs sysfs shfs cifs 9P"}
+: ${PRUNEFS="nfs NFS nfs4 afs proc smbfs autofs iso9660 ncpfs coda devpts ftpfs devfs mfs sysfs shfs cifs 9P"}
if test -n "$PRUNEFS"; then
-prunefs_exp=`echo $PRUNEFS |sed -e 's/\([^ ][^ ]*\)/-o -fstype \1/g' \
@ -102,14 +84,3 @@
else
echo "updatedb: new database would be empty" >&2
rm -f $LOCATE_DB.n
--- xargs/xargs.c
+++ xargs/xargs.c
@@ -1217,7 +1217,7 @@
[-I replace-str] [-i[replace-str]] [--replace[=replace-str]]\n\
[-n max-args] [--max-args=max-args]\n\
[-s max-chars] [--max-chars=max-chars]\n\
- [-P max-procs] [--max-procs=max-procs] [[--show-limits]\n\
+ [-P max-procs] [--max-procs=max-procs] [--show-limits]\n\
[--verbose] [--exit] [--no-run-if-empty] [--arg-file=file]\n\
[--version] [--help] [command [initial-arguments]]\n"),
program_name);

3
findutils-4.2.30.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:344b9cbb4034907f80398c6a6d3724507ff4b519036f13bb811d12f702043af4
size 1188123

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Feb 28 19:58:59 CET 2007 - schwab@suse.de
- Update to findutils 4.2.30.
** Bug Fixes
Savannah Bug #13252: The test suite now works on platforms where
DejaGnu is based on Tcl 8.3 (previously, 8.4 or later was required).
Savannah Bug bug #17861: this version should build on Solaris and HPUX
once again.
Savannah Bug #18433: findutils now compiles if "--enable-debug" was
specified as an option to configure. Previously this caused a
compilation failure in find.
** Documentation Fixes
Some typos in the Texinfo manual and one typo in in the usage message
for xargs have been fixed.
-------------------------------------------------------------------
Mon Feb 12 13:53:12 CET 2007 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package findutils (Version 4.2.29)
# spec file for package findutils (Version 4.2.30)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -18,8 +18,8 @@ Provides: find
Obsoletes: find
Autoreqprov: on
PreReq: %{install_info_prereq}
Version: 4.2.29
Release: 8
Version: 4.2.30
Release: 1
Summary: GNU find--Finding Files
Source: findutils-%{version}.tar.gz
Source1: sysconfig.locate
@ -132,7 +132,20 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man5/locatedb.5.gz
/var/adm/fillup-templates/*
%changelog -n findutils
%changelog
* Wed Feb 28 2007 - schwab@suse.de
- Update to findutils 4.2.30.
** Bug Fixes
Savannah Bug #13252: The test suite now works on platforms where
DejaGnu is based on Tcl 8.3 (previously, 8.4 or later was required).
Savannah Bug bug #17861: this version should build on Solaris and HPUX
once again.
Savannah Bug #18433: findutils now compiles if "--enable-debug" was
specified as an option to configure. Previously this caused a
compilation failure in find.
** Documentation Fixes
Some typos in the Texinfo manual and one typo in in the usage message
for xargs have been fixed.
* Mon Feb 12 2007 - schwab@suse.de
- Fix memleaks.
* Mon Dec 04 2006 - schwab@suse.de