From 4dad511dad7ccc60a96f3885869b769175dc73b48d7b4ea1dab30965040564d4 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 9 Jul 2021 09:45:34 +0000 Subject: [PATCH] Accepting request 905194 from home:coolo:branches:games - 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 OBS-URL: https://build.opensuse.org/request/show/905194 OBS-URL: https://build.opensuse.org/package/show/games/stockfish?expand=0&rev=24 --- .gitattributes | 2 +- Stockfish-sf_13.tar.gz | 3 --- Stockfish-sf_14.tar.gz | 3 +++ date.patch | 10 +++++----- nn-3475407dc199.nnue | 3 +++ nn-62ef826d1a6d.nnue | 3 --- stockfish.changes | 13 +++++++++++++ stockfish.spec | 6 +++--- 8 files changed, 28 insertions(+), 15 deletions(-) delete mode 100644 Stockfish-sf_13.tar.gz create mode 100644 Stockfish-sf_14.tar.gz create mode 100644 nn-3475407dc199.nnue delete mode 100644 nn-62ef826d1a6d.nnue diff --git a/.gitattributes b/.gitattributes index f6f8828..7c68df5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -22,4 +22,4 @@ *.zip filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text ## Specific LFS patterns -nn-62ef826d1a6d.nnue filter=lfs diff=lfs merge=lfs -text +nn-3475407dc199.nnue filter=lfs diff=lfs merge=lfs -text diff --git a/Stockfish-sf_13.tar.gz b/Stockfish-sf_13.tar.gz deleted file mode 100644 index d9c324a..0000000 --- a/Stockfish-sf_13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15d14721b3be17c597535bdbb44fb951a1ee948312d90fbf55fa0e52b8b81d62 -size 181226 diff --git a/Stockfish-sf_14.tar.gz b/Stockfish-sf_14.tar.gz new file mode 100644 index 0000000..15ee06a --- /dev/null +++ b/Stockfish-sf_14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f35e3e684da87d27d3f29ec7281ac81468a5a86b4d99ac5c599addc984a766c +size 183879 diff --git a/date.patch b/date.patch index bea6b7d..b119afe 100644 --- a/date.patch +++ b/date.patch @@ -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; diff --git a/nn-3475407dc199.nnue b/nn-3475407dc199.nnue new file mode 100644 index 0000000..58c831e --- /dev/null +++ b/nn-3475407dc199.nnue @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3475407dc19973ea44467678634cce023d620e419770c111cc8937fe6689ec87 +size 47721371 diff --git a/nn-62ef826d1a6d.nnue b/nn-62ef826d1a6d.nnue deleted file mode 100644 index f22c347..0000000 --- a/nn-62ef826d1a6d.nnue +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62ef826d1a6d11b9e814188025aa02a60815c037292e0ef9bbb9bf4f724e5e63 -size 21022697 diff --git a/stockfish.changes b/stockfish.changes index 0f8b621..7a63353 100644 --- a/stockfish.changes +++ b/stockfish.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Jul 9 08:34:14 UTC 2021 - Stephan Kulow + +- 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 + ------------------------------------------------------------------- Thu Apr 29 09:44:29 UTC 2021 - Ferdinand Thiessen diff --git a/stockfish.spec b/stockfish.spec index 1f42c95..7690922 100644 --- a/stockfish.spec +++ b/stockfish.spec @@ -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