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 2021-02-07 15:16:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xapian-core (Old) and /work/SRC/openSUSE:Factory/.xapian-core.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xapian-core" Sun Feb 7 15:16:24 2021 rev:35 rq:864581 version:1.4.18 Changes: -------- --- /work/SRC/openSUSE:Factory/xapian-core/xapian-core.changes 2020-09-01 20:07:23.984593296 +0200 +++ /work/SRC/openSUSE:Factory/.xapian-core.new.28504/xapian-core.changes 2021-02-07 15:17:39.697631865 +0100 @@ -1,0 +2,54 @@ +Tue Jan 19 22:04:41 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update to 1.4.18: + * QueryParser::FLAG_ACCUMULATE: New flag. Previously the unstem and stoplist + data was always reset by a call to QueryParser::parse_query(), which makes + sense if you use the same QueryParser object to parse a series of independent + queries. If you're using the same QueryParser object to parse several fields + on the same query form, you may want to have the unstem and stoplist data + combined for all of them, in which case you can use this flag to prevent this + data from being reset. + + * QueryParser::unstem_begin(): Eliminate unnecessary copying of the data. + + * Fix typo in Swedish stopword list, syncing change made to Snowball by Daniel + G??mez Villanueva. + + * Remove some French stop words with other meanings, syncing change made to + Snowball by PhilippeOuellet. + + testsuite: + + * Run testcase testlock4 using backend chert, not just using glass + + * Skip testcase testlock4 on platforms that don't allow us to implement + Database::locked() (which notably include GNU Hurd and Microsoft Windows). + + documentation: + + * List DB_NO_TERMLIST in the WritableDatabase constructor API documentation + where we already list the other DB_* constants. + + portability: + + * Eliminate single use of std::mem_fun() which was deprecated in C++11 and + removed in C++17. Reported by Mateusz Pusz in #806. + + * Add missing includes for std::numeric_limits<>. Reported by stac47 in #805. + + * Work around mingw.org header issue. MSVC seems to implicitly include + <winerror.h> but mingw.org's headers don't, leading to ERROR_PIPE_CONNECTED + not being defined. Fixes https://github.com/xapian/xapian/pull/318, reported + by Alex Sandro. + + * Suppress MSVC warnings about possible loss of data. The values involved are + the number of set bits in a value of integer type, so these warnings are + bogus. + + * Include <sys/types.h> for size_t and off_t, which is the appropriate header, + and needed with Android's bionic libc. Patch from Matthieu Gautier. + + * Use a temporary file for the Doxygen configuration to work around Doxygen + 1.8.19 bug which truncates a config file read from stdin to 4096 bytes + +------------------------------------------------------------------- Old: ---- xapian-core-1.4.17.tar.xz xapian-core-1.4.17.tar.xz.asc New: ---- xapian-core-1.4.18.tar.xz xapian-core-1.4.18.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xapian-core.spec ++++++ --- /var/tmp/diff_new_pack.SRodKp/_old 2021-02-07 15:17:40.753633625 +0100 +++ /var/tmp/diff_new_pack.SRodKp/_new 2021-02-07 15:17:40.761633639 +0100 @@ -1,7 +1,7 @@ # # spec file for package xapian-core # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ Name: xapian-core -Version: 1.4.17 +Version: 1.4.18 Release: 0 Summary: The Xapian Probabilistic Information Retrieval Library License: GPL-2.0-only Group: Productivity/Databases/Servers -URL: http://www.xapian.org/ -Source0: http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz -Source1: http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz.asc +URL: https://xapian.org/ +Source0: https://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz +Source1: https://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz.asc Source2: %{name}.keyring Source3: baselibs.conf BuildRequires: automake ++++++ xapian-core-1.4.17.tar.xz -> xapian-core-1.4.18.tar.xz ++++++ ++++ 23002 lines of diff (skipped)