Accepting request 595822 from home:luc14n0:branches:GNOME:Factory
Update to version 3.28.1. OBS-URL: https://build.opensuse.org/request/show/595822 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-chess?expand=0&rev=81
This commit is contained in:
parent
c62e699da8
commit
0d7e7b18af
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:800fe0c8f5c267dca98e7db404d7bc469bbc7342adf3dbde1a9b6c69cd58afef
|
||||
size 1681268
|
3
gnome-chess-3.28.1.tar.xz
Normal file
3
gnome-chess-3.28.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61d7eda645ab74fcf6fa586bc3edc49f01d4a4076f98e1e53d4b4c842b600fe1
|
||||
size 1697524
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 11 03:55:49 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
- Update to version 3.28.1:
|
||||
+ Updated translations.
|
||||
- Update URL tag to https://wiki.gnome.org/Apps/Chess: currently
|
||||
the Chess' web page.
|
||||
- Drop:
|
||||
+ update-desktop-files BuildRequires and suse_update_desktop_file
|
||||
macro: they are no longer required anymore.
|
||||
+ gl and x11 pkgconfig modules BuilRequires: they are not needed
|
||||
nor used anymore.
|
||||
- Add pkgconfig(gio-unix-2.0) BuildRequires to avoid implicit
|
||||
dependencies.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 11 10:07:37 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
@ -20,14 +35,11 @@ Fri Nov 17 15:07:36 UTC 2017 - luc14n0@linuxmail.org
|
||||
- Add meson BuildRequires and switch configure, make and
|
||||
make_install macros to meson, meson_build and meson_install
|
||||
following upstream port to Meson Build System.
|
||||
- Replace intltool with gettext and drop itstool BuildRequires:
|
||||
upstream did the gettext migration long ago and we don't want
|
||||
deviation to avoid unexpected bugs.
|
||||
- Add itstool BuildRequires: Gettext is suppose to take care of
|
||||
translations alone, but still there are some XML formats that
|
||||
it does not handle.
|
||||
- Drop intltool BuildRequires: upstream did the Gettext migration
|
||||
long ago and deviations are not desired to avoid unexpected
|
||||
bugs.
|
||||
- Add fdupes BuildRequires and its macro for replacement of
|
||||
duplicates by links under the data directory.
|
||||
duplicates with links under the data directory.
|
||||
- Drop libxml2-tools, desktop-file-utils and pkgconfig(glu)
|
||||
BuildRequires: no longer needed/used anymore.
|
||||
- Drop %glib2_gsettings_schema_requires macro: no longer needed
|
||||
|
@ -17,28 +17,25 @@
|
||||
|
||||
|
||||
Name: gnome-chess
|
||||
Version: 3.28.0
|
||||
Version: 3.28.1
|
||||
Release: 0
|
||||
Summary: Chess Game for GNOME
|
||||
License: GPL-3.0-or-later
|
||||
Group: Amusements/Games/Board/Chess
|
||||
URL: http://www.gnome.org
|
||||
URL: https://wiki.gnome.org/Apps/Chess
|
||||
Source: http://download.gnome.org/sources/gnome-chess/3.28/%{name}-%{version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gettext
|
||||
# ITS Tool is needed because there are some XML formats that Gettext does not handle, at least not now.
|
||||
BuildRequires: itstool
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: vala >= 0.35.7
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.44
|
||||
BuildRequires: pkgconfig(gl)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.44
|
||||
BuildRequires: pkgconfig(gmodule-2.0) >= 2.44
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.44.0
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.44.0
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.44.0
|
||||
BuildRequires: pkgconfig(gmodule-2.0) >= 2.44.0
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.0
|
||||
BuildRequires: pkgconfig(librsvg-2.0) >= 2.32.0
|
||||
BuildRequires: pkgconfig(x11)
|
||||
Requires: chess_backend
|
||||
Recommends: %{name}-lang
|
||||
# After gnome 3.6, glchess was split out of gnome-games and runs under the name gnome-chess
|
||||
@ -63,7 +60,6 @@ in a window.
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%suse_update_desktop_file gnome-chess
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%fdupes %{buildroot}%{_datadir}
|
||||
|
||||
@ -73,8 +69,6 @@ in a window.
|
||||
%{_datadir}/icons/hicolor/
|
||||
%{_datadir}/%{name}/
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/test-chess-*
|
||||
%{_libdir}/libgnome-libchess.so
|
||||
%dir %{_datadir}/metainfo
|
||||
%{_datadir}/metainfo/gnome-chess.appdata.xml
|
||||
%{_datadir}/applications/gnome-chess.desktop
|
||||
|
Loading…
Reference in New Issue
Block a user