diff options
author | schmonz <schmonz@pkgsrc.org> | 2009-07-23 19:24:52 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2009-07-23 19:24:52 +0000 |
commit | 960f2bc2bd7f5056acd7ecde25f7a130e46c5d55 (patch) | |
tree | d63600f197345f87dd63a98b9c7d986a931f608d | |
parent | b30148914e8fa034d1456493a1a1fa232b9e40cb (diff) | |
download | pkgsrc-960f2bc2bd7f5056acd7ecde25f7a130e46c5d55.tar.gz |
Update to 1.0.14. From the changelog:
API:
* When using more than one ValueRangeProcessor, QueryParser didn't reset the
begin and end strings to ignore any changes made by a ValueRangeProcessor
which returned false, so further ValueRangeProcessors would see any changes
it had made. This is now fixed, and test coverage improved.
flint backend:
* Use F_FULLFSYNC where available (Mac OS X currently) to ensure that changes
have been committed to disk. (ticket#288)
remote backend:
* Fix handling of percentage weights in various cases when we're searching
multiple remote databases or a mix of local and remote databases.
-rw-r--r-- | textproc/xapian/Makefile | 6 | ||||
-rw-r--r-- | textproc/xapian/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/xapian/Makefile b/textproc/xapian/Makefile index c8dbb906322..191dcbcf32c 100644 --- a/textproc/xapian/Makefile +++ b/textproc/xapian/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2009/07/18 22:28:00 schmonz Exp $ +# $NetBSD: Makefile,v 1.8 2009/07/23 19:24:52 schmonz Exp $ # -DISTNAME= xapian-core-1.0.13 +DISTNAME= xapian-core-1.0.14 PKGNAME= ${DISTNAME:S/-core//} CATEGORIES= textproc -MASTER_SITES= http://oligarchy.co.uk/xapian/1.0.13/ +MASTER_SITES= http://oligarchy.co.uk/xapian/1.0.14/ MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://xapian.org/ diff --git a/textproc/xapian/distinfo b/textproc/xapian/distinfo index 0a9ad1081c4..f208952fb0a 100644 --- a/textproc/xapian/distinfo +++ b/textproc/xapian/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2009/07/18 22:28:00 schmonz Exp $ +$NetBSD: distinfo,v 1.5 2009/07/23 19:24:52 schmonz Exp $ -SHA1 (xapian-core-1.0.13.tar.gz) = c08eca16b8816e244cd30c35d2fe53d49f78cd77 -RMD160 (xapian-core-1.0.13.tar.gz) = e6b50a14cab72b4075a5893fe1911e1e06f1f4ea -Size (xapian-core-1.0.13.tar.gz) = 2989504 bytes +SHA1 (xapian-core-1.0.14.tar.gz) = 1a2f07f1e04207dfa5e4e92e838d77193de3b338 +RMD160 (xapian-core-1.0.14.tar.gz) = bffaef5b20ece9f82f811939a9535fd8deee833d +Size (xapian-core-1.0.14.tar.gz) = 2997725 bytes |