diff --git a/xapian-core-1.2.16.tar.xz b/xapian-core-1.2.16.tar.xz deleted file mode 100644 index 534b53a..0000000 --- a/xapian-core-1.2.16.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4ecef14297136e498f55670df9b80800244bc21abb8e01d5f9dab65a1fae9b9 -size 3039524 diff --git a/xapian-core-1.2.17.tar.xz b/xapian-core-1.2.17.tar.xz new file mode 100644 index 0000000..621d8cd --- /dev/null +++ b/xapian-core-1.2.17.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79d45b0f30e62cfe51294a731291b903d9b33fc82ac2b26ab710866002cc6de +size 3165256 diff --git a/xapian-core.changes b/xapian-core.changes index 9d182d5..e8797a0 100644 --- a/xapian-core.changes +++ b/xapian-core.changes @@ -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 diff --git a/xapian-core.spec b/xapian-core.spec index 2f2cb41..ca45deb 100644 --- a/xapian-core.spec +++ b/xapian-core.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: xapian-core -Version: 1.2.16 +Version: 1.2.17 Release: 0 Summary: The Xapian Probabilistic Information Retrieval Library License: GPL-2.0