SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libnuspell5-5.1.6-35.4.x86_64.rpm :

* Fri Aug 23 2024 Dominique Leuenberger - BuildRequire /usr/bin/ronn instead of rubygem(ronn): there are alternatives around and the build does not care wich one is used.
* Wed Jul 24 2024 Atri Bhattacharya - Disable man file generation to avoid BuildRequires on pandoc (nuspell is a Ring1 package).
* Wed Jul 17 2024 Atri Bhattacharya - Update to version 5.1.6:
* Be more explicit about Pandoc dependency, do not quietly continue building if it is not found.
* Fix compatibility with older versions of Pandoc.- Changes from version 5.1.5:
* Added man-page for the CLI tool. Pandoc is again dependency for building.
* Fix edge case when parsing LONG flags in the .aff file.- New BuildRequires: pandoc to build man file.
* Wed Mar 20 2024 Richard Biener - Avoid relying on macro expansion in BuildRequires as that breaks Substitute.
* Wed Nov 22 2023 Atri Bhattacharya - Update to version 5.1.4:
* Raise the minimum required version of dependency Catch2 to v3.1.1. See gh#nuspell/nuspell#133.- Bump BuildRequires: pkgconfig(catch2) >= 3.3.2; contrary to upstream release notes, tests require 3.3.2 or newer; see commit ee40edc. Unfortunately, this means no testing for builds on Leap.
* Thu Sep 07 2023 Atri Bhattacharya - Update to version 5.1.3:
* The documentation generated by Doxygen no longer shows the inline namespace used for versioning of the ABI.
* Sat Dec 03 2022 Dirk Müller - update to v5.1.2:
* Rewrite internal testing tool verify and improve it to support testing suggestions.
* Greatly improve the speed of suggestions in certain edge cases. See #45.
* Fix minor encoding issue in the CLI tool on Windows when reading from file(s) instead of the standard input. UTF-8 is now the default encoding in that case and not the one of the console.
* Sat Oct 08 2022 Atri Bhattacharya - Update to version 5.1.1:
* Add configuration option BUILD_TOOLS that can be used to disable building the CLI tool (gh#nuspell/nuspell#122).
* Made error reporting more detailed and robust (gh#nuspell/nuspell#123).
* Fix compiler warnings regarding usage of deprecated functions.- Changes from version 5.1.0:
* Add new API for finding dictionaries on the filesystem that uses facilities from C++17 std::filesystem.
* Simplify CLI tool and removed some unused features from it.
* Deprecate old API for finding dictionaries on the filesystem that used strings for paths.
* Remove man-page for CLI tool and dependency on pandoc.- BuildRequires: pkgconfig(catch2) < 3 instead of unversioned Catch2-devel, since package is not yet compatible with Catch2 version 3 and higher.- Require gcc-c++ >= 10 for successful builds, i.e. BuildRequires: gcc10-c++ for openSUSE < 1550.- Fix building of API documentation and install it as part of new doc package; BuildRequires: fdupes, graphviz (for dot).- Spec file cleanups:
* Install license with every package.
* Remove any doc files from shared lib and install as part of %{name}: shared lib should contain nothing more than the shared object(s) and license.
* Move all %libname.so.
* files to shared lib package, devel pkg should contain just the %libname.so symlink amidst other devel files.
* %{name}-devel pkg dependencies: Add shared lib, drop %{name}.
* Thu Jun 17 2021 andy great - Update to version 5.0.0.
* Fixed
* Greatly reduce memory usage.
* Increase speed of spellchecking.
* Fix long lagging when generating suggestions in edge cases.
* Fix building on OS Haiku.
* Changed
* Split file dictionary.hxx/cxx into multiple files. The other files are implementation details and the public header dictionary.hxx is now clean of private details.
* Removed
* Remove functions and classes that were deprecated in v4.x.
* Tue Jan 12 2021 andy great - 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.
 
ICM