From 6722f82d583ec00b5f288f54e2ebdcf15cfa3bd632606ef13c49bbd32115ef1e Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 9 Mar 2018 09:58:50 +0000 Subject: [PATCH 1/2] Accepting request 583513 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/583513 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-chess?expand=0&rev=78 --- gnome-chess-3.26.0.tar.xz | 3 --- gnome-chess-3.27.2.tar.xz | 3 +++ gnome-chess.changes | 29 ++++++++++++++++++++++++++ gnome-chess.spec | 43 ++++++++++++++++++++------------------- 4 files changed, 54 insertions(+), 24 deletions(-) delete mode 100644 gnome-chess-3.26.0.tar.xz create mode 100644 gnome-chess-3.27.2.tar.xz diff --git a/gnome-chess-3.26.0.tar.xz b/gnome-chess-3.26.0.tar.xz deleted file mode 100644 index 241d7b9..0000000 --- a/gnome-chess-3.26.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0f6f862ab7067626a3a86cdc9c14dde595e38e6719e0198cb967e11facf1f12 -size 2751256 diff --git a/gnome-chess-3.27.2.tar.xz b/gnome-chess-3.27.2.tar.xz new file mode 100644 index 0000000..69f5f79 --- /dev/null +++ b/gnome-chess-3.27.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd5a44056177e74f0cee1c69d65f112090c8fd22db6394385438cdf52eeb34bf +size 2713328 diff --git a/gnome-chess.changes b/gnome-chess.changes index 56000ce..9398eb1 100644 --- a/gnome-chess.changes +++ b/gnome-chess.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Wed Feb 28 16:27:31 UTC 2018 - dimstar@opensuse.org + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- +Fri Nov 17 15:07:36 UTC 2017 - luc14n0@linuxmail.org + +- Update to version 3.27.2: + + Fix gschema installation. + + Fix SVG images installation. +- Changes from version 3.27.1: + + Port to Meson build system. +- 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. +- Add fdupes BuildRequires and its macro for replacement of + duplicates by 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 + since RPM file triggers. + ------------------------------------------------------------------- Sat Sep 9 15:59:10 UTC 2017 - dimstar@opensuse.org diff --git a/gnome-chess.spec b/gnome-chess.spec index 614b412..b706e65 100644 --- a/gnome-chess.spec +++ b/gnome-chess.spec @@ -1,7 +1,7 @@ # # spec file for package gnome-chess # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,27 +17,27 @@ Name: gnome-chess -Version: 3.26.0 +Version: 3.27.2 Release: 0 Summary: Chess Game for GNOME -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Amusements/Games/Board/Chess -Url: http://www.gnome.org -Source: http://download.gnome.org/sources/gnome-chess/3.26/%{name}-%{version}.tar.xz -BuildRequires: desktop-file-utils -BuildRequires: intltool >= 0.35.0 +URL: http://www.gnome.org +Source: http://download.gnome.org/sources/gnome-chess/3.27/%{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: libxml2-tools +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: vala >= 0.35.7 -BuildRequires: pkgconfig(gio-2.0) >= 2.40 +BuildRequires: pkgconfig(gio-2.0) >= 2.44 BuildRequires: pkgconfig(gl) -BuildRequires: pkgconfig(glib-2.0) >= 2.40 -BuildRequires: pkgconfig(glu) -BuildRequires: pkgconfig(gmodule-2.0) +BuildRequires: pkgconfig(glib-2.0) >= 2.44 +BuildRequires: pkgconfig(gmodule-2.0) >= 2.44 BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.0 -BuildRequires: pkgconfig(librsvg-2.0) +BuildRequires: pkgconfig(librsvg-2.0) >= 2.32.0 BuildRequires: pkgconfig(x11) Requires: chess_backend Recommends: %{name}-lang @@ -45,7 +45,6 @@ Recommends: %{name}-lang Obsoletes: glchess < %{version} Obsoletes: glchess-lang < %{version} Provides: glchess = %{version} -%glib2_gsettings_schema_requires %description This is a game for playing the classic board game of chess, in which @@ -59,23 +58,25 @@ in a window. %setup -q %build -%configure -make %{?_smp_mflags} +%meson +%meson_build %install -%make_install +%meson_install %suse_update_desktop_file gnome-chess %find_lang %{name} %{?no_lang_C} +%fdupes %{buildroot}%{_datadir} %files -%defattr(-,root,root) %license COPYING -%{_datadir}/help/C/%{name}/ +%doc %{_datadir}/help/C/%{name}/ %{_datadir}/icons/hicolor/ %{_datadir}/%{name}/ %{_bindir}/%{name} -%dir %{_datadir}/appdata -%{_datadir}/appdata/gnome-chess.appdata.xml +%{_bindir}/test-chess-* +%{_libdir}/libgnome-libchess.so +%dir %{_datadir}/metainfo +%{_datadir}/metainfo/gnome-chess.appdata.xml %{_datadir}/applications/gnome-chess.desktop %{_datadir}/glib-2.0/schemas/org.gnome.chess.gschema.xml %{_mandir}/man6/%{name}.6%{?ext_man} From c62e699da8e106ccbd81453f4e5d558afd61e720606e2ed7a6e512c546009af2 Mon Sep 17 00:00:00 2001 From: Yifan Jiang Date: Mon, 12 Mar 2018 06:30:49 +0000 Subject: [PATCH 2/2] Accepting request 585433 from GNOME:Next Update to 3.28.0 OBS-URL: https://build.opensuse.org/request/show/585433 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-chess?expand=0&rev=79 --- gnome-chess-3.27.2.tar.xz | 3 --- gnome-chess-3.28.0.tar.xz | 3 +++ gnome-chess.changes | 6 ++++++ gnome-chess.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 gnome-chess-3.27.2.tar.xz create mode 100644 gnome-chess-3.28.0.tar.xz diff --git a/gnome-chess-3.27.2.tar.xz b/gnome-chess-3.27.2.tar.xz deleted file mode 100644 index 69f5f79..0000000 --- a/gnome-chess-3.27.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd5a44056177e74f0cee1c69d65f112090c8fd22db6394385438cdf52eeb34bf -size 2713328 diff --git a/gnome-chess-3.28.0.tar.xz b/gnome-chess-3.28.0.tar.xz new file mode 100644 index 0000000..fa871f4 --- /dev/null +++ b/gnome-chess-3.28.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:800fe0c8f5c267dca98e7db404d7bc469bbc7342adf3dbde1a9b6c69cd58afef +size 1681268 diff --git a/gnome-chess.changes b/gnome-chess.changes index 9398eb1..a1cdb2b 100644 --- a/gnome-chess.changes +++ b/gnome-chess.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Mar 11 10:07:37 UTC 2018 - dimstar@opensuse.org + +- Update to version 3.28.0: + + Updated translations. + ------------------------------------------------------------------- Wed Feb 28 16:27:31 UTC 2018 - dimstar@opensuse.org diff --git a/gnome-chess.spec b/gnome-chess.spec index b706e65..22cf2bc 100644 --- a/gnome-chess.spec +++ b/gnome-chess.spec @@ -17,13 +17,13 @@ Name: gnome-chess -Version: 3.27.2 +Version: 3.28.0 Release: 0 Summary: Chess Game for GNOME License: GPL-3.0-or-later Group: Amusements/Games/Board/Chess URL: http://www.gnome.org -Source: http://download.gnome.org/sources/gnome-chess/3.27/%{name}-%{version}.tar.xz +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.