Accepting request 905219 from games
OBS-URL: https://build.opensuse.org/request/show/905219 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/stockfish?expand=0&rev=10
This commit is contained in:
commit
4feb61c248
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -22,4 +22,4 @@
|
|||||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||||
## Specific LFS patterns
|
## Specific LFS patterns
|
||||||
nn-62ef826d1a6d.nnue filter=lfs diff=lfs merge=lfs -text
|
nn-3475407dc199.nnue filter=lfs diff=lfs merge=lfs -text
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:15d14721b3be17c597535bdbb44fb951a1ee948312d90fbf55fa0e52b8b81d62
|
|
||||||
size 181226
|
|
3
Stockfish-sf_14.tar.gz
Normal file
3
Stockfish-sf_14.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6f35e3e684da87d27d3f29ec7281ac81468a5a86b4d99ac5c599addc984a766c
|
||||||
|
size 183879
|
10
date.patch
10
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_14.orig/src/misc.cpp
|
||||||
+++ Stockfish-sf_12/src/misc.cpp
|
+++ Stockfish-sf_14/src/misc.cpp
|
||||||
@@ -140,18 +140,10 @@ public:
|
@@ -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");
|
- const string months("Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec");
|
||||||
- string month, day, year;
|
- string month, day, year;
|
||||||
|
3
nn-3475407dc199.nnue
Normal file
3
nn-3475407dc199.nnue
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3475407dc19973ea44467678634cce023d620e419770c111cc8937fe6689ec87
|
||||||
|
size 47721371
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:62ef826d1a6d11b9e814188025aa02a60815c037292e0ef9bbb9bf4f724e5e63
|
|
||||||
size 21022697
|
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 9 08:34:14 UTC 2021 - Stephan Kulow <coolo@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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 29 09:44:29 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
Thu Apr 29 09:44:29 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package stockfish
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
# See evaluate.h > EvalFileDefaultName
|
# See evaluate.h > EvalFileDefaultName
|
||||||
%define nnuenet nn-62ef826d1a6d.nnue
|
%define nnuenet nn-3475407dc199.nnue
|
||||||
Name: stockfish
|
Name: stockfish
|
||||||
Version: 13
|
Version: 14
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Chess engine
|
Summary: Chess engine
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user