Accepting request 688474 from GNOME:Next

- Update to version 3.32.0:
  + Updated translations.
- Update to version 3.31.92:
  + Add padding to bottom row of widgets.
  + Updates to user help.
- Update to version 3.31.90:
  + Fix "computer player is confused" when CECP engine claims a
    draw.
  + Reworded claim draw dialog to reduce confusion when engine
    claims draw.
  + Fixed zombie engine processes not being properly reaped.
  + New icon!
  + Change app ID to org.gnome.Chess.
- Update to version 3.31.3:
  + Replace app menu with window menu.
  + Rewrite the user help.
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/688474
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-chess?expand=0&rev=87
This commit is contained in:
Bjørn Lie 2019-03-28 20:43:33 +00:00 committed by Git OBS Bridge
parent 4bdaff8575
commit d9a5835bc6
4 changed files with 42 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f4f13791a0b46da5afdc9d23a3845f8ddc4ce718cf0403a901bd4f52bea9edbf
size 1699668

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6998a9bc6cee1d7b6b203f9ec744f33c6f1983adb0b0a7b477c1bbca8936eb43
size 547232

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Mon Mar 11 15:54:38 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.32.0:
+ Updated translations.
-------------------------------------------------------------------
Mon Mar 4 21:44:22 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.31.92:
+ Add padding to bottom row of widgets.
+ Updates to user help.
-------------------------------------------------------------------
Sun Feb 17 19:33:52 UTC 2019 - bjorn.lie@gmail.com
- Update to version 3.31.90:
+ Fix "computer player is confused" when CECP engine claims a
draw.
+ Reworded claim draw dialog to reduce confusion when engine
claims draw.
+ Fixed zombie engine processes not being properly reaped.
+ New icon!
+ Change app ID to org.gnome.Chess.
-------------------------------------------------------------------
Sat Feb 9 03:31:03 UTC 2019 - bjorn.lie@gmail.com
- Update to version 3.31.3:
+ Replace app menu with window menu.
+ Rewrite the user help.
+ Updated translations.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 8 21:28:37 UTC 2019 - bjorn.lie@gmail.com Fri Feb 8 21:28:37 UTC 2019 - bjorn.lie@gmail.com

View File

@ -17,13 +17,14 @@
Name: gnome-chess Name: gnome-chess
Version: 3.30.1 Version: 3.32.0
Release: 0 Release: 0
Summary: Chess Game for GNOME Summary: Chess Game for GNOME
License: GPL-3.0-or-later License: GPL-3.0-or-later
Group: Amusements/Games/Board/Chess Group: Amusements/Games/Board/Chess
URL: https://wiki.gnome.org/Apps/Chess URL: https://wiki.gnome.org/Apps/Chess
Source: http://download.gnome.org/sources/gnome-chess/3.30/%{name}-%{version}.tar.xz Source0: https://download.gnome.org/sources/gnome-chess/3.32/%{name}-%{version}.tar.xz
BuildRequires: fdupes BuildRequires: fdupes
# ITS Tool is needed because there are some XML formats that Gettext does not handle, at least not now (3.27.2). # ITS Tool is needed because there are some XML formats that Gettext does not handle, at least not now (3.27.2).
BuildRequires: itstool BuildRequires: itstool
@ -70,9 +71,9 @@ in a window.
%{_datadir}/%{name}/ %{_datadir}/%{name}/
%{_bindir}/%{name} %{_bindir}/%{name}
%dir %{_datadir}/metainfo %dir %{_datadir}/metainfo
%{_datadir}/metainfo/gnome-chess.appdata.xml %{_datadir}/metainfo/org.gnome.Chess.appdata.xml
%{_datadir}/applications/gnome-chess.desktop %{_datadir}/applications/org.gnome.Chess.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.chess.gschema.xml %{_datadir}/glib-2.0/schemas/org.gnome.Chess.gschema.xml
%{_mandir}/man6/%{name}.6%{?ext_man} %{_mandir}/man6/%{name}.6%{?ext_man}
%dir %{_sysconfdir}/gnome-chess %dir %{_sysconfdir}/gnome-chess
%config %{_sysconfdir}/gnome-chess/engines.conf %config %{_sysconfdir}/gnome-chess/engines.conf