diff --git a/.cvsignore b/.cvsignore index 5f9ad1f..8cf253e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mlocate-0.20.tar.bz2 +mlocate-0.21.tar.bz2 diff --git a/mlocate.spec b/mlocate.spec index a024c63..023dcee 100644 --- a/mlocate.spec +++ b/mlocate.spec @@ -1,7 +1,7 @@ Summary: An utility for finding files by name Name: mlocate -Version: 0.20 -Release: 1 +Version: 0.21 +Release: 1%{?dist} License: GPLv2 URL: https://fedorahosted.org/mlocate/ Group: Applications/System @@ -68,6 +68,10 @@ fi %ghost /var/lib/mlocate/mlocate.db %changelog +* Mon Jun 30 2008 Miloslav Trmač - 0.21-1 +- Update to mlocate-0.21 +- Define PRUNENAMES to exclude .svn and .hg + * Wed Apr 9 2008 Miloslav Trmač - 0.20-1 - Update to mlocate-0.20 diff --git a/sources b/sources index f7909d1..58c21de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ad5e4eb1f2aecf1a5af9fe36c6e297f4 mlocate-0.20.tar.bz2 +51c8e6a40079542923c0a1411512c57d mlocate-0.21.tar.bz2 diff --git a/updatedb.conf b/updatedb.conf index a058f2d..20f37a3 100644 --- a/updatedb.conf +++ b/updatedb.conf @@ -1,3 +1,4 @@ PRUNE_BIND_MOUNTS = "yes" PRUNEFS = "auto afs gfs gfs2 iso9660 sfs udf" +PRUNENAMES = ".hg .svn" PRUNEPATHS = "/afs /media /net /sfs /tmp /udev /var/spool/cups /var/spool/squid /var/tmp"