17
0

7 Commits

Author SHA256 Message Date
07cf7897ea Accepting request 1325146 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1325146
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freecell-solver?expand=0&rev=13
2026-01-03 16:27:54 +00:00
Christophe Marin
3e9433f640 - update to 6.16.0:
* Clean up and sanitize the the depth/dbm fc-solvers.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freecell-solver?expand=0&rev=34
2026-01-02 15:28:36 +00:00
1b6d21418a osc copypac from project:openSUSE:Factory package:freecell-solver revision:12, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freecell-solver?expand=0&rev=33
2026-01-02 14:58:42 +00:00
b31ca54fbd - update to 6.16.0:
* Clean up and sanitize the the depth/dbm fc-solvers.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freecell-solver?expand=0&rev=32
2026-01-02 11:08:37 +00:00
5646576151 Accepting request 1304145 from devel:libraries:c_c++
Update to 6.14.0

OBS-URL: https://build.opensuse.org/request/show/1304145
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freecell-solver?expand=0&rev=12
2025-09-12 19:09:59 +00:00
Christophe Marin
858e5fc3fc OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freecell-solver?expand=0&rev=30 2025-09-11 19:46:10 +00:00
Christophe Marin
433ec1f252 - 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.
- Add remove-py2-support.patch (gh#shlomif/fc-solve!102) which
  removes Python 2 support, and particularly removes the
  dependency on the six package.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freecell-solver?expand=0&rev=29
2025-09-11 19:26:34 +00:00
4 changed files with 23 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2b89e804ce4b918ef749031676210f2095fea3a8cb129805602843c7c4884a0
size 440312

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:71b8882e68f1be62529069018d0c732b75078669077c96348279575849f34313
size 443572

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
%define libname libfreecell-solver
%bcond_with tests
Name: freecell-solver
Version: 6.12.0
Version: 6.16.0
Release: 0
Summary: A Freecell Solver
License: MIT
@@ -38,13 +38,9 @@ BuildRequires: perl(Moo)
BuildRequires: perl(Path::Tiny)
BuildRequires: pkgconfig(glib-2.0)
Requires: python3-pysol-cards
Requires: python3-random2
Requires: python3-six
%if %{with tests}
BuildRequires: python3-cffi
BuildRequires: python3-pysol-cards
BuildRequires: python3-random2
BuildRequires: python3-six
BuildRequires: perl(Task::FreecellSolver::Testing)
%endif
@@ -78,9 +74,6 @@ Development package for the libfreecell-solver library
%prep
%autosetup -p1
# Unneeded 3rdparty module
rm -r rinutils
%build
%cmake -DBUILD_STATIC_LIBRARY:BOOL=FALSE \
-DCMAKE_INSTALL_DOCDIR:STRING=%{_datadir}/doc/freecell-solver \