Hello community,
here is the log from the commit of package libgnome-games-support for
openSUSE:Factory checked in at 2018-09-04 22:54:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgnome-games-support (Old)
and /work/SRC/openSUSE:Factory/.libgnome-games-support.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgnome-games-support"
Tue Sep 4 22:54:30 2018 rev:7 rq:629368 version:1.4.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/libgnome-games-support/libgnome-games-support.changes
2018-03-09 10:43:05.422254033 +0100
+++
/work/SRC/openSUSE:Factory/.libgnome-games-support.new/libgnome-games-support.changes
2018-09-04 22:55:08.244789162 +0200
@@ -1,0 +2,20 @@
+Mon Aug 13 08:56:31 UTC 2018 - [email protected]
+
+- Update to version 1.4.2:
+ + Hide category chooser on scores dialog when not needed.
+- Changes from version 1.4.1:
+ + Fix invalid cast in scores dialog.
+- Changes from version 1.4.0:
+ + Fix Scores.Context.get_high_scores() returning unordered
+ scores.
+ + Ensure all public objects are usable when created with
+ g_object_new().
+ + Build with --abi-stability (requires valac 0.40). Bump soname.
+- Following upstream changes, bump soname to 3, use define sover to
+ ease future bumps.
+- Drop gnome-common BuildRequires and remove conditional autogen
+ call, we are using a prestine tarball.
+- Add make_build, actually build the libs ourselves, not just
+ install the upstream ones. Use autosetup macro.
+
+-------------------------------------------------------------------
Old:
----
libgnome-games-support-1.2.3.tar.xz
New:
----
libgnome-games-support-1.4.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libgnome-games-support.spec ++++++
--- /var/tmp/diff_new_pack.nwBUVl/_old 2018-09-04 22:55:08.720790790 +0200
+++ /var/tmp/diff_new_pack.nwBUVl/_new 2018-09-04 22:55:08.720790790 +0200
@@ -16,18 +16,20 @@
#
+%define sover 3
+
Name: libgnome-games-support
-Version: 1.2.3
+Version: 1.4.2
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/
-Source:
http://download.gnome.org/sources/libgnome-games-support/1.2/%{name}-%{version}.tar.xz
-BuildRequires: gnome-common
+URL: https://git.gnome.org/browse/libgnome-games-support/
+Source0:
https://download.gnome.org/sources/libgnome-games-support/1.4/%{name}-%{version}.tar.xz
+
BuildRequires: intltool >= 0.50.2
BuildRequires: pkgconfig
-BuildRequires: vala >= 0.24
+BuildRequires: vala >= 0.40
BuildRequires: pkgconfig(gee-0.8)
BuildRequires: pkgconfig(gio-2.0) >= 2.40
BuildRequires: pkgconfig(glib-2.0) >= 2.40
@@ -39,13 +41,13 @@
GNOME Games, but it may be used by others. The API will only break
with the major version number. The ABI is unstable.
-%package -n libgnome-games-support-1-2
+%package -n libgnome-games-support-1-%{sover}
Summary: Internal support library for GNOME games
# In order for the -lang package to be installable
Group: System/Libraries
Provides: %{name} = %{version}
-%description -n libgnome-games-support-1-2
+%description -n libgnome-games-support-1-%{sover}
libgnome-games-support is a small library intended for internal use by
GNOME Games, but it may be used by others. The API will only break
with the major version number. The ABI is unstable.
@@ -53,7 +55,7 @@
%package devel
Summary: Development files for the GNOME Internal games library
Group: Development/Libraries/C and C++
-Requires: libgnome-games-support-1-2 = %{version}
+Requires: libgnome-games-support-1-%{sover} = %{version}
%description devel
libgnome-games-support is a small library intended for internal use by
@@ -63,24 +65,23 @@
%lang_package
%prep
-%setup -q
+%autosetup
%build
-if [ ! -e configure ]; then ./autogen.sh; fi
%configure
+%make_build
%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
%find_lang %{name}
-%post -n libgnome-games-support-1-2 -p /sbin/ldconfig
-%postun -n libgnome-games-support-1-2 -p /sbin/ldconfig
+%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-2
+%files -n libgnome-games-support-1-%{sover}
%license COPYING.LESSER
-
-%{_libdir}/libgnome-games-support-1.so.2*
+%{_libdir}/libgnome-games-support-1.so.%{sover}*
%files devel
%{_includedir}/gnome-games-support-1/
++++++ libgnome-games-support-1.2.3.tar.xz ->
libgnome-games-support-1.4.2.tar.xz ++++++
++++ 16610 lines of diff (skipped)