Accepting request 437713 from home:AndreasStieger:branches:games
gnuchess 6.2.3 OBS-URL: https://build.opensuse.org/request/show/437713 OBS-URL: https://build.opensuse.org/package/show/games/gnuchess?expand=0&rev=21
This commit is contained in:
parent
c82a274791
commit
de954265be
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7776c114eeb5889dea69dc4715a3622ec57f65efab667987e7d7183cc05381a8
|
||||
size 747054
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.21 (Darwin)
|
||||
|
||||
iQEcBAABAgAGBQJWIl9EAAoJEKiriTrkAlHZAZQH/RHtZNtkLSaPR3peV2ejXvns
|
||||
snppCic4pkGRw49M2qxR7ZI19xqbi0YPlB0dsuXxz1DfepOOXCJgfqF2iPgReAIw
|
||||
Jf3HSqjxCkUY/+Zg1v6HqdUZOi5RfWmktOfn6pl3khyoddJXYKYFtzLo90huJWQo
|
||||
UvLV8PmVES1hI4zPU7KUt0dcLZ8PINB+i2ODkNfjlzvoT+RLZsmuKmwD7j4TFVRn
|
||||
LNBR+IWNe7mbzogLYhXP5LiZ+K02mMsdyJHHnuedWD1+J8ncQx/ueL0rLU/pBN0Q
|
||||
7tsAhXL8YWKdg5gIWFQQl7zaTzx/cbfZTd3eq7gvVdDix9NVUwRUEwLPvKgWy60=
|
||||
=aD20
|
||||
-----END PGP SIGNATURE-----
|
3
gnuchess-6.2.3.tar.gz
Normal file
3
gnuchess-6.2.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78999176b2f2b5e0325bcc69749b7b2cefb7b1ef4f02d101fa77ae24a1b31b82
|
||||
size 757846
|
11
gnuchess-6.2.3.tar.gz.sig
Normal file
11
gnuchess-6.2.3.tar.gz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.21 (Darwin)
|
||||
|
||||
iQEcBAABAgAGBQJX4DGpAAoJEKiriTrkAlHZgBYH/2wQUL3ZqkV+OOuG08NOw0AK
|
||||
0UHKaRSPCmCSuqV2JSpmTpsaOe9lWbzC8MeXYk07IPZ0Tt3503x5XVjsX6C8QB9m
|
||||
6+cPDOHrSRQ9iku+nvKb7iWAN/A4jS9+pHDHHlH5BjVMiQrvdMy15c/C70jaR+V7
|
||||
/DQJyAvaE1QbwClD3kG2JKxsfLpsuxnE5/OMRefxRnvPeFSziY/lrPnmqLbCGMI4
|
||||
l6Ehpu/6TqYgIjHP8X8PYz5OHmPVTdf8F744PvFMDcxsgjWg03Y4Liwtt+PIEXYP
|
||||
r1axv/SmyRfjff+1VfdGBbsWTr24lrsD4NmZBZrrl1OwzcAaYbk6Pff+RYkSdYY=
|
||||
=N9bq
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 28 18:39:04 UTC 2016 - astieger@suse.com
|
||||
|
||||
- gnuchess 6.2.3:
|
||||
* Quit after compiling book with option -a (--addbook)
|
||||
* Updated translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 19 19:27:04 UTC 2015 - astieger@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnuchess
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 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.2
|
||||
Version: 6.2.3
|
||||
Release: 0
|
||||
Summary: GNU Chess Program
|
||||
License: GPL-3.0+
|
||||
@ -57,7 +57,7 @@ sed -i 's/^Book[[:space:]]*=[[:space:]]*false/Book = true/;s/^OwnBook[[:space:]]
|
||||
sh %{SOURCE3} %{SOURCE1}
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||
# install xgnuchess
|
||||
install -m 755 %{SOURCE5} %{buildroot}/%{_bindir}
|
||||
%find_lang %{name}
|
||||
@ -77,7 +77,7 @@ fi
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
||||
%{_bindir}/*
|
||||
%{_mandir}/man*/*
|
||||
%{_infodir}/gnuchess.info.gz
|
||||
%{_infodir}/gnuchess.info%{ext_info}
|
||||
%{_datadir}/gnuchess
|
||||
%dir %{_datadir}/games/plugins
|
||||
%dir %{_datadir}/games/plugins/logos
|
||||
|
Loading…
Reference in New Issue
Block a user