Accepting request 195626 from GNOME:Factory
Update to 3.9.90 (forwarded request 195624 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/195626 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-chess?expand=0&rev=8
This commit is contained in:
commit
6c41c7da38
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f449f5cff52b28771cc44a50d5500f6e6a803e62bc185b9f53c7803a6e5defba
|
||||
size 3297576
|
3
gnome-chess-3.9.90.tar.xz
Normal file
3
gnome-chess-3.9.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68d96fa1466694633873e62093286ad7ebcf2c89632c52a629a90e5f502e3769
|
||||
size 3308516
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 19 18:25:02 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.9.90:
|
||||
+ New pause game option added.
|
||||
+ Fix figurine algebraic notation displaying the wrong figures.
|
||||
+ Store only one game at a time in autosave history.
|
||||
+ Prompt the user to save the game before opening a new one.
|
||||
+ Fix viewing arbitrary turns with the history combo box.
|
||||
+ Fullscreen icon should change to unfullscreen icon when in
|
||||
fullscreen view.
|
||||
+ The game will now display a warning and end the game when an
|
||||
engine makes an illegal move, or when a CECP engine claims
|
||||
GNOME Chess allowed an illegal move, instead of hanging
|
||||
forever.
|
||||
+ Claim Draw now works again
|
||||
- If a draw cannot be claimed, an explanatory dialog is shown.
|
||||
- Fix two bugs with threefold repetiton detection.
|
||||
- Fix fifty-move rule detection.
|
||||
+ Preferences
|
||||
- Now transient for the main window (not considered separate by
|
||||
GNOME Shell).
|
||||
- Remove show history option.
|
||||
- Reorder some preferences.
|
||||
+ engines.conf
|
||||
- Renamed to chess-engines.conf.
|
||||
- Now installed into $sysconfdir instead of
|
||||
$(datadir)/gnome-chess.
|
||||
- The format for passing UCI options to engines has been
|
||||
simplified.
|
||||
- New support for adding arguments to be appended to the UCI go
|
||||
command.
|
||||
- UCI engines should now be much easier.
|
||||
- Miscellaneous changes to other engines.
|
||||
- Amundsen support dropped due to lack of support for Undo.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 30 07:08:28 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnome-chess
|
||||
Version: 3.9.5
|
||||
Version: 3.9.90
|
||||
Release: 0
|
||||
Summary: Chess Game for GNOME
|
||||
License: GPL-2.0+
|
||||
@ -83,6 +83,7 @@ make %{?_smp_mflags}
|
||||
%{_datadir}/applications/glchess.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
|
||||
%{_mandir}/man6/%{name}.6%{?ext_man}
|
||||
%config %{_sysconfdir}/chess-engines.conf
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user