SHA256
1
0
forked from pool/nuspell

- Update to version 3.1.2.

* Fixed: Internal refactorings that reduce function templates in
    utils and finder.
  * Changed: File utils.hxx is not installed any more. It is a 
    private header.
  * Deprecated: Some functions for searching dictionaries in class
    Finder are deprecated as they were searching in directories that
    no longer contain dictionaries.

OBS-URL: https://build.opensuse.org/package/show/M17N/nuspell?expand=0&rev=13
This commit is contained in:
andy great 2020-07-11 18:12:20 +00:00 committed by Git OBS Bridge
parent 1c96b8472d
commit 6d73177a95
4 changed files with 17 additions and 5 deletions

View File

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

3
nuspell-3.1.2.tar.gz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Jul 11 17:52:37 UTC 2020 - andy great <andythe_great@pm.me>
- Update to version 3.1.2.
* Fixed: Internal refactorings that reduce function templates in
utils and finder.
* Changed: File utils.hxx is not installed any more. It is a
private header.
* Deprecated: Some functions for searching dictionaries in class
Finder are deprecated as they were searching in directories that
no longer contain dictionaries.
-------------------------------------------------------------------
Sat Jul 11 17:49:40 UTC 2020 - andy great <andythe_great@pm.me>

View File

@ -19,7 +19,7 @@
%define sonum 3
%define libname libnuspell
Name: nuspell
Version: 3.1.1
Version: 3.1.2
Release: 0
Summary: A spell checker library and command-line tool
License: LGPL-3.0-or-later
@ -108,7 +108,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.%{sonum}.1.2
%exclude %{_datadir}/doc/nuspell/README.md
%files devel