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-07-10 00:00:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/stockfish (Old) and /work/SRC/openSUSE:Factory/.stockfish.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "stockfish" Sat Jul 10 00:00:24 2021 rev:10 rq:905219 version:14 Changes: -------- --- /work/SRC/openSUSE:Factory/stockfish/stockfish.changes 2021-04-29 22:53:18.953915286 +0200 +++ /work/SRC/openSUSE:Factory/.stockfish.new.2625/stockfish.changes 2021-07-10 00:03:16.374689161 +0200 @@ -1,0 +2,13 @@ +Fri Jul 9 08:34:14 UTC 2021 - Stephan Kulow <co...@suse.com> + +- Update to version 14: + The engine is now significantly stronger than just a few months + ago, and wins four times more game pairs than it loses against + the previous release version. + + Stockfish 14 is now at least 400 Elo ahead of Stockfish 7, a + top engine in 2016. During the last five years, Stockfish has thus + gained about 80 Elo per year. +- Refresh date.patch + +------------------------------------------------------------------- Old: ---- Stockfish-sf_13.tar.gz nn-62ef826d1a6d.nnue New: ---- Stockfish-sf_14.tar.gz nn-3475407dc199.nnue ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ stockfish.spec ++++++ --- /var/tmp/diff_new_pack.1fS8dU/_old 2021-07-10 00:03:16.822685678 +0200 +++ /var/tmp/diff_new_pack.1fS8dU/_new 2021-07-10 00:03:16.826685647 +0200 @@ -1,7 +1,7 @@ # # spec file for package stockfish # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,9 @@ # See evaluate.h > EvalFileDefaultName -%define nnuenet nn-62ef826d1a6d.nnue +%define nnuenet nn-3475407dc199.nnue Name: stockfish -Version: 13 +Version: 14 Release: 0 Summary: Chess engine License: GPL-3.0-or-later ++++++ Stockfish-sf_13.tar.gz -> Stockfish-sf_14.tar.gz ++++++ ++++ 7313 lines of diff (skipped) ++++++ date.patch ++++++ --- /var/tmp/diff_new_pack.1fS8dU/_old 2021-07-10 00:03:16.918684932 +0200 +++ /var/tmp/diff_new_pack.1fS8dU/_new 2021-07-10 00:03:16.922684900 +0200 @@ -1,10 +1,10 @@ -Index: Stockfish-sf_12/src/misc.cpp +Index: Stockfish-sf_14/src/misc.cpp =================================================================== ---- Stockfish-sf_12.orig/src/misc.cpp -+++ Stockfish-sf_12/src/misc.cpp -@@ -140,18 +140,10 @@ public: +--- Stockfish-sf_14.orig/src/misc.cpp ++++ Stockfish-sf_14/src/misc.cpp +@@ -142,18 +142,10 @@ public: - const string engine_info(bool to_uci) { + string engine_info(bool to_uci) { - const string months("Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec"); - string month, day, year;