Accepting request 291428 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/291428 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-chess?expand=0&rev=46
This commit is contained in:
parent
80edfa03d4
commit
4850ab1069
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:037a364afc77df8f8adf6367c631196d287a08fec873ee5f550eb2d1c02e8105
|
|
||||||
size 2779000
|
|
3
gnome-chess-3.15.92.tar.xz
Normal file
3
gnome-chess-3.15.92.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3fd15fdbfe9bbf86cd3f1ffb29fbfe954b8fe3ac4953abbdd94a2642abbd5d59
|
||||||
|
size 2764652
|
@ -1,3 +1,43 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 16 09:16:50 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.15.92:
|
||||||
|
+ New pre-commit hook added to check gnome coding guidelines.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 1 20:47:53 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.15.91:
|
||||||
|
+ Do not hammer dconf on resize.
|
||||||
|
+ Miscellaneous code improvements.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 21 19:38:35 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.15.90:
|
||||||
|
+ NEW FEATURE: Added support for Fischer and Bronstein clocks.
|
||||||
|
+ Add copy of PGN spec to the repo.
|
||||||
|
+ Improving the precision of chess-clock.
|
||||||
|
+ Miscellaneous code improvements.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 21 19:38:34 UTC 2015 - badshah400@gmail.com
|
||||||
|
|
||||||
|
- Update to version 3.15.4:
|
||||||
|
+ Cancel move if promotion type selector is closed.
|
||||||
|
+ Fix chess timer gets reset to the max allowed on game restarts.
|
||||||
|
+ Load completed saved games properly.
|
||||||
|
+ Fix saving a completed game due to timeup saves the timer as
|
||||||
|
infinity.
|
||||||
|
+ Reset the selected piece upon undo.
|
||||||
|
+ Miscellaneous code improvements.
|
||||||
|
+ Updated translations.
|
||||||
|
- Add pkgconfig(glib-2.0), pkgconfig(gio-2.0) and
|
||||||
|
pkgconfig(gmodule-2.0) BuildRequires: new verified dependencies.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 21 19:38:33 UTC 2015 - zaitor@opensuse.org
|
Sat Feb 21 19:38:33 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -17,21 +17,24 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-chess
|
Name: gnome-chess
|
||||||
Version: 3.14.3
|
Version: 3.15.92
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Chess Game for GNOME
|
Summary: Chess Game for GNOME
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Amusements/Games/Board/Chess
|
Group: Amusements/Games/Board/Chess
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
Source: http://download.gnome.org/sources/gnome-chess/3.14/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gnome-chess/3.15/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: intltool >= 0.35.0
|
BuildRequires: intltool >= 0.35.0
|
||||||
BuildRequires: itstool
|
BuildRequires: itstool
|
||||||
BuildRequires: libxml2-tools
|
BuildRequires: libxml2-tools
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
|
BuildRequires: pkgconfig(gio-2.0) >= 2.40
|
||||||
BuildRequires: pkgconfig(gl)
|
BuildRequires: pkgconfig(gl)
|
||||||
|
BuildRequires: pkgconfig(glib-2.0) >= 2.40
|
||||||
BuildRequires: pkgconfig(glu)
|
BuildRequires: pkgconfig(glu)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.13.2
|
BuildRequires: pkgconfig(gmodule-2.0)
|
||||||
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.15.0
|
||||||
BuildRequires: pkgconfig(librsvg-2.0)
|
BuildRequires: pkgconfig(librsvg-2.0)
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
Requires: chess_backend
|
Requires: chess_backend
|
||||||
|
Loading…
Reference in New Issue
Block a user