From 7dd2d06cfe99ade2b2e48e931919a4bb1b440dde45fce16fa5bdb45946ad4d59 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 6 Dec 2022 10:39:01 +0000 Subject: [PATCH] Accepting request 1039899 from home:dirkmueller:Factory - update to v5.1.2: * Rewrite internal testing tool verify and improve it to support testing suggestions. * Greatly improve the speed of suggestions in certain edge cases. See #45. * Fix minor encoding issue in the CLI tool on Windows when reading from file(s) instead of the standard input. UTF-8 is now the default encoding in that case and not the one of the console. OBS-URL: https://build.opensuse.org/request/show/1039899 OBS-URL: https://build.opensuse.org/package/show/M17N/nuspell?expand=0&rev=26 --- nuspell-5.1.1.tar.gz | 3 --- nuspell-5.1.2.tar.gz | 3 +++ nuspell.changes | 11 +++++++++++ nuspell.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 nuspell-5.1.1.tar.gz create mode 100644 nuspell-5.1.2.tar.gz diff --git a/nuspell-5.1.1.tar.gz b/nuspell-5.1.1.tar.gz deleted file mode 100644 index ec28845..0000000 --- a/nuspell-5.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a65cc7414f0123630bd13b7739eda51484b29f6402086b2db7e0deb846083bb0 -size 370879 diff --git a/nuspell-5.1.2.tar.gz b/nuspell-5.1.2.tar.gz new file mode 100644 index 0000000..d88c2b9 --- /dev/null +++ b/nuspell-5.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f5f2faa82df30099555dca94b3a908d38fdba408e31e74535c523f7e6ea18d +size 371092 diff --git a/nuspell.changes b/nuspell.changes index fda380e..c252d89 100644 --- a/nuspell.changes +++ b/nuspell.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Dec 3 22:29:51 UTC 2022 - Dirk Müller + +- update to v5.1.2: + * Rewrite internal testing tool verify and improve it to support testing + suggestions. + * Greatly improve the speed of suggestions in certain edge cases. See #45. + * Fix minor encoding issue in the CLI tool on Windows when reading from + file(s) instead of the standard input. UTF-8 is now the default encoding + in that case and not the one of the console. + ------------------------------------------------------------------- Sat Oct 8 05:20:22 UTC 2022 - Atri Bhattacharya diff --git a/nuspell.spec b/nuspell.spec index bd937c9..b774cff 100644 --- a/nuspell.spec +++ b/nuspell.spec @@ -23,7 +23,7 @@ %define gcc_ver 10 %endif Name: nuspell -Version: 5.1.1 +Version: 5.1.2 Release: 0 Summary: A spell checker library and command-line tool License: LGPL-3.0-or-later