Hello community, here is the log from the commit of package gnome-mahjongg for openSUSE:Factory checked in at 2019-04-05 11:59:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-mahjongg (Old) and /work/SRC/openSUSE:Factory/.gnome-mahjongg.new.3908 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-mahjongg" Fri Apr 5 11:59:35 2019 rev:20 rq:689467 version:3.32.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-mahjongg/gnome-mahjongg.changes 2018-03-09 10:38:24.664364632 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-mahjongg.new.3908/gnome-mahjongg.changes 2019-04-05 12:01:38.174536354 +0200 @@ -1,0 +2,50 @@ +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.32.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-mahjongg.spec ++++++ --- /var/tmp/diff_new_pack.I3nmrr/_old 2019-04-05 12:01:38.818536775 +0200 +++ /var/tmp/diff_new_pack.I3nmrr/_new 2019-04-05 12:01:38.818536775 +0200 @@ -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,22 +12,23 @@ # 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.32.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.32/%{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) @@ -38,7 +39,6 @@ # 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 +48,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 +65,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.32.0.tar.xz ++++++ ++++ 522995 lines of diff (skipped)
