Accepting request 199325 from home:dimstar:branches:GNOME:Factory
Update to 3.9.92 OBS-URL: https://build.opensuse.org/request/show/199325 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-chess?expand=0&rev=18
This commit is contained in:
parent
9e675f3c1e
commit
3b08ebaa79
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68d96fa1466694633873e62093286ad7ebcf2c89632c52a629a90e5f502e3769
|
||||
size 3308516
|
3
gnome-chess-3.9.92.tar.xz
Normal file
3
gnome-chess-3.9.92.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d36c9b9c936bae304ed0ed1c4f848248d0a9d9f2ccf4bca9cdb5b49e348e09b8
|
||||
size 3450508
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 21:27:34 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.9.92:
|
||||
+ Player on move is now considered in check for threefold
|
||||
repetition.
|
||||
+ Implement more CECP functionality, making a desync with the
|
||||
engine less likely.
|
||||
+ If an engine's process dies, display a warning instead of
|
||||
claiming it resigned.
|
||||
+ Help: remove Amundsen from list of supported engines.
|
||||
+ Help: remove the "there are no bugs" page; regrettably, there
|
||||
are bugs.
|
||||
+ Add an appdata file for GNOME Software.
|
||||
+ Updated translations.
|
||||
- Drop pkgconfig(sqlite3) BuildRequires: no longer required.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 19 18:25:02 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnome-chess
|
||||
Version: 3.9.90
|
||||
Version: 3.9.92
|
||||
Release: 0
|
||||
Summary: Chess Game for GNOME
|
||||
License: GPL-2.0+
|
||||
@ -33,7 +33,6 @@ BuildRequires: pkgconfig(gl)
|
||||
BuildRequires: pkgconfig(glu)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(librsvg-2.0)
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
Requires: chess_backend
|
||||
Recommends: %{name}-lang
|
||||
@ -80,6 +79,8 @@ make %{?_smp_mflags}
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
||||
%{_datadir}/%{name}/
|
||||
%{_bindir}/%{name}
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/gnome-chess.appdata.xml
|
||||
%{_datadir}/applications/glchess.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
|
||||
%{_mandir}/man6/%{name}.6%{?ext_man}
|
||||
|
Loading…
Reference in New Issue
Block a user