SHA256
1
0
forked from pool/nuspell

Accepting request 900541 from home:andythe_great:branches:M17N

- Update to version 5.0.0.
  * Fixed
    * Greatly reduce memory usage.
    * Increase speed of spellchecking.
    * Fix long lagging when generating suggestions in edge cases.
    * Fix building on OS Haiku.
  * Changed
    * Split file dictionary.hxx/cxx into multiple files. The other
      files are implementation details and the public header
      dictionary.hxx is now clean of private details.
  * Removed
    * Remove functions and classes that were deprecated in v4.x.

OBS-URL: https://build.opensuse.org/request/show/900541
OBS-URL: https://build.opensuse.org/package/show/M17N/nuspell?expand=0&rev=22
This commit is contained in:
andy great 2021-06-17 09:25:33 +00:00 committed by Git OBS Bridge
parent 7f174eafa5
commit b1bcea2834
4 changed files with 21 additions and 5 deletions

View File

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

3
nuspell-5.0.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Jun 17 07:27:33 UTC 2021 - andy great <andythe_great@pm.me>
- Update to version 5.0.0.
* Fixed
* Greatly reduce memory usage.
* Increase speed of spellchecking.
* Fix long lagging when generating suggestions in edge cases.
* Fix building on OS Haiku.
* Changed
* Split file dictionary.hxx/cxx into multiple files. The other
files are implementation details and the public header
dictionary.hxx is now clean of private details.
* Removed
* Remove functions and classes that were deprecated in v4.x.
-------------------------------------------------------------------
Tue Jan 12 21:07:52 UTC 2021 - andy great <andythe_great@pm.me>

View File

@ -16,10 +16,10 @@
#
%define sonum 4
%define sonum 5
%define libname libnuspell
Name: nuspell
Version: 4.2.0
Version: 5.0.0
Release: 0
Summary: A spell checker library and command-line tool
License: LGPL-3.0-or-later