forked from pool/nuspell
Accepting request 900547 from M17N
OBS-URL: https://build.opensuse.org/request/show/900547 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nuspell?expand=0&rev=5
This commit is contained in:
commit
3ccc4ee4b2
@ -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
3
nuspell-5.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:855d4771d225dcce1e48d098be6a2d69629c635b79b53f9e095a35adc68f0ea1
|
||||||
|
size 372940
|
@ -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>
|
Tue Jan 12 21:07:52 UTC 2021 - andy great <andythe_great@pm.me>
|
||||||
|
|
||||||
|
@ -16,10 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define sonum 4
|
%define sonum 5
|
||||||
%define libname libnuspell
|
%define libname libnuspell
|
||||||
Name: nuspell
|
Name: nuspell
|
||||||
Version: 4.2.0
|
Version: 5.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A spell checker library and command-line tool
|
Summary: A spell checker library and command-line tool
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user