Accepting request 245864 from GNOME:Next
Push GNOME 3.13.90 to the devel repo OBS-URL: https://build.opensuse.org/request/show/245864 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-chess?expand=0&rev=37
This commit is contained in:
parent
d3928dbf17
commit
d777f9c880
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e36200baedc8eafe3c7ab3fd748688240917ed76c845607ae38d912d30e7678
|
||||
size 2705584
|
3
gnome-chess-3.13.90.tar.xz
Normal file
3
gnome-chess-3.13.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6234e9b4674ccf6f535e99c9ba804d1a6653b085ad7cfc6be4a294345099ffb
|
||||
size 2806700
|
@ -1,3 +1,59 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 19 06:57:37 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.13.90:
|
||||
+ Distribute high contrast icon (from gnome-themes-standard).
|
||||
+ Don't mention GNOME Games in about dialog.
|
||||
+ Updated translations.
|
||||
- Build HighContrast icon cache in post/postun.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 21 17:30:27 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.13.4:
|
||||
+ Remove 3D mode. Goodbye 3D mode.
|
||||
+ Time control is now a per-player limit, rather than a max
|
||||
duration.
|
||||
+ Fix undo before engine moves.
|
||||
+ Fix engine desync when browsing history on engine's turn.
|
||||
+ Do not enable pause action when browsing history.
|
||||
+ Fix clock unpausing after game is over in rare situations.
|
||||
+ Return view to present when engine moves.
|
||||
+ Reword some error messages.
|
||||
+ Shorten some window subtitles.
|
||||
+ Add command line warning when engine makes illegal move.
|
||||
+ Do not try to stop the game twice when an engine error occurs.
|
||||
+ Ensure new game button is always sensitive when on game over.
|
||||
+ Update header bar title when using Undo.
|
||||
+ Workaround Vala signal misfires that could cause a rare crash.
|
||||
+ Use header bar on promotion dialog.
|
||||
+ Pause overlay is now transparent (but pieces are hidden).
|
||||
+ Minor improvements to preferences dialog.
|
||||
+ Set bigger minimum size for chess board.
|
||||
+ Miscellaneous code improvements.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 30 23:17:32 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.13.1:
|
||||
+ The gear menu has been replaced with a Resign button.
|
||||
+ The Save button has been replaced with a Save As button.
|
||||
+ Claim Draw action removed. The player is now prompted if a
|
||||
claim is possible.
|
||||
+ Fix build on non-Linux systems.
|
||||
+ Fix incorrect header bar title after player uses Undo.
|
||||
+ Fix clock counting down if chess engine reports move while game
|
||||
is paused.
|
||||
+ Fix time labels sometimes resizing as the clock counts down.
|
||||
+ Disable the new game button if White has not made the first
|
||||
move.
|
||||
+ Add missing mnemonics in the preferences dialog.
|
||||
+ Add a mnemonic for the New Game button.
|
||||
+ Use a ratio character, not a colon, in the timers.
|
||||
+ Fix untranslated strings in the save game dialog.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 30 21:11:46 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: gnome-chess
|
||||
Version: 3.12.3
|
||||
Version: 3.13.90
|
||||
Release: 0
|
||||
Summary: Chess Game for GNOME
|
||||
License: GPL-2.0+
|
||||
Group: Amusements/Games/Board/Chess
|
||||
Url: http://www.gnome.org
|
||||
Source: http://download.gnome.org/sources/gnome-chess/3.12/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-chess/3.13/%{name}-%{version}.tar.xz
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: intltool >= 0.35.0
|
||||
BuildRequires: itstool
|
||||
@ -31,7 +31,7 @@ BuildRequires: libxml2-tools
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(gl)
|
||||
BuildRequires: pkgconfig(glu)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.10
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.13.2
|
||||
BuildRequires: pkgconfig(librsvg-2.0)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
Requires: chess_backend
|
||||
@ -65,11 +65,13 @@ make %{?_smp_mflags}
|
||||
%post
|
||||
%glib2_gsettings_schema_post
|
||||
%icon_theme_cache_post
|
||||
%icon_theme_cache_post HighContrast
|
||||
%desktop_database_post
|
||||
|
||||
%postun
|
||||
%glib2_gsettings_schema_postun
|
||||
%icon_theme_cache_postun
|
||||
%icon_theme_cache_postun HighContrast
|
||||
%desktop_database_postun
|
||||
|
||||
%files
|
||||
@ -77,12 +79,13 @@ make %{?_smp_mflags}
|
||||
%doc COPYING
|
||||
%{_datadir}/help/C/%{name}/
|
||||
%{_datadir}/icons/hicolor/
|
||||
%{_datadir}/icons/HighContrast
|
||||
%{_datadir}/%{name}/
|
||||
%{_bindir}/%{name}
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/gnome-chess.appdata.xml
|
||||
%{_datadir}/applications/gnome-chess.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.chess.gschema.xml
|
||||
%{_mandir}/man6/%{name}.6%{?ext_man}
|
||||
%dir %{_sysconfdir}/gnome-chess
|
||||
%config %{_sysconfdir}/gnome-chess/engines.conf
|
||||
|
Loading…
Reference in New Issue
Block a user