diff --git a/Whoosh-2.5.7.tar.gz b/Whoosh-2.5.7.tar.gz deleted file mode 100644 index f684e5d..0000000 --- a/Whoosh-2.5.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:450d3b76c45dd26ceda101ebafee181c7ab377e8ea37ff5aaca1be79227f73fa -size 1040760 diff --git a/Whoosh-2.7.0.tar.gz b/Whoosh-2.7.0.tar.gz new file mode 100644 index 0000000..6bdfdc7 --- /dev/null +++ b/Whoosh-2.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdfc0e1c5173207ac7b312afe78d83fb552cfed30427bf7b3dba8b1d26cea8f7 +size 950485 diff --git a/python-Whoosh.changes b/python-Whoosh.changes index c5c8558..d8d8899 100644 --- a/python-Whoosh.changes +++ b/python-Whoosh.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Apr 22 11:33:23 UTC 2015 - mcihar@suse.cz + +- Update to 2.7.0: + * Removed on-disk word graph implementation of spell checking in favor of much + simpler and faster FSA implementation over the term file. + * Many bug fixes. + * Removed backwards compatibility with indexes created by versions prior to + 2.5. You may need to re-index if you are using an old index that hasn't been + updated. + * This is the last 2.x release before a major overhaul that will break backwards + compatibility. + ------------------------------------------------------------------- Wed Jul 23 10:50:40 UTC 2014 - mcihar@suse.cz diff --git a/python-Whoosh.spec b/python-Whoosh.spec index cc26b94..0d5f284 100644 --- a/python-Whoosh.spec +++ b/python-Whoosh.spec @@ -1,7 +1,7 @@ # # spec file for package python-Whoosh # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX 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: python-Whoosh -Version: 2.5.7 +Version: 2.7.0 Release: 0 Url: http://www.turbogears.org Summary: Fast, pure-Python full text indexing, search, and spell checking library