Accepting request 644271 from server:search

OBS-URL: https://build.opensuse.org/request/show/644271
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xapian-core?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2018-11-06 13:05:43 +00:00 committed by Git OBS Bridge
commit 05e3987076
6 changed files with 47 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e0ef1c1d3e2119874d545b7edbb60e6e17d7d18fb802eb890d9ef7bb0bbd898
size 2839964

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEECOJAD/f+j+3jrLUoGBR7BzutKwcFAls5tU0ACgkQGBR7Bzut
Kwd/PBAA0GllOHCO62cAItW+2+Y3S/J6FlvCuG3bRKhTFnmQcwjXPTFh/uoDImVc
dOqMKvNWC0p2OgXplkpm9KqM5xEAeDGuHIRBNrZQp2zq0d4S9gWmK7eqBit7JClU
/AmrM6saalik32NKqrPyr0Dmy6fQTTOkbiLbRbZ/8AaVi0Np4rE23n0Y8s1zfCES
6I9UwjPDi+76n92Hdi8YqEZJapF66KR4YF96FqrlNNGYDdbPKhzES9a5sr9hrCww
M6pPr9H0Ox1VmkON8HOaxCsBSjyn9MroMZBjlHe/WVSdET8AubiBQvWAyV/d7h6P
kFW4eDGf05TXrkrtZqCKSiN2257R1PjzcfWQgpnWS5Gm+gbsY+KAcKcGkNHTx1/7
u9rrU3Be7+9Yp8WZk1+KiW6JVvjXaAjafcUimEyqQ5/8a9sotahDwAy3/iyG0zzi
VY7VuMKpwVqkWxvDoObyuGU/ZO8bqxietZgpFX64w5WoiPmnKNNUjuJWABNBWlYA
V7NzDr4zY/xiP9OWwb3uDIKihsDDzFJqqY9AvgUecFqaW7NOKszoWLvdU3XIJ9XZ
cRJkzYL2YjUq27cs7sFxPg+efxNstUzaHu5ieUD3Hh3GLkXMSJXILWibIgpGzpPn
XIq8mD1mP6wxmqdDzi2UN1j2anpEdvSQpjaaOXxslrmjYdD+syw=
=ZHlP
-----END PGP SIGNATURE-----

3
xapian-core-1.4.7.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:13f08a0b649c7afa804fa0e85678d693fd6069dd394c9b9e7d41973d74a3b5d3
size 2874172

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEECOJAD/f+j+3jrLUoGBR7BzutKwcFAltRLFwACgkQGBR7Bzut
Kwf25hAAp4lp2BMkQ8Fjw86e9Z7xqFaMebm8JcZoDcr/pDiIGsf2pTfF/T1fgSiZ
lZ4/aZXOyTZltX9hIKI68Wi48BHIhvjF7m43c9wRuus2s+8fpGyf6T1LRuFBbrU2
zX75YH79pnQl8SSPVeGqhnvLqfy1nxRqLFeP20tTFk+7kZTC95+t5jfEvfusAKNI
3vTgf3y+R0jKYjCpl0u+YHiujeO/h65A7wCocVmbt1q2bnh8MdK1NwYEIJDr2C6q
pvPlNQH0M+wMLBA4UM23uk+gWx2P4drHV2ILxSsrh1P15xxH7AWOae299kxWrytO
9gVk3Zx5TC0SDg5SLrgux0t07ux1XNaEBSA6PC5JcpKL++iWPOywT30YKLkcdhtf
3AS27sS/Ktr5Z2I9pWa1nCoM874n3+Bt1NUAIVXeYRIUM+nCm7i0cd8Nukh1CJgm
EULOo/8E4iQCm0+cJwzbm+PSE9aGyG7HFJQ5UtXrT5Orc2OHeNLaqXXgJQfREl36
tU15l8L68vpzkb7Zf5G48P0sMT7E3ceZ/eVP0qnGzGDdCtS+n0+SF024eIP55gM1
N/WampUZedqfrhvESW0n5ZJKSUatWmwx5uZnLhMnVkLwjpSlDTvUk7RZ/5XDWhUu
iptAU+L2UNEx8RMWInbAd28Q0TvEkycNp9j9QSiVtAwzhAiD1TI=
=4wGa
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Oct 24 05:42:05 UTC 2018 - sean@suspend.net
- Update to 1.4.7:
* API:
+ Database::check(): Fix bogus error reports for documents with length
zero due to a new check added in 1.4.6 that the doclength was between the
stored upper and lower bounds, which failed to allow for the lower bound
ignoring documents with length zero (since documents indexed only by
boolean terms aren't involved in weighted searches).
+ Query: Use of Query::MatchAll in multithreaded code causes problems
because the reference counting gets messed up by concurrent updates.
Document that Query(string()) should be used instead of MatchAll in
multithreaded code, and avoid using it in library code.
* Stem:
+ Stemming algorithms added for Irish, Lithuanian, Nepali and Tamil.
+ Merge Snowball compiler changes which improve code generation.
+ Merge optimisations to the Arabic and Turkish stemmers.
* testsuite:
+ Fix duplicate test in apitest closedb10 testcase.
* See also https://xapian.org/docs/xapian-core-1.4.7/NEWS
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 24 09:11:32 UTC 2018 - jengelh@inai.de Tue Jul 24 09:11:32 UTC 2018 - jengelh@inai.de

View File

@ -12,12 +12,12 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: xapian-core Name: xapian-core
Version: 1.4.6 Version: 1.4.7
Release: 0 Release: 0
Summary: The Xapian Probabilistic Information Retrieval Library Summary: The Xapian Probabilistic Information Retrieval Library
License: GPL-2.0-only License: GPL-2.0-only