diff --git a/gnuchess-6.2.4.tar.gz b/gnuchess-6.2.4.tar.gz deleted file mode 100644 index 0937b90..0000000 --- a/gnuchess-6.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c425c0264f253fc5cc2ba969abe667d77703c728770bd4b23c456cbe5e082ef -size 757985 diff --git a/gnuchess-6.2.4.tar.gz.sig b/gnuchess-6.2.4.tar.gz.sig deleted file mode 100644 index ab759d6..0000000 --- a/gnuchess-6.2.4.tar.gz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.21 (Darwin) - -iQEcBAABAgAGBQJYFGvwAAoJEKiriTrkAlHZOUcH/37eEtJ9WaggZAg8SvmjSwSh -5iH6iB/cmJGUFJ9LihF2i2kQGDIV/pZnHnts0Or8c4AIn+iQp244mrksSCEaF/Un -OZt34c7OPXGJEFoAxcFUqz1ooqHSqJMqMYYXkl6+8yOg+4ym9njmS0DhF7/aFrv8 -yz6KaEVcjxcIg5hBrOWBtdHtGoMcgE+G0JoZMc/i+4uRVzqTH0/phP+MCzWEWH2P -GFl1qv+v5KRUxHnF435F6uNXA6ingNxC9Wq2mioHq2+vN/FNRUmvyg9CLy7h7E8j -XJ62tWSFHJ6dUscxTit7kFbUC3MJefoHBklP9dJQLGvvV6zKfff8XlWRwnScz84= -=IrSM ------END PGP SIGNATURE----- diff --git a/gnuchess-6.2.5.tar.gz b/gnuchess-6.2.5.tar.gz new file mode 100644 index 0000000..78f1df7 --- /dev/null +++ b/gnuchess-6.2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a99e963355706cab32099d140b698eda9de164ebce40a5420b1b9772dd04802 +size 782359 diff --git a/gnuchess-6.2.5.tar.gz.sig b/gnuchess-6.2.5.tar.gz.sig new file mode 100644 index 0000000..43d964a --- /dev/null +++ b/gnuchess-6.2.5.tar.gz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.21 (Darwin) + +iQEcBAABAgAGBQJZdn8KAAoJEKiriTrkAlHZqIAH/0HTB8jMkK4wXiN41LqL29IR +ugVb8pUqTup7foYbaiMV4TUSkFQP7BnhuU2gquQxXoHY3W9WK1BS1ATVOM15NHbG +4S+cCgCxiGrpS1pAg0hhcadQg1PNBPbKcp+lVAhNCwYzQUdcAYXkKWGdvwpq02qT +ybHLrUHas56WFUGn1pL2lT0ueGBIK8s+jGajdATigiL67LpxVZK8FVO5el3NqUed +S5CXdJfCzzWLAjiwddzQwxRvDxT98KWrM8WkX4CDwJPiJdszFie1Zua0Gq11V5Mn +5ke857ARvE7Q2uzETDl6MiYfHeWBobnWW7QxJP3RzP3NvzrtinrHQoOcC2aos+Y= +=gy8w +-----END PGP SIGNATURE----- diff --git a/gnuchess.changes b/gnuchess.changes index b860abc..2c630ea 100644 --- a/gnuchess.changes +++ b/gnuchess.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jul 25 15:05:15 UTC 2017 - astieger@suse.com + +- gnuchess 6.2.5: + * Command history based on readline. + * New commands: coords/nocoords to enable/disable coordinates + when printing the board. + * Command pgnsave will prompt the user to overwrite or not an existing + file instead of appending the current game to the file. + * New languages. + * Bug fixes. + ------------------------------------------------------------------- Tue Nov 15 12:29:25 UTC 2016 - astieger@suse.com diff --git a/gnuchess.keyring b/gnuchess.keyring index 8f99dd8..5d86c08 100644 Binary files a/gnuchess.keyring and b/gnuchess.keyring differ diff --git a/gnuchess.spec b/gnuchess.spec index 9250030..c9418aa 100644 --- a/gnuchess.spec +++ b/gnuchess.spec @@ -1,7 +1,7 @@ # # spec file for package gnuchess # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: gnuchess -Version: 6.2.4 +Version: 6.2.5 Release: 0 Summary: GNU Chess Program License: GPL-3.0+ @@ -41,7 +41,6 @@ Requires(preun): info Recommends: xboard Provides: chess_backend Provides: gchess -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description A worthy chess opponent that runs in text mode. Find an X11 interface @@ -57,7 +56,7 @@ sed -i 's/^Book[[:space:]]*=[[:space:]]*false/Book = true/;s/^OwnBook[[:space:]] sh %{SOURCE3} %{SOURCE1} %install -make %{?_smp_mflags} DESTDIR=%{buildroot} install +%make_install # install xgnuchess install -m 755 %{SOURCE5} %{buildroot}/%{_bindir} %find_lang %{name} @@ -73,7 +72,6 @@ if [ $1 = 0 ] ; then fi %files -f %{name}.lang -%defattr(-,root,root) %doc AUTHORS COPYING ChangeLog NEWS README TODO %{_bindir}/* %{_mandir}/man*/*