Changelog for
freecell-solver-debugsource-6.8.0-2.1.i586.rpm :
* Mon Feb 26 2024 Christophe Marin
- Set CMAKE_INSTALL_DOCDIR to work around incompatible changes added to macros.cmake.
* Wed Nov 30 2022 Christophe Marin - Update to 6.8.0
* Workaround an ldd regression
* OpenCL deal finder cleanups
* Made the tests suite pass on more CMake options\' configurations
* Cleanups
* Thu Sep 22 2022 Christophe Giboudeaux - Add missing runtime requirements
* Thu Sep 22 2022 Dirk Müller - skip python dependencies as they\'re only for the testsuite
* Sat Oct 30 2021 Christophe Giboudeaux - Update to 6.6.0
* Ignore the FCS_SINGLE_HARD_THREAD and FCS_DISABLE_MULTI_NEXT_INSTS options while removing complexity from the source code.
* Better rinutils bootstrap shim.
* Silence some compiler warnings.
* Thu Apr 29 2021 Ferdinand Thiessen - Update to 6.2.0
* Fix run time errors
* Add a more compact representation of zero-freecells deals- New build requirement: python3-cffi
* Tue Sep 01 2020 Christophe Giboudeaux - Update to 6.0.1
* Fix a minor bug where the initial position could be traversed twice.
* Add the +FCS_HARD_CODE_STATE_DEPTH_FIELD+ compile time option.
* Code cleanups.
* Tue Jul 14 2020 Christophe Giboudeaux - Update to 5.24.0. Changes since 5.22.1:
* Add the \"=all()\" moves order specifier.
* Add the FCS_ZERO_FREECELLS_MODE compile macro.
* Update the compile time CMake descriptions for optimizing runtimes on more modern CPUs.
* Remove support for the secondary hash value.- Check the installed NEWS file for older changes.
* Fri Apr 19 2019 Christophe Giboudeaux - Update to 5.6.0
* Cleanups and optimisations
* Add \"--max-num-states\" to the dbm solvers Check the NEWS.asciidoc file for the full list of changes.
* Wed Nov 07 2018 Christophe Giboudeaux - Update to 5.0.0
* Add the gen-multiple-pysol-layouts executable to generate several numbered deals as separate files.
* Rename the AsciiDoc documents
* userland headers can now only be used with #include - Drop fix-rpmlint-errors.patch. Fixed upstream