Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package freecell-solver for openSUSE:Factory checked in at 2022-09-22 17:53:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/freecell-solver (Old) and /work/SRC/openSUSE:Factory/.freecell-solver.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "freecell-solver" Thu Sep 22 17:53:46 2022 rev:7 rq:1005426 version:6.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/freecell-solver/freecell-solver.changes 2021-10-30 23:14:48.923107549 +0200 +++ /work/SRC/openSUSE:Factory/.freecell-solver.new.2275/freecell-solver.changes 2022-09-22 17:53:47.307287235 +0200 @@ -1,0 +2,10 @@ +Thu Sep 22 14:06:34 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Add missing runtime requirements + +------------------------------------------------------------------- +Thu Sep 22 11:23:14 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- skip python dependencies as they're only for the testsuite + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ freecell-solver.spec ++++++ --- /var/tmp/diff_new_pack.5udzw1/_old 2022-09-22 17:53:47.899288161 +0200 +++ /var/tmp/diff_new_pack.5udzw1/_new 2022-09-22 17:53:47.903288167 +0200 @@ -1,7 +1,7 @@ # # spec file for package freecell-solver # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,9 @@ # -%bcond_with tests %define soversion 0 %define libname libfreecell-solver +%bcond_with tests Name: freecell-solver Version: 6.6.0 Release: 0 @@ -26,7 +26,7 @@ License: MIT Group: Amusements/Games/Other URL: https://fc-solve.shlomifish.org -Source0: http://fc-solve.shlomifish.org/downloads/fc-solve/%{name}-%{version}.tar.xz +Source0: https://fc-solve.shlomifish.org/downloads/fc-solve/%{name}-%{version}.tar.xz BuildRequires: cmake >= 3.5 BuildRequires: fdupes BuildRequires: gcc-c++ @@ -34,14 +34,17 @@ BuildRequires: gperf BuildRequires: perl-Template-Toolkit BuildRequires: pkgconfig -BuildRequires: python3-cffi -BuildRequires: python3-pysol-cards -BuildRequires: python3-random2 -BuildRequires: python3-six BuildRequires: cmake(Rinutils) BuildRequires: perl(Moo) BuildRequires: perl(Path::Tiny) +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 @@ -81,7 +84,7 @@ %build %cmake -DBUILD_STATIC_LIBRARY=OFF \ %if %{without tests} - -DFCS_WITH_TEST_SUITE=OFF \ + -DFCS_WITH_TEST_SUITE=OFF -D_PYTHON3="_PYTHON3-NOTFOUND" \ %endif -DFCS_AVOID_TCMALLOC=ON %cmake_build