forked from pool/freecell-solver
Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 07cf7897ea | |||
|
|
3e9433f640 | ||
| 1b6d21418a | |||
| b31ca54fbd | |||
| 5646576151 | |||
|
|
858e5fc3fc | ||
|
|
433ec1f252 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a2b89e804ce4b918ef749031676210f2095fea3a8cb129805602843c7c4884a0
|
|
||||||
size 440312
|
|
||||||
3
freecell-solver-6.16.0.tar.xz
Normal file
3
freecell-solver-6.16.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:71b8882e68f1be62529069018d0c732b75078669077c96348279575849f34313
|
||||||
|
size 443572
|
||||||
@@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 2 11:08:21 UTC 2026 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 6.16.0:
|
||||||
|
* Clean up and sanitize the the depth/dbm fc-solvers.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 11 18:39:22 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Update to 6.14.0:
|
||||||
|
- Require pysol_cards.gen_multi_cli and avoid requiring
|
||||||
|
random2.
|
||||||
|
- Add comments and documentation.
|
||||||
|
- Apply add_tag("tests_may_fail") to more failing compile-time
|
||||||
|
configurations.
|
||||||
|
- Add “STRICT ⇒ 1” to Template Toolkit invocations.
|
||||||
|
- clang-format and perltidy syntax fixes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 9 12:25:07 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
Tue Jul 9 12:25:07 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package freecell-solver
|
# spec file for package freecell-solver
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2026 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
%define libname libfreecell-solver
|
%define libname libfreecell-solver
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: freecell-solver
|
Name: freecell-solver
|
||||||
Version: 6.12.0
|
Version: 6.16.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Freecell Solver
|
Summary: A Freecell Solver
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -38,13 +38,9 @@ BuildRequires: perl(Moo)
|
|||||||
BuildRequires: perl(Path::Tiny)
|
BuildRequires: perl(Path::Tiny)
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
Requires: python3-pysol-cards
|
Requires: python3-pysol-cards
|
||||||
Requires: python3-random2
|
|
||||||
Requires: python3-six
|
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: python3-cffi
|
BuildRequires: python3-cffi
|
||||||
BuildRequires: python3-pysol-cards
|
BuildRequires: python3-pysol-cards
|
||||||
BuildRequires: python3-random2
|
|
||||||
BuildRequires: python3-six
|
|
||||||
BuildRequires: perl(Task::FreecellSolver::Testing)
|
BuildRequires: perl(Task::FreecellSolver::Testing)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@@ -78,9 +74,6 @@ Development package for the libfreecell-solver library
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
# Unneeded 3rdparty module
|
|
||||||
rm -r rinutils
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -DBUILD_STATIC_LIBRARY:BOOL=FALSE \
|
%cmake -DBUILD_STATIC_LIBRARY:BOOL=FALSE \
|
||||||
-DCMAKE_INSTALL_DOCDIR:STRING=%{_datadir}/doc/freecell-solver \
|
-DCMAKE_INSTALL_DOCDIR:STRING=%{_datadir}/doc/freecell-solver \
|
||||||
|
|||||||
Reference in New Issue
Block a user