forked from pool/xapian-core
Accepting request 215594 from server:search
Update to 1.2.17 (forwarded request 215581 from sumski) OBS-URL: https://build.opensuse.org/request/show/215594 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xapian-core?expand=0&rev=13
This commit is contained in:
commit
edf9239bd9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f4ecef14297136e498f55670df9b80800244bc21abb8e01d5f9dab65a1fae9b9
|
|
||||||
size 3039524
|
|
3
xapian-core-1.2.17.tar.xz
Normal file
3
xapian-core-1.2.17.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e79d45b0f30e62cfe51294a731291b903d9b33fc82ac2b26ab710866002cc6de
|
||||||
|
size 3165256
|
@ -1,3 +1,56 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 29 22:10:21 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 1.2.17
|
||||||
|
- API:
|
||||||
|
* Enquire::set_sort_by_relevance_then_value() and
|
||||||
|
Enquire::set_sort_by_relevance_then_key(): Fix sense of reverse
|
||||||
|
parameter.
|
||||||
|
* BM25Weight: Fix case where (k1 == 0 || b == 0) but k2 != 0.
|
||||||
|
* Unicode::tolower(): Fix to give correct results for U+01C5,
|
||||||
|
U+01C8, U+01CB, and U+01F2
|
||||||
|
- testsuite:
|
||||||
|
* Automatically probe for and hook in eatmydata to the testsuite
|
||||||
|
using the wrapper script it now includes.
|
||||||
|
* Fix apitest to build when brass, chert or flint are disabled.
|
||||||
|
- brass backend:
|
||||||
|
* Fix handling of invalid block sizes passed to Xapian::Brass::open()
|
||||||
|
- the size gets fixed as documented, but the uncorrected size
|
||||||
|
was passed to the base file (and abort() was called if 0
|
||||||
|
was passed).
|
||||||
|
* Validate "dir_end" when reading a block. (fixes #592)
|
||||||
|
- chert backend:
|
||||||
|
* Fix handling of invalid block sizes passed to Xapian::Chert::open()
|
||||||
|
- the size gets fixed as documented, but the uncorrected size was
|
||||||
|
passed to the base file (and abort() was called if 0 was passed).
|
||||||
|
* Validate "dir_end" when reading a block. (fixes #592)
|
||||||
|
- flint backend:
|
||||||
|
* Fix handling of invalid block sizes passed to Xapian::Flint::open()
|
||||||
|
- the size gets fixed as documented, but the uncorrected size was
|
||||||
|
passed to the base file (and abort() was called if 0 was passed).
|
||||||
|
* Validate "dir_end" when reading a block. (fixes #592)
|
||||||
|
- build system:
|
||||||
|
* configure: Improve reporting of GCC version.
|
||||||
|
* Use -no-fast-install on platforms where -no-install causes
|
||||||
|
libtool to emit a warning.
|
||||||
|
* docs/Makefile.am: Fix handling of MAINTAINER_NO_DOCS.
|
||||||
|
* Include UnicodeData.txt and the script to generate the unicode
|
||||||
|
tables from it.
|
||||||
|
- documentation:
|
||||||
|
* postingsource.rst: Clarify a couple of points
|
||||||
|
- portability:
|
||||||
|
* Protect the ValueIterator::check() method against Mac OS X SDK
|
||||||
|
headers which define a check() macro.
|
||||||
|
* Fix warning from xlC compiler.
|
||||||
|
* Avoid use of grep -e in configure, as /usr/bin/grep on Solaris
|
||||||
|
doesn't support -e.
|
||||||
|
* Fix check for flags which might be needed for ANSI mode for
|
||||||
|
compilers called 'cxx'.
|
||||||
|
* configure: Improve handling of Sun's C++ compiler - trick libtool
|
||||||
|
into not adding -library=Cstd, and prefer -library=stdcxx4 if
|
||||||
|
supported. Explicitly add -library=Crun which seems to be required,
|
||||||
|
even though the documentation suggests otherwise.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 15 20:24:21 UTC 2013 - hrvoje.senjan@gmail.com
|
Sun Dec 15 20:24:21 UTC 2013 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xapian-core
|
# spec file for package xapian-core
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xapian-core
|
Name: xapian-core
|
||||||
Version: 1.2.16
|
Version: 1.2.17
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Xapian Probabilistic Information Retrieval Library
|
Summary: The Xapian Probabilistic Information Retrieval Library
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user