From d18bd764a9d6cfd57b9f1376bdb4460cd509901e3a9f57fa78afcf803c915b0e Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 17 Apr 2020 22:52:21 +0000 Subject: [PATCH] Accepting request 795087 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/795087 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libgnome-games-support?expand=0&rev=22 --- libgnome-games-support-1.4.4.tar.xz | 3 --- libgnome-games-support-1.6.1.tar.xz | 3 +++ libgnome-games-support.changes | 17 +++++++++++++++++ libgnome-games-support.spec | 21 ++++++++++++--------- 4 files changed, 32 insertions(+), 12 deletions(-) delete mode 100644 libgnome-games-support-1.4.4.tar.xz create mode 100644 libgnome-games-support-1.6.1.tar.xz diff --git a/libgnome-games-support-1.4.4.tar.xz b/libgnome-games-support-1.4.4.tar.xz deleted file mode 100644 index 68b5ef7..0000000 --- a/libgnome-games-support-1.4.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8a6ae569868abb4e90cf48e505dff527a635cb21a4af33039379860b3ad6bfe -size 336708 diff --git a/libgnome-games-support-1.6.1.tar.xz b/libgnome-games-support-1.6.1.tar.xz new file mode 100644 index 0000000..31eb8cd --- /dev/null +++ b/libgnome-games-support-1.6.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb686af62e24dc33f26c581aa019fcdf3605787dd76cb59ac99a8a34d1b808bf +size 44012 diff --git a/libgnome-games-support.changes b/libgnome-games-support.changes index 9dd37fc..46efb8c 100644 --- a/libgnome-games-support.changes +++ b/libgnome-games-support.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Mar 26 21:08:35 UTC 2020 - Bjørn Lie + +- Update to version 1.6.1: + + Always show category in scores dialog. + +------------------------------------------------------------------- +Fri Mar 6 10:54:42 UTC 2020 - Bjørn Lie + +- Update to version 1.6.0.1: + + Updated translations. +- Changes from version 1.5.59: + + Replace autotools buildsystem with meson. +- Switch to meson buildsystem following upstream changes. Add + meson BuildRequires and macros. Also add a check section, and run + meson_test. + ------------------------------------------------------------------- Sat Jan 25 14:16:24 UTC 2020 - Dominique Leuenberger diff --git a/libgnome-games-support.spec b/libgnome-games-support.spec index 2e3efde..c5c8253 100644 --- a/libgnome-games-support.spec +++ b/libgnome-games-support.spec @@ -1,7 +1,7 @@ # # spec file for package libgnome-games-support # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,15 +19,16 @@ %define sover 3 Name: libgnome-games-support -Version: 1.4.4 +Version: 1.6.1 Release: 0 Summary: Internal support library for GNOME games License: LGPL-3.0-or-later Group: Development/Libraries/GNOME URL: https://git.gnome.org/browse/libgnome-games-support/ -Source0: https://download.gnome.org/sources/libgnome-games-support/1.4/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/libgnome-games-support/1.6/%{name}-%{version}.tar.xz BuildRequires: intltool >= 0.50.2 +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: vala >= 0.40 BuildRequires: pkgconfig(gee-0.8) @@ -64,22 +65,24 @@ with the major version number. The ABI is unstable. %lang_package %prep -%autosetup +%autosetup -p1 %build -%configure -%make_build +%meson +%meson_build %install -%make_install -find %{buildroot} -type f -name "*.la" -delete -print +%meson_install %find_lang %{name} +%check +%meson_test + %post -n libgnome-games-support-1-%{sover} -p /sbin/ldconfig %postun -n libgnome-games-support-1-%{sover} -p /sbin/ldconfig %files -n libgnome-games-support-1-%{sover} -%license COPYING.LESSER +%license COPYING COPYING.LESSER %{_libdir}/libgnome-games-support-1.so.%{sover}* %files devel