Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

nuspell-doc-5.1.4-1.4 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: nuspell-doc Distribution: openSUSE Tumbleweed
Version: 5.1.4 Vendor: openSUSE
Release: 1.4 Build date: Wed Nov 22 08:52:25 2023
Group: Productivity/Office/Other Build host: reproducible
Size: 2352420 Source RPM: nuspell-5.1.4-1.4.src.rpm
Packager: https://bugs.opensuse.org
Url: https://nuspell.github.io/
Summary: API documentation for Nuspell
This package provides API documentation for Nuspell.

Provides

Requires

License

LGPL-3.0-or-later

Changelog

* Wed Nov 22 2023 Atri Bhattacharya <badshah400@gmail.com>
  - 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 <badshah400@gmail.com>
  - 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 <dmueller@suse.com>
  - 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 <badshah400@gmail.com>
  - 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 <andythe_great@pm.me>
  - 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 <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 2020 andy great <andythe_great@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.
* Sat Jul 11 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 2020 andy great <andythe_great@pm.me>
  - Fix build for leap by enabling cmake rpath flag.
* Thu Jun 04 2020 Jan Engelhardt <jengelh@inai.de>
  - Trim redundancies from description.
  - Drop redundant (autodetected) pkgconfig require.

Files

/usr/share/doc/packages/nuspell-doc
/usr/share/doc/packages/nuspell-doc/aff__data_8hxx_source.html
/usr/share/doc/packages/nuspell-doc/annotated.html
/usr/share/doc/packages/nuspell-doc/bc_s.png
/usr/share/doc/packages/nuspell-doc/bc_sd.png
/usr/share/doc/packages/nuspell-doc/checker_8hxx_source.html
/usr/share/doc/packages/nuspell-doc/classes.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_at___scope___exit-members.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_at___scope___exit.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_break___table-members.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_break___table.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_compound___rule___table-members.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_compound___rule___table.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_condition-members.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_condition.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_dict___finder___for___c_l_i___tool-members.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_dict___finder___for___c_l_i___tool.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_dict___finder___for___c_l_i___tool__2-members.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_dict___finder___for___c_l_i___tool__2.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_dictionary-members.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_dictionary.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_dictionary___loading___error.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_dictionary___loading___error__coll__graph.map
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_dictionary___loading___error__coll__graph.md5
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_dictionary___loading___error__coll__graph.svg
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_dictionary___loading___error__inherit__graph.map
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_dictionary___loading___error__inherit__graph.md5
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_dictionary___loading___error__inherit__graph.svg
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_dictionary__coll__graph.map
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_dictionary__coll__graph.md5
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_dictionary__coll__graph.svg
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_dictionary__inherit__graph.map
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_dictionary__inherit__graph.md5
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_dictionary__inherit__graph.svg
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_encoding-members.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_encoding.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_encoding___converter-members.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_encoding___converter.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_hash___multimap-members.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_hash___multimap.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_phonetic___table-members.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_phonetic___table.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_prefix___multiset-members.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_prefix___multiset.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_prefix___multiset_1_1_iter___prefixes___of-members.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_prefix___multiset_1_1_iter___prefixes___of.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_prefix___table-members.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_prefix___table.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_replacement___table-members.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_replacement___table.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_reversed___string___view-members.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_reversed___string___view.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_string___pair-members.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_string___pair.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_string___set-members.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_string___set.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_subrange-members.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_subrange.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_substr___replacer-members.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_substr___replacer.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_suffix___table-members.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_suffix___table.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_to___root___unroot___r_a_i_i-members.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_to___root___unroot___r_a_i_i.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_u8___encoded___c_p-members.html
/usr/share/doc/packages/nuspell-doc/classnuspell_1_1_u8___encoded___c_p.html
/usr/share/doc/packages/nuspell-doc/clipboard.js
/usr/share/doc/packages/nuspell-doc/closed.png
/usr/share/doc/packages/nuspell-doc/cookie.js
/usr/share/doc/packages/nuspell-doc/defines_8hxx_source.html
/usr/share/doc/packages/nuspell-doc/deprecated.html
/usr/share/doc/packages/nuspell-doc/dictionary_8hxx.html
/usr/share/doc/packages/nuspell-doc/dictionary_8hxx__incl.map
/usr/share/doc/packages/nuspell-doc/dictionary_8hxx__incl.md5
/usr/share/doc/packages/nuspell-doc/dictionary_8hxx__incl.svg
/usr/share/doc/packages/nuspell-doc/dictionary_8hxx_source.html
/usr/share/doc/packages/nuspell-doc/dir_68267d1309a1af8e8297ef4c3efbcdba.html
/usr/share/doc/packages/nuspell-doc/dir_fe529e195237b43dc14984a7204ea99a.html
/usr/share/doc/packages/nuspell-doc/dir_fe529e195237b43dc14984a7204ea99a_dep.map
/usr/share/doc/packages/nuspell-doc/dir_fe529e195237b43dc14984a7204ea99a_dep.md5
/usr/share/doc/packages/nuspell-doc/dir_fe529e195237b43dc14984a7204ea99a_dep.svg
/usr/share/doc/packages/nuspell-doc/doc.svg
/usr/share/doc/packages/nuspell-doc/docd.svg
/usr/share/doc/packages/nuspell-doc/doxygen.css
/usr/share/doc/packages/nuspell-doc/doxygen.svg
/usr/share/doc/packages/nuspell-doc/doxygen_crawl.html
/usr/share/doc/packages/nuspell-doc/dynsections.js
/usr/share/doc/packages/nuspell-doc/files.html
/usr/share/doc/packages/nuspell-doc/finder_8hxx.html
/usr/share/doc/packages/nuspell-doc/finder_8hxx__incl.map
/usr/share/doc/packages/nuspell-doc/finder_8hxx__incl.md5
/usr/share/doc/packages/nuspell-doc/finder_8hxx__incl.svg
/usr/share/doc/packages/nuspell-doc/finder_8hxx_source.html
/usr/share/doc/packages/nuspell-doc/folderclosed.svg
/usr/share/doc/packages/nuspell-doc/folderclosedd.svg
/usr/share/doc/packages/nuspell-doc/folderopen.svg
/usr/share/doc/packages/nuspell-doc/folderopend.svg
/usr/share/doc/packages/nuspell-doc/functions.html
/usr/share/doc/packages/nuspell-doc/functions_func.html
/usr/share/doc/packages/nuspell-doc/functions_vars.html
/usr/share/doc/packages/nuspell-doc/graph_legend.html
/usr/share/doc/packages/nuspell-doc/graph_legend.md5
/usr/share/doc/packages/nuspell-doc/graph_legend.svg
/usr/share/doc/packages/nuspell-doc/hierarchy.html
/usr/share/doc/packages/nuspell-doc/index.html
/usr/share/doc/packages/nuspell-doc/inherit_graph_0.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_0.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_0.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_1.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_1.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_1.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_10.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_10.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_10.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_11.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_11.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_11.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_12.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_12.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_12.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_13.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_13.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_13.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_14.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_14.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_14.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_15.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_15.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_15.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_16.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_16.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_16.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_17.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_17.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_17.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_18.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_18.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_18.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_19.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_19.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_19.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_2.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_2.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_2.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_20.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_20.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_20.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_21.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_21.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_21.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_22.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_22.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_22.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_23.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_23.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_23.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_24.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_24.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_24.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_25.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_25.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_25.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_26.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_26.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_26.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_27.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_27.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_27.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_28.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_28.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_28.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_29.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_29.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_29.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_3.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_3.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_3.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_30.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_30.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_30.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_31.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_31.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_31.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_32.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_32.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_32.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_33.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_33.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_33.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_34.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_34.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_34.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_35.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_35.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_35.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_36.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_36.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_36.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_37.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_37.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_37.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_38.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_38.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_38.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_39.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_39.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_39.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_4.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_4.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_4.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_40.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_40.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_40.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_41.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_41.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_41.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_42.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_42.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_42.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_5.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_5.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_5.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_6.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_6.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_6.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_7.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_7.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_7.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_8.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_8.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_8.svg
/usr/share/doc/packages/nuspell-doc/inherit_graph_9.map
/usr/share/doc/packages/nuspell-doc/inherit_graph_9.md5
/usr/share/doc/packages/nuspell-doc/inherit_graph_9.svg
/usr/share/doc/packages/nuspell-doc/inherits.html
/usr/share/doc/packages/nuspell-doc/jquery.js
/usr/share/doc/packages/nuspell-doc/menu.js
/usr/share/doc/packages/nuspell-doc/menudata.js
/usr/share/doc/packages/nuspell-doc/minus.svg
/usr/share/doc/packages/nuspell-doc/minusd.svg
/usr/share/doc/packages/nuspell-doc/namespacemembers.html
/usr/share/doc/packages/nuspell-doc/namespacemembers_func.html
/usr/share/doc/packages/nuspell-doc/namespacenuspell.html
/usr/share/doc/packages/nuspell-doc/namespaces.html
/usr/share/doc/packages/nuspell-doc/nav_f.png
/usr/share/doc/packages/nuspell-doc/nav_fd.png
/usr/share/doc/packages/nuspell-doc/nav_g.png
/usr/share/doc/packages/nuspell-doc/nav_h.png
/usr/share/doc/packages/nuspell-doc/nav_hd.png
/usr/share/doc/packages/nuspell-doc/nuspell__export2_8h_source.html
/usr/share/doc/packages/nuspell-doc/open.png
/usr/share/doc/packages/nuspell-doc/pages.html
/usr/share/doc/packages/nuspell-doc/plus.svg
/usr/share/doc/packages/nuspell-doc/plusd.svg
/usr/share/doc/packages/nuspell-doc/search
/usr/share/doc/packages/nuspell-doc/search/all_0.js
/usr/share/doc/packages/nuspell-doc/search/all_1.js
/usr/share/doc/packages/nuspell-doc/search/all_2.js
/usr/share/doc/packages/nuspell-doc/search/all_3.js
/usr/share/doc/packages/nuspell-doc/search/all_4.js
/usr/share/doc/packages/nuspell-doc/search/all_5.js
/usr/share/doc/packages/nuspell-doc/search/all_6.js
/usr/share/doc/packages/nuspell-doc/search/all_7.js
/usr/share/doc/packages/nuspell-doc/search/all_8.js
/usr/share/doc/packages/nuspell-doc/search/all_9.js
/usr/share/doc/packages/nuspell-doc/search/all_a.js
/usr/share/doc/packages/nuspell-doc/search/all_b.js
/usr/share/doc/packages/nuspell-doc/search/all_c.js
/usr/share/doc/packages/nuspell-doc/search/all_d.js
/usr/share/doc/packages/nuspell-doc/search/all_e.js
/usr/share/doc/packages/nuspell-doc/search/all_f.js
/usr/share/doc/packages/nuspell-doc/search/classes_0.js
/usr/share/doc/packages/nuspell-doc/search/classes_1.js
/usr/share/doc/packages/nuspell-doc/search/classes_2.js
/usr/share/doc/packages/nuspell-doc/search/classes_3.js
/usr/share/doc/packages/nuspell-doc/search/classes_4.js
/usr/share/doc/packages/nuspell-doc/search/classes_5.js
/usr/share/doc/packages/nuspell-doc/search/classes_6.js
/usr/share/doc/packages/nuspell-doc/search/classes_7.js
/usr/share/doc/packages/nuspell-doc/search/classes_8.js
/usr/share/doc/packages/nuspell-doc/search/classes_9.js
/usr/share/doc/packages/nuspell-doc/search/classes_a.js
/usr/share/doc/packages/nuspell-doc/search/classes_b.js
/usr/share/doc/packages/nuspell-doc/search/classes_c.js
/usr/share/doc/packages/nuspell-doc/search/close.svg
/usr/share/doc/packages/nuspell-doc/search/files_0.js
/usr/share/doc/packages/nuspell-doc/search/files_1.js
/usr/share/doc/packages/nuspell-doc/search/functions_0.js
/usr/share/doc/packages/nuspell-doc/search/functions_1.js
/usr/share/doc/packages/nuspell-doc/search/functions_2.js
/usr/share/doc/packages/nuspell-doc/search/mag.svg
/usr/share/doc/packages/nuspell-doc/search/mag_d.svg
/usr/share/doc/packages/nuspell-doc/search/mag_sel.svg
/usr/share/doc/packages/nuspell-doc/search/mag_seld.svg
/usr/share/doc/packages/nuspell-doc/search/namespaces_0.js
/usr/share/doc/packages/nuspell-doc/search/pages_0.js
/usr/share/doc/packages/nuspell-doc/search/pages_1.js
/usr/share/doc/packages/nuspell-doc/search/search.css
/usr/share/doc/packages/nuspell-doc/search/search.js
/usr/share/doc/packages/nuspell-doc/search/searchdata.js
/usr/share/doc/packages/nuspell-doc/search/variables_0.js
/usr/share/doc/packages/nuspell-doc/splitbar.png
/usr/share/doc/packages/nuspell-doc/splitbard.png
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_aff___data-members.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_aff___data.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_aff___data__coll__graph.map
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_aff___data__coll__graph.md5
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_aff___data__coll__graph.svg
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_aff___data__inherit__graph.map
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_aff___data__inherit__graph.md5
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_aff___data__inherit__graph.svg
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result-members.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result_3_01_t1_00_01void_01_4-members.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result_3_01_t1_00_01void_01_4.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result_3_01_t1_00_01void_01_4__coll__graph.map
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result_3_01_t1_00_01void_01_4__coll__graph.md5
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result_3_01_t1_00_01void_01_4__coll__graph.svg
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result_3_01_t1_00_01void_01_4__inherit__graph.map
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result_3_01_t1_00_01void_01_4__inherit__graph.md5
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result_3_01_t1_00_01void_01_4__inherit__graph.svg
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result_3_01void_00_01void_01_4-members.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result_3_01void_00_01void_01_4.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result_3_01void_00_01void_01_4__coll__graph.map
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result_3_01void_00_01void_01_4__coll__graph.md5
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result_3_01void_00_01void_01_4__coll__graph.svg
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result_3_01void_00_01void_01_4__inherit__graph.map
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result_3_01void_00_01void_01_4__inherit__graph.md5
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result_3_01void_00_01void_01_4__inherit__graph.svg
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result___base-members.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result___base.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result___base__inherit__graph.map
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result___base__inherit__graph.md5
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result___base__inherit__graph.svg
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result__coll__graph.map
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result__coll__graph.md5
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result__coll__graph.svg
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result__inherit__graph.map
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result__inherit__graph.md5
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_affixing___result__inherit__graph.svg
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_checker-members.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_checker.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_checker__coll__graph.map
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_checker__coll__graph.md5
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_checker__coll__graph.svg
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_checker__inherit__graph.map
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_checker__inherit__graph.md5
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_checker__inherit__graph.svg
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_compound___pattern-members.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_compound___pattern.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_compound___pattern__coll__graph.map
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_compound___pattern__coll__graph.md5
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_compound___pattern__coll__graph.svg
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_compounding___result-members.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_compounding___result.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_condition___exception.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_condition___exception__coll__graph.map
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_condition___exception__coll__graph.md5
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_condition___exception__coll__graph.svg
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_condition___exception__inherit__graph.map
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_condition___exception__inherit__graph.md5
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_condition___exception__inherit__graph.svg
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_extractor___of___appending___from___affix-members.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_extractor___of___appending___from___affix.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_idx___and___next___c_p-members.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_idx___and___next___c_p.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_idx___and___next___c_p___valid-members.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_idx___and___next___c_p___valid.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_idx___and___prev___c_p-members.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_idx___and___prev___c_p.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_idx___and___prev___c_p___valid-members.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_idx___and___prev___c_p___valid.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_prefix-members.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_prefix.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_prefix__coll__graph.map
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_prefix__coll__graph.md5
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_prefix__coll__graph.svg
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_similarity___group-members.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_similarity___group.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_string___reverser-members.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_string___reverser.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_suffix-members.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_suffix.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_suffix__coll__graph.map
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_suffix__coll__graph.md5
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_suffix__coll__graph.svg
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_suggester-members.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_suggester.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_suggester__coll__graph.map
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_suggester__coll__graph.md5
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_suggester__coll__graph.svg
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_suggester__inherit__graph.map
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_suggester__inherit__graph.md5
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_suggester__inherit__graph.svg
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_u8___c_p___pos-members.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_u8___c_p___pos.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_write___c_p___idx__and___error-members.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1_write___c_p___idx__and___error.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1identity-members.html
/usr/share/doc/packages/nuspell-doc/structnuspell_1_1identity.html
/usr/share/doc/packages/nuspell-doc/structures_8hxx_source.html
/usr/share/doc/packages/nuspell-doc/suggester_8hxx_source.html
/usr/share/doc/packages/nuspell-doc/sync_off.png
/usr/share/doc/packages/nuspell-doc/sync_on.png
/usr/share/doc/packages/nuspell-doc/tab_a.png
/usr/share/doc/packages/nuspell-doc/tab_ad.png
/usr/share/doc/packages/nuspell-doc/tab_b.png
/usr/share/doc/packages/nuspell-doc/tab_bd.png
/usr/share/doc/packages/nuspell-doc/tab_h.png
/usr/share/doc/packages/nuspell-doc/tab_hd.png
/usr/share/doc/packages/nuspell-doc/tab_s.png
/usr/share/doc/packages/nuspell-doc/tab_sd.png
/usr/share/doc/packages/nuspell-doc/tabs.css
/usr/share/doc/packages/nuspell-doc/unicode_8hxx_source.html
/usr/share/doc/packages/nuspell-doc/utils_8hxx_source.html
/usr/share/licenses/nuspell-doc
/usr/share/licenses/nuspell-doc/COPYING
/usr/share/licenses/nuspell-doc/COPYING.LESSER


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024