Accepting request 881117 from GNOME:Factory
GNOME 40 - here we come (forwarded request 880944 from dimstar) OBS-URL: https://build.opensuse.org/request/show/881117 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-chess?expand=0&rev=46
This commit is contained in:
commit
dfbabb587f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1470f037c0dffe0285c121f7b6655e1245761f99a9974ab3c04dee5d6e89f5ae
|
|
||||||
size 747900
|
|
3
gnome-chess-40.0.tar.xz
Normal file
3
gnome-chess-40.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:25bff8809eb557804ac01e97d790e3ce9d77e601795ca7e526896637a2779630
|
||||||
|
size 744704
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 23 09:34:10 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 40.0:
|
||||||
|
+ Update icon in user help.
|
||||||
|
+ Updated translations
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 11 13:58:14 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 40.alpha:
|
||||||
|
+ Port to GTK 4.
|
||||||
|
+ Major refactoring of portions of the UI layer. Split engine
|
||||||
|
code into separate layer.
|
||||||
|
+ Rework promotion type selector to avoid GTK warnings.
|
||||||
|
+ Hide timers in untimed games.
|
||||||
|
+ Custom PGN tags are now prefixed with X-GNOME.
|
||||||
|
+ Promotion type selector now fits screen in narrow mode.
|
||||||
|
+ Use info bar, not header bar subtitle, to display extra status
|
||||||
|
messages.
|
||||||
|
+ Reduce length of Oops! message in header bar on engine error.
|
||||||
|
+ Improve message when game ends in stalemate.
|
||||||
|
+ Move New Game from header bar to primary menu to save space.
|
||||||
|
+ Rename Save to Save As, and display a separate Save action.
|
||||||
|
- Replace pkgconfig(gtk+-3.0) BuildRequires with pkgconfig(gtk4):
|
||||||
|
Follow upstreams port to GTK 4.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 7 20:49:38 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
Mon Dec 7 20:49:38 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-chess
|
# spec file for package gnome-chess
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-chess
|
Name: gnome-chess
|
||||||
Version: 3.38.1
|
Version: 40.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
|
||||||
Source0: https://download.gnome.org/sources/gnome-chess/3.38/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gnome-chess/40/%{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).
|
||||||
@ -35,7 +35,7 @@ BuildRequires: pkgconfig(gio-2.0) >= 2.44.0
|
|||||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.44.0
|
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.44.0
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.44.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.44.0
|
||||||
BuildRequires: pkgconfig(gmodule-2.0) >= 2.44.0
|
BuildRequires: pkgconfig(gmodule-2.0) >= 2.44.0
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.0
|
BuildRequires: pkgconfig(gtk4) >= 3.19.0
|
||||||
BuildRequires: pkgconfig(librsvg-2.0) >= 2.32.0
|
BuildRequires: pkgconfig(librsvg-2.0) >= 2.32.0
|
||||||
Requires: chess_backend
|
Requires: chess_backend
|
||||||
|
|
||||||
@ -64,7 +64,6 @@ in a window.
|
|||||||
%doc NEWS
|
%doc NEWS
|
||||||
%doc %{_datadir}/help/C/%{name}/
|
%doc %{_datadir}/help/C/%{name}/
|
||||||
%{_datadir}/icons/hicolor/
|
%{_datadir}/icons/hicolor/
|
||||||
%{_datadir}/%{name}/
|
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%dir %{_datadir}/metainfo
|
%dir %{_datadir}/metainfo
|
||||||
%{_datadir}/applications/org.gnome.Chess.desktop
|
%{_datadir}/applications/org.gnome.Chess.desktop
|
||||||
|
Loading…
Reference in New Issue
Block a user