Hello community,
here is the log from the commit of package libgnome-games-support for
openSUSE:Factory checked in at 2020-04-23 18:31:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgnome-games-support (Old)
and /work/SRC/openSUSE:Factory/.libgnome-games-support.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgnome-games-support"
Thu Apr 23 18:31:47 2020 rev:11 rq:795234 version:1.6.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/libgnome-games-support/libgnome-games-support.changes
2020-01-27 20:16:06.060473564 +0100
+++
/work/SRC/openSUSE:Factory/.libgnome-games-support.new.2738/libgnome-games-support.changes
2020-04-23 18:31:53.732255082 +0200
@@ -1,0 +2,17 @@
+Thu Mar 26 21:08:35 UTC 2020 - Bjørn Lie <[email protected]>
+
+- Update to version 1.6.1:
+ + Always show category in scores dialog.
+
+-------------------------------------------------------------------
+Fri Mar 6 10:54:42 UTC 2020 - Bjørn Lie <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
libgnome-games-support-1.4.4.tar.xz
New:
----
libgnome-games-support-1.6.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libgnome-games-support.spec ++++++
--- /var/tmp/diff_new_pack.5SNPrc/_old 2020-04-23 18:31:54.624256789 +0200
+++ /var/tmp/diff_new_pack.5SNPrc/_new 2020-04-23 18:31:54.628256796 +0200
@@ -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 @@
%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
++++++ libgnome-games-support-1.4.4.tar.xz ->
libgnome-games-support-1.6.1.tar.xz ++++++
++++ 61912 lines of diff (skipped)