Accepting request 637347 from GNOME:Factory
(forwarded request 634833 from luc14n0) OBS-URL: https://build.opensuse.org/request/show/637347 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-chess?expand=0&rev=38
This commit is contained in:
commit
c3085cd21d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61d7eda645ab74fcf6fa586bc3edc49f01d4a4076f98e1e53d4b4c842b600fe1
|
||||
size 1697524
|
3
gnome-chess-3.30.0.tar.xz
Normal file
3
gnome-chess-3.30.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa1e7adf1dbbcfbaa2eabad2dce0a209a58a298f83795f47790e078300e47c94
|
||||
size 1701160
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 8 10:39:54 UTC 2018 - antoine.belvire@opensuse.org
|
||||
|
||||
- Update to version 3.30.0:
|
||||
+ Updated translations.
|
||||
- Remove lang package from recommended packages as it already
|
||||
supplements main package (same effect, it's redundant).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 28 20:35:51 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.29.90:
|
||||
+ Fix code to ensure chess engine dies if main process crashes.
|
||||
+ Don't display claim draw dialog when opening game.
|
||||
+ Fix wrong player sometimes winning when timer expires.
|
||||
+ Fix various bugs with open/save dialogs and switch to native
|
||||
dialogs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 24 23:22:05 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
- Update to version 3.29.1:
|
||||
+ Display special message when en passant is performed.
|
||||
+ Fix draw being offered improperly when viewing past history.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 11 03:55:49 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
|
@ -17,15 +17,15 @@
|
||||
|
||||
|
||||
Name: gnome-chess
|
||||
Version: 3.28.1
|
||||
Version: 3.30.0
|
||||
Release: 0
|
||||
Summary: Chess Game for GNOME
|
||||
License: GPL-3.0-or-later
|
||||
Group: Amusements/Games/Board/Chess
|
||||
URL: https://wiki.gnome.org/Apps/Chess
|
||||
Source: http://download.gnome.org/sources/gnome-chess/3.28/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-chess/3.30/%{name}-%{version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
# ITS Tool is needed because there are some XML formats that Gettext does not handle, at least not now.
|
||||
# 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: meson
|
||||
BuildRequires: pkgconfig
|
||||
@ -37,7 +37,6 @@ BuildRequires: pkgconfig(gmodule-2.0) >= 2.44.0
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.0
|
||||
BuildRequires: pkgconfig(librsvg-2.0) >= 2.32.0
|
||||
Requires: chess_backend
|
||||
Recommends: %{name}-lang
|
||||
# After gnome 3.6, glchess was split out of gnome-games and runs under the name gnome-chess
|
||||
Obsoletes: glchess < %{version}
|
||||
Obsoletes: glchess-lang < %{version}
|
||||
@ -65,6 +64,7 @@ in a window.
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc NEWS
|
||||
%doc %{_datadir}/help/C/%{name}/
|
||||
%{_datadir}/icons/hicolor/
|
||||
%{_datadir}/%{name}/
|
||||
|
Loading…
Reference in New Issue
Block a user