From 6d73177a9578001e5ce6ad32cf5e76521f43c714e1c32d7e4d23fab789136c7d Mon Sep 17 00:00:00 2001 From: andy great Date: Sat, 11 Jul 2020 18:12:20 +0000 Subject: [PATCH] - 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 --- nuspell-3.1.1.tar.gz | 3 --- nuspell-3.1.2.tar.gz | 3 +++ nuspell.changes | 12 ++++++++++++ nuspell.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 nuspell-3.1.1.tar.gz create mode 100644 nuspell-3.1.2.tar.gz diff --git a/nuspell-3.1.1.tar.gz b/nuspell-3.1.1.tar.gz deleted file mode 100644 index 9e7cbc0..0000000 --- a/nuspell-3.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0de090c3786df33392dde5ea8b0121f0fd852d68169834732a46f4d010990b1 -size 379636 diff --git a/nuspell-3.1.2.tar.gz b/nuspell-3.1.2.tar.gz new file mode 100644 index 0000000..badcea8 --- /dev/null +++ b/nuspell-3.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59f8a27e97047f30659182f244daca8e05e052710c0ea5d845c2cb00f6c6eca +size 379029 diff --git a/nuspell.changes b/nuspell.changes index 53dfa77..ee5c77c 100644 --- a/nuspell.changes +++ b/nuspell.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Jul 11 17:52:37 UTC 2020 - andy great + +- 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 diff --git a/nuspell.spec b/nuspell.spec index 5907877..e406ce5 100644 --- a/nuspell.spec +++ b/nuspell.spec @@ -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