Hello community, here is the log from the commit of package nuspell for openSUSE:Factory checked in at 2020-11-29 12:19:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nuspell (Old) and /work/SRC/openSUSE:Factory/.nuspell.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nuspell" Sun Nov 29 12:19:07 2020 rev:3 rq:850930 version:4.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/nuspell/nuspell.changes 2020-07-15 15:04:18.111368015 +0200 +++ /work/SRC/openSUSE:Factory/.nuspell.new.5913/nuspell.changes 2020-11-29 12:19:08.777438895 +0100 @@ -1,0 +2,44 @@ +Thu Nov 26 08:42:53 UTC 2020 - andy great <andythe_gr...@pm.me> + +- Update to version 4.1.0. + * Added: Add new API for finding dictionaries on the file-system. + It is a set of free functions located in the file finder.hxx. + * Fixed: Improve searching for dictionaries on the file-system. + Fix finding them on + Fedora. + * Deprecated: Deprecate the old API for finding dictionaries, + i.e. the class Finder in the file finder.hxx. +- Updates since 3.1.2. + * Fix handling CRLF line endings in .dic. Fixes #89. + * Fix CMake scripts for unusual install prefixes. + * Improve hash-table insertion, avoid temporaries. This improves + loading times. + * Switch man-page generator from Ronn to Pandoc. This changes the + dependencies for building. See the README. + * Fix lifetime issue (segmentation fault) in ngram-based + suggestions. + * Fix internal usage of std::codecvt in edge case in function + to_wide() and to_narrow() + * Fix not propagating recursion depth in spell_break(), which + caused hangup. + * Fix overwriting of PDB files when compiling with Visual Studio. + This prevented debugging nuspell.dll. + * Fix output of CLI tool to be more compatible to ispell and + hunspell. + * Boost is no longer a dependency of the library at all. It is + still a dependency of the CLI tool. + * Use std::string_view in the public API instead of const + std::string&. Also use it internally at various places. + * Build as shared library by default. Building as static is still + possible via the CMake's variable BUILD_SHARED_LIBS. + * The public API is annotated with dll-export/visibility + attributes, and also some private functions are annotated needed + for testing. This reduces the file size. + * Use Unicode text segmentation by default in the CLI tool. + Simple segmentation on white-space is still available via CLI + option. + * Delete deprecated functions in the class Finder. + * Drop under-designed and undocumented feature in the CLI tool + about personal dictionaries. + +------------------------------------------------------------------- Old: ---- nuspell-3.1.2.tar.gz New: ---- nuspell-4.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nuspell.spec ++++++ --- /var/tmp/diff_new_pack.cqnxxU/_old 2020-11-29 12:19:09.265439389 +0100 +++ /var/tmp/diff_new_pack.cqnxxU/_new 2020-11-29 12:19:09.269439393 +0100 @@ -16,10 +16,10 @@ # -%define sonum 3 +%define sonum 4 %define libname libnuspell Name: nuspell -Version: 3.1.2 +Version: 4.1.0 Release: 0 Summary: A spell checker library and command-line tool License: LGPL-3.0-or-later @@ -103,16 +103,14 @@ %files -n %{name} %{_bindir}/nuspell -%{_mandir}/man1/nuspell.1%{?ext_man} %files -n %{libname}%{sonum} %doc README.md CHANGELOG.md AUTHORS %license COPYING.LESSER COPYING -%{_libdir}/%{libname}.so.%{sonum}.1.2 +%{_libdir}/%{libname}.so.%{sonum}.1.0 %exclude %{_datadir}/doc/nuspell/README.md %files devel - %{_includedir}/%{name} %{_libdir}/%{libname}.so %{_libdir}/%{libname}.so.%{sonum} ++++++ nuspell-3.1.2.tar.gz -> nuspell-4.1.0.tar.gz ++++++ ++++ 4279 lines of diff (skipped) _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org