From 5b69c50ca10c28303cab8d5f1667421f161db334 Mon Sep 17 00:00:00 2001 From: Ercan Ersoy Date: Sun, 3 Apr 2022 09:33:25 +0300 Subject: [PATCH] gnuchess-6.2.9 * Updated gnuchess to 6.2.9 version * Fix a warning Signed-off-by: Ercan Ersoy --- game/board/gnuchess/actions.py | 2 +- game/board/gnuchess/pspec.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/game/board/gnuchess/actions.py b/game/board/gnuchess/actions.py index 12fbf603e2..9df2757198 100644 --- a/game/board/gnuchess/actions.py +++ b/game/board/gnuchess/actions.py @@ -11,7 +11,7 @@ from pisi.actionsapi import get def setup(): shelltools.export("CC", get.CC()) - autotools.configure("--disable-dependency-tracking --enable-readline") + autotools.configure("--disable-dependency-tracking") def build(): autotools.make() diff --git a/game/board/gnuchess/pspec.xml b/game/board/gnuchess/pspec.xml index 794cfaac53..7a19698843 100644 --- a/game/board/gnuchess/pspec.xml +++ b/game/board/gnuchess/pspec.xml @@ -12,7 +12,7 @@ app:console Console based chess interface GNU Chess lets most modern computers play a full game of chess. It has a plain terminal interface but supports visual interfaces such as X-Windows xboard. - mirrors://gnu/chess/gnuchess-6.2.5.tar.gz + mirrors://gnu/chess/gnuchess-6.2.9.tar.gz readline-devel @@ -34,6 +34,13 @@ + + 2022-04-03 + 6.2.9 + Version Bump. + Ercan Ersoy + ercanersoy@ercanersoy.net + 2018-09-14 6.2.5