Hello community,
here is the log from the commit of package freecell-solver for openSUSE:Factory
checked in at 2020-07-15 15:05:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/freecell-solver (Old)
and /work/SRC/openSUSE:Factory/.freecell-solver.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "freecell-solver"
Wed Jul 15 15:05:17 2020 rev:3 rq:820836 version:5.24.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/freecell-solver/freecell-solver.changes
2018-11-12 09:38:33.301435993 +0100
+++
/work/SRC/openSUSE:Factory/.freecell-solver.new.3060/freecell-solver.changes
2020-07-15 15:05:54.923462427 +0200
@@ -1,0 +2,19 @@
+Tue Jul 14 07:57:53 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- 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 <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
freecell-solver-5.0.0.tar.xz
New:
----
freecell-solver-5.24.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ freecell-solver.spec ++++++
--- /var/tmp/diff_new_pack.oaKcfD/_old 2020-07-15 15:05:58.087465513 +0200
+++ /var/tmp/diff_new_pack.oaKcfD/_new 2020-07-15 15:05:58.091465517 +0200
@@ -1,7 +1,7 @@
#
# spec file for package freecell-solver
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,20 +19,21 @@
%define soversion 0
%define libname libfreecell-solver
Name: freecell-solver
-Version: 5.0.0
+Version: 5.24.0
Release: 0
Summary: A Freecell Solver
License: MIT
Group: Amusements/Games/Other
-URL: http://fc-solve.shlomifish.org
+URL: https://fc-solve.shlomifish.org
Source0:
http://fc-solve.shlomifish.org/downloads/fc-solve/%{name}-%{version}.tar.xz
-BuildRequires: cmake >= 3.0
+BuildRequires: cmake >= 3.5
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: gmp-devel
BuildRequires: gperf
BuildRequires: perl-Template-Toolkit
BuildRequires: pkgconfig
+BuildRequires: python3-pysol-cards
BuildRequires: python3-random2
BuildRequires: python3-six
BuildRequires: perl(Path::Tiny)
@@ -74,7 +75,8 @@
%cmake -DBUILD_STATIC_LIBRARY=OFF \
-DFCS_WITH_TEST_SUITE=OFF \
-DFCS_AVOID_TCMALLOC=ON
-%make_jobs
+
+%cmake_build
%install
%cmake_install
@@ -105,7 +107,8 @@
%files
%license COPYING.asciidoc
%doc %{_datadir}/doc/freecell-solver/
-%doc AUTHORS.asciidoc NEWS.asciidoc README.asciidoc USAGE.asciidoc
+%{_bindir}/dbm-fc-solver
+%{_bindir}/depth-dbm-fc-solver
%{_bindir}/*freecell*
%{_bindir}/fc*
%{_bindir}/gen-multiple-pysol-layouts
++++++ freecell-solver-5.0.0.tar.xz -> freecell-solver-5.24.0.tar.xz ++++++
++++ 41366 lines of diff (skipped)