Skip to content

Commit

Permalink
libs/get_xapian.py,utils/make_xappy_tarballs: Updated tarballs
Browse files Browse the repository at this point in the history
and branchpoints.  New xapian packages include a bug fix for the
matcher which was occasionally causing documents to be missed
from the result set.

git-svn-id: http://xappy.googlecode.com/svn/trunk@620 eff16abe-6239-0410-8a55-6f1cd6cf4f8f
  • Loading branch information
boulton.rj committed Jun 3, 2010
1 parent b18e23a commit 3b8112c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
@@ -1,3 +1,10 @@
Thu Jun 03 18:20:47 GMT 2010 Richard Boulton <richard@tartarus.org>

* libs/get_xapian.py,utils/make_xappy_tarballs: Updated tarballs
and branchpoints. New xapian packages include a bug fix for the
matcher which was occasionally causing documents to be missed
from the result set.

Sun May 09 09:45:53 GMT 2010 Richard Boulton <richard@tartarus.org>

* libs/get_xapian.py: New packages, patched to avoid a segfault
Expand Down
8 changes: 4 additions & 4 deletions libs/get_xapian.py
Expand Up @@ -45,15 +45,15 @@
# - SHA1 sum of package
archives = [
('Xapian core',
'http://xappy.googlecode.com/files/xapian-core-14516-p1.tgz',
'http://xappy.googlecode.com/files/xapian-core-14622.tar.gz',
'xapian-core.tgz',
'3db415780e8ee3e1a71461c521f2f2e191baaf00',
'2e8950bc9c103e34c3c56d925a55a8fc2789afb1',
'xapian-core',
),
('Xapian bindings',
'http://xappy.googlecode.com/files/xapian-bindings-14516.tgz',
'http://xappy.googlecode.com/files/xapian-bindings-14622.tar.gz',
'xapian-bindings.tgz',
'fcbae1cc00dfff1c4d953bf483c881a6fae14ebc',
'7a31fc93d5b6ea4d4e134e58a0a778c3b28e918e',
'xapian-bindings',
),
('Xapian win32 build system',
Expand Down
8 changes: 4 additions & 4 deletions utils/make_xappy_tarballs
Expand Up @@ -17,11 +17,11 @@
#
# $xappylibdir: a checkout of xappy/trunk.

rev="1.1.3"
trunk_rev="13959"
matchspy_branchpoint="13956"
rev="1.2.0"
trunk_rev="14622"
matchspy_branchpoint="14533"
clustering_branchpoint="13956"
geospatial_branchpoint="13808"
geospatial_branchpoint="14620"
coloursim_branchpoint="13348"

if [ -e "$HOME/xappy" ]; then
Expand Down

0 comments on commit 3b8112c

Please sign in to comment.