- 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
This commit is contained in:
parent
63034b1343
commit
48e7af438f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fff5723ee2edfb8131b5da71dd1a69e34c40db2eef54b2658f3da7efe7d91c91
|
|
||||||
size 380814
|
|
3
nuspell-4.2.0.tar.gz
Normal file
3
nuspell-4.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:01804d490bec517748ee49fa2f1249f4c99380c26335e32082cdaa02b5b2b4dc
|
||||||
|
size 382635
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 12 21:07:52 UTC 2021 - andy great <andythe_great@pm.me>
|
||||||
|
|
||||||
|
- 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 <andythe_great@pm.me>
|
Thu Nov 26 08:42:53 UTC 2020 - andy great <andythe_great@pm.me>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package nuspell
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define sonum 4
|
%define sonum 4
|
||||||
%define libname libnuspell
|
%define libname libnuspell
|
||||||
Name: nuspell
|
Name: nuspell
|
||||||
Version: 4.1.0
|
Version: 4.2.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…
x
Reference in New Issue
Block a user