forked from pool/freecell-solver
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freecell-solver?expand=0&rev=27
107 lines
3.9 KiB
Plaintext
107 lines
3.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jul 9 12:25:07 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
|
|
|
- Update to 6.12.0
|
|
* Avoid packaging .tidyall.d
|
|
* Renames to "global_instance" and clean-ups
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 28 07:25:41 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
|
|
|
- Update to 6.10.0
|
|
* Add experimental functions in FC_SOLVE_INSTANCE_PARAMS_QUERYING
|
|
* Fewer compile-time / lint-time warnings
|
|
* Convert some regular expressions from \d to [0-9]
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 26 09:00:33 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
|
|
|
- Set CMAKE_INSTALL_DOCDIR to work around incompatible changes
|
|
added to macros.cmake.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 30 18:59:04 UTC 2022 - Christophe Marin <christophe@krop.fr>
|
|
|
|
- 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 14:06:34 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
|
|
|
- Add missing runtime requirements
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 22 11:23:14 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- skip python dependencies as they're only for the testsuite
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 30 09:12:12 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
|
|
|
- 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 13:13:07 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
|
|
|
- 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 1 09:41:27 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
|
|
|
- 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 07:57:53 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
|
|
|
- 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 15:21:34 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
|
|
|
- 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 7 13:21:31 UTC 2018 - Christophe Giboudeaux <christophe@krop.fr>
|
|
|
|
- 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 <freecell-solver/$headerName>
|
|
- Drop fix-rpmlint-errors.patch. Fixed upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 24 12:58:46 UTC 2018 - christophe@krop.fr
|
|
|
|
- Reduce dependencies. freecell-solver-presets
|
|
doesn't need libfreecell-solver.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 23 13:42:45 UTC 2018 - christophe@krop.fr
|
|
|
|
- Initial Release.
|