SHA256
1
0
forked from pool/nuspell

Accepting request 862717 from M17N

- 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/request/show/862717
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nuspell?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2021-01-18 10:26:07 +00:00 committed by Git OBS Bridge
commit 44790e6890
4 changed files with 15 additions and 7 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01804d490bec517748ee49fa2f1249f4c99380c26335e32082cdaa02b5b2b4dc
size 382635

View File

@ -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>

View File

@ -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
@ -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
@ -107,7 +106,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