Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package stockfish for openSUSE:Factory checked in at 2021-04-29 22:46:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/stockfish (Old) and /work/SRC/openSUSE:Factory/.stockfish.new.1947 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "stockfish" Thu Apr 29 22:46:39 2021 rev:9 rq:889261 version:13 Changes: -------- --- /work/SRC/openSUSE:Factory/stockfish/stockfish.changes 2020-10-12 14:00:19.398241329 +0200 +++ /work/SRC/openSUSE:Factory/.stockfish.new.1947/stockfish.changes 2021-04-29 22:53:18.953915286 +0200 @@ -1,0 +2,15 @@ +Thu Apr 29 09:44:29 UTC 2021 - Ferdinand Thiessen <[email protected]> + +- Update to version 13: + * Significantly stronger than any of its predecessors: + Stockfish 13 outperforms Stockfish 12 by at least 35 Elo + * When playing against a one-year-old Stockfish, it wins 60 times + more game pairs than it loses + * An NNUE network retrained on billions of positions + * Much faster network evaluation code + * Significantly improved search heuristics + * Additional evaluation tweaks +- Drop update-nnue.patch in favor of the release one +- Use SourceUrl for nnue + +------------------------------------------------------------------- Old: ---- nn-baeb9ef2d183.nnue.xz stockfish-12.tar.gz update-nnue.patch New: ---- Stockfish-sf_13.tar.gz nn-62ef826d1a6d.nnue ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ stockfish.spec ++++++ --- /var/tmp/diff_new_pack.Tz96Xw/_old 2021-04-29 22:53:19.653912060 +0200 +++ /var/tmp/diff_new_pack.Tz96Xw/_new 2021-04-29 22:53:19.653912060 +0200 @@ -16,22 +16,21 @@ # -%define nnuenet nn-baeb9ef2d183.nnue - +# See evaluate.h > EvalFileDefaultName +%define nnuenet nn-62ef826d1a6d.nnue Name: stockfish -Version: 12 +Version: 13 Release: 0 Summary: Chess engine License: GPL-3.0-or-later URL: http://stockfishchess.org -Source0: https://github.com/official-stockfish/Stockfish/archive/sf_%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source0: https://github.com/official-stockfish/Stockfish/archive/sf_%{version}.tar.gz#/Stockfish-sf_%{version}.tar.gz +Source1: https://tests.stockfishchess.org/api/nn/%{nnuenet} # steal some documentation from ubuntu Source10: https://bazaar.launchpad.net/~ubuntu-branches/ubuntu/vivid/%{name}/vivid/download/head:/engineinterface.txt-20091204230329-yljoyxocuxhxg1ot-78/engine-interface.txt#/%{name}-interface.txt Source11: https://bazaar.launchpad.net/~ubuntu-branches/ubuntu/vivid/%{name}/vivid/download/head:/%{name}.6-20091204230329-yljoyxocuxhxg1ot-76/%{name}.6 -Source12: %{nnuenet}.xz # If 'Version' is not set it will display the date as version number. We dont want __DATE__ and Version is set anyways. Patch0: date.patch -Patch1: update-nnue.patch BuildRequires: dos2unix BuildRequires: gcc-c++ BuildRequires: xz @@ -52,9 +51,8 @@ %prep %setup -q -n Stockfish-sf_%{version} %patch0 -p1 -%patch1 -p0 +cp %{SOURCE1} src/ cp -p %{SOURCE10} %{SOURCE11} . -xz -cd %{SOURCE12} > src/%{nnuenet} dos2unix %{name}-interface.txt dos2unix Copying.txt
