From b1bcea2834f77ea5c0eed99bb02bf8e04e13c3be3cac0e65c4bccbe54d1439f8 Mon Sep 17 00:00:00 2001 From: andy great Date: Thu, 17 Jun 2021 09:25:33 +0000 Subject: [PATCH] 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 --- nuspell-4.2.0.tar.gz | 3 --- nuspell-5.0.0.tar.gz | 3 +++ nuspell.changes | 16 ++++++++++++++++ nuspell.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 nuspell-4.2.0.tar.gz create mode 100644 nuspell-5.0.0.tar.gz diff --git a/nuspell-4.2.0.tar.gz b/nuspell-4.2.0.tar.gz deleted file mode 100644 index a665fde..0000000 --- a/nuspell-4.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01804d490bec517748ee49fa2f1249f4c99380c26335e32082cdaa02b5b2b4dc -size 382635 diff --git a/nuspell-5.0.0.tar.gz b/nuspell-5.0.0.tar.gz new file mode 100644 index 0000000..71ed804 --- /dev/null +++ b/nuspell-5.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855d4771d225dcce1e48d098be6a2d69629c635b79b53f9e095a35adc68f0ea1 +size 372940 diff --git a/nuspell.changes b/nuspell.changes index acf6bb1..4fd555f 100644 --- a/nuspell.changes +++ b/nuspell.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Jun 17 07:27:33 UTC 2021 - andy great + +- 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 diff --git a/nuspell.spec b/nuspell.spec index bca3910..d237977 100644 --- a/nuspell.spec +++ b/nuspell.spec @@ -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