pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/xapian Update to 1.2.19. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32067a9e0730
branches:  trunk
changeset: 641759:32067a9e0730
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Nov 17 09:05:37 2014 +0000

description:
Update to 1.2.19. From the changelog:

API:

* Xapian::BM5Weight:

  + Improve BM25 upper bound in the case when our wdf upper bound > our
    document length lower bound.  Thanks to Craig Macdonald for pointing out
    this trick.

  + Pre-multiply termweight by (param_k1 + 1) rather than doing it for
    every weighted term in every document considered.

testsuite:

* Don't report apparent leaks of fds opened on /dev/urandom - at least on
  Linux, something in the C library seems to lazily open it, and the report of
  a possible leak followed by assurance that it's OK really is just noise we
  can do without.

matcher:

* Fix false matches reported for non-exact phrases in some cases.  Fixes the
  reduced testcase in #657, reported by Jean-Francois Dockes.

brass backend:

* Only full sync after writing the final base file (only affects Max OS X).

chert backend:

* Only full sync after writing the final base file (only affects Max OS X).

flint backend:

* Only full sync after writing the final base file (only affects Max OS X).

build system:

* For Sun's C++ compiler, pass -library=Crun separately since libtool looks for
  " -library=stlport4 " (with the spaces).  (fixes#650)

* Remove .replicatmp (created by the test suite) upon "make clean".

documentation:

* include/xapian/compactor.h: Fix formatting of doxygen comment.

* HACKING: freecode no longer accepts updates, so drop that item from the
  release checklist.

* docs/overview.rst: Add missing database path to example of using
  xapian-progsrv in a stub database file.

portability:

* Suppress unused typedef warnings from debugging logging macros, which occur
  in functions which always exit via throwing an exception when compiling with
  recent versions of GCC or clang.

* Fix debug logging code to compile with clang.  (fixes #657, reported by
  Germán M. Bravo)

debug code:

* Add missing RETURN() markup for debug logging in a few places, highlighted by
  warnings from recent GCC.

* Fix incorrect return types in debug logging annotations so that code compiles
  when configured with --enable-log.

diffstat:

 textproc/xapian/Makefile |  4 ++--
 textproc/xapian/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r bb082daeb287 -r 32067a9e0730 textproc/xapian/Makefile
--- a/textproc/xapian/Makefile  Mon Nov 17 02:56:18 2014 +0000
+++ b/textproc/xapian/Makefile  Mon Nov 17 09:05:37 2014 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2014/07/06 15:21:00 schmonz Exp $
+# $NetBSD: Makefile,v 1.21 2014/11/17 09:05:37 schmonz Exp $
 #
 
 DISTNAME=              xapian-core-${VERSION}
-VERSION=               1.2.18
+VERSION=               1.2.19
 PKGNAME=               xapian-${VERSION}
 CATEGORIES=            textproc
 MASTER_SITES=          http://oligarchy.co.uk/xapian/${VERSION}/
diff -r bb082daeb287 -r 32067a9e0730 textproc/xapian/distinfo
--- a/textproc/xapian/distinfo  Mon Nov 17 02:56:18 2014 +0000
+++ b/textproc/xapian/distinfo  Mon Nov 17 09:05:37 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2014/07/06 15:21:00 schmonz Exp $
+$NetBSD: distinfo,v 1.17 2014/11/17 09:05:37 schmonz Exp $
 
-SHA1 (xapian-core-1.2.18.tar.xz) = 0eb07cfec9a213a6d310ae2472ccd3cd142d2d33
-RMD160 (xapian-core-1.2.18.tar.xz) = e4cd12ec2e218e9e0cdd78afcfcae62776ea1a25
-Size (xapian-core-1.2.18.tar.xz) = 3173496 bytes
+SHA1 (xapian-core-1.2.19.tar.xz) = a8679cd0f708e32f2ec76bcdc198cd9fa2e1d65e
+RMD160 (xapian-core-1.2.19.tar.xz) = d231b5da299a677c63b8c5e060db0a2868d568f7
+Size (xapian-core-1.2.19.tar.xz) = 3175384 bytes



Home | Main Index | Thread Index | Old Index