Accepting request 147310 from server:search
Added more verbose Changelog. Update to newer version 1.2.12 OBS-URL: https://build.opensuse.org/request/show/147310 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xapian-core?expand=0&rev=8
This commit is contained in:
commit
deaba5a862
3
xapian-core-1.2.12.tar.gz
Normal file
3
xapian-core-1.2.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5d34dd11df4cc44380e68b3737d1413fb4706115c4bdd63ef5e30afbc1c86df
|
||||
size 4138429
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00411ebac66a5592b87fc57ccfeb234c84b929ed23c185befb5df9929df3d4f9
|
||||
size 4106342
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 10:22:07 UTC 2012 - mlin@suse.com
|
||||
|
||||
- Update to version 1.2.12
|
||||
* 1.2.11 had its library version information incorrectly set.
|
||||
This resulted in the shared library having an incorrect SONAME.
|
||||
This release has been made to fix this problem.
|
||||
* Fix issue with running AND, OR and XOR queries against a
|
||||
database with no documents in it - this was leading to a divide
|
||||
by zero, which led to MSet::get_matches_estimated() reporting
|
||||
2147483648 on i386.
|
||||
* Don't count unweighted subqueries of MultiAndPostList in
|
||||
percentage calculations, as OP_FILTER maps to MultiAndPostList
|
||||
now. (ticket#590)
|
||||
* When compacting, if the output database is empty, don't write
|
||||
out a metainfo tag. Take care not to divide by zero when
|
||||
computing the percentage size change for a table.
|
||||
(brass and chert backend)
|
||||
* Add new QueryParser::STEM_ALL_Z stemming strategy, which
|
||||
stems all terms and adds a Z prefix.
|
||||
* Add TermGenerator::set_stemming_strategy() method, with
|
||||
strategies which correspond to those of QueryParser.
|
||||
* Correct "BM25Weight" to "TradWeight" in exception message
|
||||
from TradWeight.
|
||||
* We were failing to call init() for user-defined Weight objects
|
||||
providing the term-independent weight. These now get called
|
||||
with init(0.0).
|
||||
* Xapian::Auto::open_stub() now throws a Xapian::DatabaseOpeningError
|
||||
exception if the stub file can't be opened. Previously we
|
||||
failed to check for this condition, which resulted in us
|
||||
treating the file as empty.
|
||||
* See http://svn.xapian.org/*checkout*/tags/1.2.12/xapian-core/NEWS
|
||||
* http://svn.xapian.org/*checkout*/tags/1.2.11/xapian-core/NEWS
|
||||
* http://svn.xapian.org/*checkout*/tags/1.2.10/xapian-core/NEWS
|
||||
* http://svn.xapian.org/*checkout*/tags/1.2.9/xapian-core/NEWS
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 29 11:31:53 CET 2011 - dmueller@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: xapian-core
|
||||
Version: 1.2.8
|
||||
Version: 1.2.12
|
||||
Release: 0
|
||||
Summary: The Xapian Probabilistic Information Retrieval Library
|
||||
License: GPL-2.0
|
||||
@ -51,9 +51,9 @@ libraries for applications using Xapian functionality
|
||||
Summary: Files needed for building packages which use Xapian
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: gcc-c++
|
||||
Requires: libuuid-devel
|
||||
Requires: libxapian22 = %{version}
|
||||
Requires: zlib-devel
|
||||
Requires: libuuid-devel
|
||||
|
||||
%description -n libxapian-devel
|
||||
Xapian is an Open Source Probabilistic Information Retrieval framework. It
|
||||
|
Loading…
x
Reference in New Issue
Block a user