Accepting request 512550 from home:AndreasStieger:branches:games
gnuchess 6.2.5 OBS-URL: https://build.opensuse.org/request/show/512550 OBS-URL: https://build.opensuse.org/package/show/games/gnuchess?expand=0&rev=25
This commit is contained in:
parent
1253e60fd8
commit
ecffa08760
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c425c0264f253fc5cc2ba969abe667d77703c728770bd4b23c456cbe5e082ef
|
||||
size 757985
|
@ -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-----
|
3
gnuchess-6.2.5.tar.gz
Normal file
3
gnuchess-6.2.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a99e963355706cab32099d140b698eda9de164ebce40a5420b1b9772dd04802
|
||||
size 782359
|
11
gnuchess-6.2.5.tar.gz.sig
Normal file
11
gnuchess-6.2.5.tar.gz.sig
Normal file
@ -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-----
|
@ -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
|
||||
|
||||
|
BIN
gnuchess.keyring
BIN
gnuchess.keyring
Binary file not shown.
@ -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*/*
|
||||
|
Loading…
Reference in New Issue
Block a user