From c7577fa3d47d44b59daf0409eeac605566a420815c717200a924c6821836bbdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 18 Mar 2022 10:21:59 +0000 Subject: [PATCH] Accepting request 962619 from GNOME:Next - Update to version 2.0: + Updated translations. - Update to version 2.0.beta.2: + Fix parallel-installability of localizations - Changes from version 2.0.beta: + Port to GTK 4 + New API version: libgnome-games-support-2, should be parallel-installable. - Following upstreams port: Replace pkgconfig(gtk+-3.0) with pkgconfig(gtk4) BuildRequires, bump sover to 4 and add a new api define and set it to 2, renaming sub-packages to libgnome-games-support-2-4 OBS-URL: https://build.opensuse.org/request/show/962619 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libgnome-games-support?expand=0&rev=30 --- libgnome-games-support-1.8.2.sha256sum | 2 -- libgnome-games-support-1.8.2.tar.xz | 3 --- libgnome-games-support-2.0.0.sha256sum | 2 ++ libgnome-games-support-2.0.0.tar.xz | 3 +++ libgnome-games-support.changes | 20 +++++++++++++++++ libgnome-games-support.spec | 30 +++++++++++++------------- 6 files changed, 40 insertions(+), 20 deletions(-) delete mode 100644 libgnome-games-support-1.8.2.sha256sum delete mode 100644 libgnome-games-support-1.8.2.tar.xz create mode 100644 libgnome-games-support-2.0.0.sha256sum create mode 100644 libgnome-games-support-2.0.0.tar.xz diff --git a/libgnome-games-support-1.8.2.sha256sum b/libgnome-games-support-1.8.2.sha256sum deleted file mode 100644 index 0d1392f..0000000 --- a/libgnome-games-support-1.8.2.sha256sum +++ /dev/null @@ -1,2 +0,0 @@ -cb6c4859d16bffc941b1098f7f624c84e6a3339fce45629e45ba8b3f653d58f9 libgnome-games-support-1.8.2.news -28434604a7b038731ac0231731388ff104f565bb2330cc24e78cda04cfd3ef7d libgnome-games-support-1.8.2.tar.xz diff --git a/libgnome-games-support-1.8.2.tar.xz b/libgnome-games-support-1.8.2.tar.xz deleted file mode 100644 index da01b1c..0000000 --- a/libgnome-games-support-1.8.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28434604a7b038731ac0231731388ff104f565bb2330cc24e78cda04cfd3ef7d -size 45328 diff --git a/libgnome-games-support-2.0.0.sha256sum b/libgnome-games-support-2.0.0.sha256sum new file mode 100644 index 0000000..0942fab --- /dev/null +++ b/libgnome-games-support-2.0.0.sha256sum @@ -0,0 +1,2 @@ +d4a3c5fffb1832a643d7562aeab1f7ef8bda349f611c8887be8f1951fb5d1f60 libgnome-games-support-2.0.0.news +53821f6fe32eddcb9eef3324f646aaac83cc6d3de0937dfd5f266470d453d2a4 libgnome-games-support-2.0.0.tar.xz diff --git a/libgnome-games-support-2.0.0.tar.xz b/libgnome-games-support-2.0.0.tar.xz new file mode 100644 index 0000000..c45d279 --- /dev/null +++ b/libgnome-games-support-2.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53821f6fe32eddcb9eef3324f646aaac83cc6d3de0937dfd5f266470d453d2a4 +size 46204 diff --git a/libgnome-games-support.changes b/libgnome-games-support.changes index 521234d..6db2791 100644 --- a/libgnome-games-support.changes +++ b/libgnome-games-support.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Mar 18 09:37:45 UTC 2022 - Bjørn Lie + +- Update to version 2.0: + + Updated translations. + +------------------------------------------------------------------- +Tue Feb 15 11:40:29 UTC 2022 - Bjørn Lie + +- Update to version 2.0.beta.2: + + Fix parallel-installability of localizations +- Changes from version 2.0.beta: + + Port to GTK 4 + + New API version: libgnome-games-support-2, should be + parallel-installable. +- Following upstreams port: Replace pkgconfig(gtk+-3.0) with + pkgconfig(gtk4) BuildRequires, bump sover to 4 and add a new api + define and set it to 2, renaming sub-packages to + libgnome-games-support-2-4 + ------------------------------------------------------------------- Sat Oct 30 18:37:30 UTC 2021 - Bjørn Lie diff --git a/libgnome-games-support.spec b/libgnome-games-support.spec index e8854f4..f9451ca 100644 --- a/libgnome-games-support.spec +++ b/libgnome-games-support.spec @@ -1,7 +1,7 @@ # # spec file for package libgnome-games-support # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,17 +16,18 @@ # -%define sover 3 +%define sover 4 +%define api 2 Name: libgnome-games-support -Version: 1.8.2 +Version: 2.0.0 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.8/%{name}-%{version}.tar.xz -Source1: https://download.gnome.org/sources/libgnome-games-support/1.8/%{name}-%{version}.sha256sum +Source0: https://download.gnome.org/sources/libgnome-games-support/2.0/%{name}-%{version}.tar.xz +Source1: https://download.gnome.org/sources/libgnome-games-support/2.0/%{name}-%{version}.sha256sum BuildRequires: intltool >= 0.50.2 BuildRequires: meson @@ -35,20 +36,20 @@ BuildRequires: vala >= 0.40 BuildRequires: pkgconfig(gee-0.8) BuildRequires: pkgconfig(gio-2.0) >= 2.40 BuildRequires: pkgconfig(glib-2.0) >= 2.40 -BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.2 +BuildRequires: pkgconfig(gtk4) %description 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. -%package -n libgnome-games-support-1-%{sover} +%package -n libgnome-games-support-%{api}-%{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-%{sover} +%description -n libgnome-games-support-%{api}-%{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. @@ -56,7 +57,7 @@ with the major version number. The ABI is unstable. %package devel Summary: Development files for the GNOME Internal games library Group: Development/Libraries/C and C++ -Requires: libgnome-games-support-1-%{sover} = %{version} +Requires: libgnome-games-support-%{api}-%{sover} = %{version} %description devel libgnome-games-support is a small library intended for internal use by @@ -74,20 +75,19 @@ with the major version number. The ABI is unstable. %install %meson_install -%find_lang %{name} +%find_lang libgnome-games-support2 %{name}.lang %check %meson_test -%post -n libgnome-games-support-1-%{sover} -p /sbin/ldconfig -%postun -n libgnome-games-support-1-%{sover} -p /sbin/ldconfig +%ldconfig_scriptlets -n libgnome-games-support-%{api}-%{sover} -%files -n libgnome-games-support-1-%{sover} +%files -n libgnome-games-support-%{api}-%{sover} %license COPYING COPYING.LESSER -%{_libdir}/libgnome-games-support-1.so.%{sover}* +%{_libdir}/libgnome-games-support-%{api}.so.%{sover}* %files devel -%{_includedir}/gnome-games-support-1/ +%{_includedir}/gnome-games-support-%{api}/ %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %{_datadir}/vala/