From 48e7af438fe90a696a4c8275ff318a944bc8bb433a4572d6671389c54e0bf7f7 Mon Sep 17 00:00:00 2001 From: andy great Date: Tue, 12 Jan 2021 21:09:39 +0000 Subject: [PATCH 1/3] - Update to version 4.2.0. * Deprecate functions that allowed non-Unicode encoding. In particular, Dictionary::imbue() and Dictionary::imbue_utf8(). * Completely remove dependency on Boost. The CLI tools were refactored to use ICU directly. OBS-URL: https://build.opensuse.org/package/show/M17N/nuspell?expand=0&rev=18 --- nuspell-4.1.0.tar.gz | 3 --- nuspell-4.2.0.tar.gz | 3 +++ nuspell.changes | 9 +++++++++ nuspell.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 nuspell-4.1.0.tar.gz create mode 100644 nuspell-4.2.0.tar.gz diff --git a/nuspell-4.1.0.tar.gz b/nuspell-4.1.0.tar.gz deleted file mode 100644 index ee56bdf..0000000 --- a/nuspell-4.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fff5723ee2edfb8131b5da71dd1a69e34c40db2eef54b2658f3da7efe7d91c91 -size 380814 diff --git a/nuspell-4.2.0.tar.gz b/nuspell-4.2.0.tar.gz new file mode 100644 index 0000000..a665fde --- /dev/null +++ b/nuspell-4.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01804d490bec517748ee49fa2f1249f4c99380c26335e32082cdaa02b5b2b4dc +size 382635 diff --git a/nuspell.changes b/nuspell.changes index 2c5de3f..acf6bb1 100644 --- a/nuspell.changes +++ b/nuspell.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jan 12 21:07:52 UTC 2021 - andy great + +- Update to version 4.2.0. + * Deprecate functions that allowed non-Unicode encoding. In + particular, Dictionary::imbue() and Dictionary::imbue_utf8(). + * Completely remove dependency on Boost. The CLI tools were + refactored to use ICU directly. + ------------------------------------------------------------------- Thu Nov 26 08:42:53 UTC 2020 - andy great diff --git a/nuspell.spec b/nuspell.spec index f27218e..546b7e7 100644 --- a/nuspell.spec +++ b/nuspell.spec @@ -1,7 +1,7 @@ # # spec file for package nuspell # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define sonum 4 %define libname libnuspell Name: nuspell -Version: 4.1.0 +Version: 4.2.0 Release: 0 Summary: A spell checker library and command-line tool License: LGPL-3.0-or-later From ea6a6172c7f43332b90887eb943f7b1e3da842024066f8c927bae4f374034be4 Mon Sep 17 00:00:00 2001 From: andy great Date: Tue, 12 Jan 2021 21:15:42 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/M17N/nuspell?expand=0&rev=19 --- nuspell.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuspell.spec b/nuspell.spec index 546b7e7..b108881 100644 --- a/nuspell.spec +++ b/nuspell.spec @@ -107,7 +107,7 @@ popd %files -n %{libname}%{sonum} %doc README.md CHANGELOG.md AUTHORS %license COPYING.LESSER COPYING -%{_libdir}/%{libname}.so.%{sonum}.1.0 +%{_libdir}/%{libname}.so.%{version} %exclude %{_datadir}/doc/nuspell/README.md %files devel From 7f174eafa5ed25e345839ac1aa626246192e5e0326d9db6ea12e1091e0c8deec Mon Sep 17 00:00:00 2001 From: andy great Date: Tue, 12 Jan 2021 21:37:08 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/M17N/nuspell?expand=0&rev=20 --- nuspell.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/nuspell.spec b/nuspell.spec index b108881..bca3910 100644 --- a/nuspell.spec +++ b/nuspell.spec @@ -30,7 +30,6 @@ BuildRequires: Catch2-devel BuildRequires: cmake BuildRequires: doxygen BuildRequires: gcc-c++ -BuildRequires: libboost_locale-devel BuildRequires: libicu-devel BuildRequires: rubygem(%{rb_default_ruby_abi}:ronn) Requires: hunspell