Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xapian-core for openSUSE:Factory checked in at 2022-08-08 08:44:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xapian-core (Old) and /work/SRC/openSUSE:Factory/.xapian-core.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xapian-core" Mon Aug 8 08:44:58 2022 rev:37 rq:990888 version:1.4.20 Changes: -------- --- /work/SRC/openSUSE:Factory/xapian-core/xapian-core.changes 2022-01-29 20:57:24.972527921 +0100 +++ /work/SRC/openSUSE:Factory/.xapian-core.new.1521/xapian-core.changes 2022-08-08 08:45:02.578425961 +0200 @@ -1,0 +2,30 @@ +Sun Jul 17 15:40:00 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 1.4.20: + * Throw DatabaseNotFoundError when the database directory doesn't exist or + when it doesn't contain a Xapian database. Patch from Germ??n M??ndez Bravo + in https://github.com/xapian/xapian/pull/258 + * Improve exception message for attempting to remove an empty term (the + exception type is still InvalidArgumentError). Reported by David Bremner. + * Optimise when a value range is a superset of the slot bounds but the value + slot frequency is not equal to the document count by replacing the lower + bound with an empty string to make the bounds check very cheap. + * Avoid creating a PostList tree for an empty shard. This avoids pointless + work in an uncommon case, but also by handling this up front the code in + PostList subclasses for query operators can assume the shard isn't empty + which simplifies the code in several places. + * Remove lingering handling for database backends without slot bounds since + all backends have been required to support these since 1.4.11. + * Fix collection frequency estimates for positional operators. This affects + the weighting of positional operators in subqueries of OP_SYNONYM with + weighting schemes which use the collection frequency. + * xapian-check: Test decompress data in the spelling and synonym tables. + We don't have structure checking for these tables, but we can at least fetch + each entry and check for decompression problems. + * Improve error if a block is detected as overwritten in WritableDatabase. + Drop "are there multiple writers?" as it's rarely a useful question to ask + since we started using fcntl() locking as it's now very hard to get multiple + concurrent writers on a database. Instead suggest running xapian-check, + which is probably the best next step for a user who hits this problem. + +------------------------------------------------------------------- Old: ---- xapian-core-1.4.19.tar.xz xapian-core-1.4.19.tar.xz.asc New: ---- xapian-core-1.4.20.tar.xz xapian-core-1.4.20.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xapian-core.spec ++++++ --- /var/tmp/diff_new_pack.wpXpoN/_old 2022-08-08 08:45:03.842429679 +0200 +++ /var/tmp/diff_new_pack.wpXpoN/_new 2022-08-08 08:45:03.850429703 +0200 @@ -17,7 +17,7 @@ Name: xapian-core -Version: 1.4.19 +Version: 1.4.20 Release: 0 Summary: The Xapian Probabilistic Information Retrieval Library License: GPL-2.0-only ++++++ xapian-core-1.4.19.tar.xz -> xapian-core-1.4.20.tar.xz ++++++ ++++ 25148 lines of diff (skipped)