Hello community,
here is the log from the commit of package gnome-mahjongg for
openSUSE:Leap:15.2 checked in at 2020-02-21 23:50:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/gnome-mahjongg (Old)
and /work/SRC/openSUSE:Leap:15.2/.gnome-mahjongg.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-mahjongg"
Fri Feb 21 23:50:20 2020 rev:17 rq:772386 version:3.34.0
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/gnome-mahjongg/gnome-mahjongg.changes
2020-01-15 15:04:45.421883087 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.gnome-mahjongg.new.26092/gnome-mahjongg.changes
2020-02-21 23:50:24.100691672 +0100
@@ -1,0 +2,68 @@
+Sat Jan 25 14:10:40 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- No longer recommend -lang: supplements are in use
+
+-------------------------------------------------------------------
+Thu Sep 26 06:29:17 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.34.0:
+ + Updated translations.
+
+-------------------------------------------------------------------
+Tue Sep 3 19:32:14 CDT 2019 - [email protected]
+
+- Update to version 3.33.90:
+ + Updated app icon.
+ + Translation updates.
+
+-------------------------------------------------------------------
+Mon Mar 11 09:03:38 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.32.0:
+ + Updated translations.
+
+-------------------------------------------------------------------
+Wed Mar 6 13:15:09 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.31.92:
+ + Localize date column of score list.
+ + Updated translations.
+
+-------------------------------------------------------------------
+Fri Feb 15 22:18:31 UTC 2019 - [email protected]
+
+- Update to version 3.31.90:
+ + Validate the AppStream metadata and .desktop file as build
+ tests.
+ + Miscellaneous cleanup.
+
+-------------------------------------------------------------------
+Tue Jan 8 17:03:25 UTC 2019 - [email protected]
+
+- Update to version 3.31.4:
+ + Consistently use org.gnome.Mahjongg as app ID.
+ + Fix pause button when clicking on game to unpause.
+ + Miscellaneous improvements.
+ + Updated translations.
+
+-------------------------------------------------------------------
+Sat Jan 5 01:00:43 UTC 2019 - [email protected]
+
+- Update to version 3.31.3:
+ + Switch from autotools to meson.
+ + Follow GNOME 3.32 app menu recommendations.
+ + Add Keyboard Shortcuts overlay.
+ + Hide Keyboard Shortcuts section in app help.
+ + Add Flatpak manifest.
+ + Stop using intltool.
+ + Miscellaneous improvements.
+- Switch to meson buildsystem, add meson BuildRequires and macros.
+- Drop intltool BuildRequires, no longer needed.
+- Drop post(un) handling of glib2_gsettings_schema_post(un),
+ desktop_database_post(un) and icon_theme_cache_post(un) and drop
+ glib2_gsettings_schema_requires, no longer needed.
+- Drop update-desktop-files BuildRequires and
+ suse_update_desktop_file macro, no longer needed.
+- Add fdupes BuildRequires and macro, remove duplicate files.
+
+-------------------------------------------------------------------
Old:
----
gnome-mahjongg-3.22.0.tar.xz
New:
----
gnome-mahjongg-3.34.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-mahjongg.spec ++++++
--- /var/tmp/diff_new_pack.qf96mY/_old 2020-02-21 23:50:24.476692419 +0100
+++ /var/tmp/diff_new_pack.qf96mY/_new 2020-02-21 23:50:24.480692426 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gnome-mahjongg
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,33 +12,32 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: gnome-mahjongg
-Version: 3.22.0
+Version: 3.34.0
Release: 0
Summary: Mahjong Solitaire Game for GNOME
License: GPL-2.0-or-later
Group: Amusements/Games/Board/Puzzle
URL: https://live.gnome.org/GnomeMahongg
-Source:
http://download.gnome.org/sources/gnome-mahjongg/3.22/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/gnome-mahjongg/3.34/%{name}-%{version}.tar.xz
+
+BuildRequires: fdupes
BuildRequires: hicolor-icon-theme
-BuildRequires: intltool >= 0.50
+BuildRequires: meson
BuildRequires: pkgconfig
-BuildRequires: update-desktop-files
BuildRequires: vala >= 0.24.0
BuildRequires: yelp-tools
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.40.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.13.2
BuildRequires: pkgconfig(librsvg-2.0) >= 2.32.0
-Recommends: %{name}-lang
# Package was renamed to gnome-mahjongg, following upstreams name change
during 3.6 development.
Obsoletes: mahjongg < %{version}
Provides: mahjongg = %{version}
-%glib2_gsettings_schema_requires
%description
Mahjongg is a solitaire version of the classic Eastern tile game. It
@@ -48,26 +47,16 @@
%lang_package
%prep
-%setup -q
+%autosetup -p1
%build
-%configure
-make %{?_smp_mflags}
+%meson
+%meson_build
%install
-%make_install
+%meson_install
%find_lang %{name} %{?no_lang_C}
-%suse_update_desktop_file gnome-mahjongg
-
-%post
-%glib2_gsettings_schema_post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%glib2_gsettings_schema_postun
-%desktop_database_postun
-%icon_theme_cache_postun
+%fdupes %{buildroot}%{_datadir}
%files
%license COPYING
@@ -75,11 +64,10 @@
%doc %{_datadir}/help/C/%{name}/
%{_bindir}/%{name}
%{_datadir}/%{name}/
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/gnome-mahjongg.appdata.xml
-%{_datadir}/applications/gnome-mahjongg.desktop
-%{_datadir}/glib-2.0/schemas/org.gnome.mahjongg.gschema.xml
-%{_datadir}/icons/hicolor/*/apps/%{name}*
+%{_datadir}/metainfo/org.gnome.Mahjongg.appdata.xml
+%{_datadir}/applications/org.gnome.Mahjongg.desktop
+%{_datadir}/glib-2.0/schemas/org.gnome.Mahjongg.gschema.xml
+%{_datadir}/icons/hicolor/*/apps/org.gnome.Mahjongg*
%{_mandir}/man6/%{name}.6%{?ext_man}
%files lang -f %{name}.lang
++++++ gnome-mahjongg-3.22.0.tar.xz -> gnome-mahjongg-3.34.0.tar.xz ++++++
++++ 524503 lines of diff (skipped)