Hello community, here is the log from the commit of package gnome-tetravex for openSUSE:Factory checked in at 2019-04-05 11:59:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-tetravex (Old) and /work/SRC/openSUSE:Factory/.gnome-tetravex.new.3908 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-tetravex" Fri Apr 5 11:59:48 2019 rev:20 rq:689471 version:3.32.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-tetravex/gnome-tetravex.changes 2018-03-09 10:38:47.523541505 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-tetravex.new.3908/gnome-tetravex.changes 2019-04-05 12:01:57.230548807 +0200 @@ -1,0 +2,48 @@ +Mon Mar 11 09:07:23 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.32.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 4 08:37:21 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.31.92: + + Update help for app menu changes. + + Updated translations. + +------------------------------------------------------------------- +Sun Feb 17 16:22:21 UTC 2019 - [email protected] + +- Update to version 3.31.91: + + Explicitly link with -lm. + + Updated translations. + +------------------------------------------------------------------- +Fri Feb 8 19:28:27 UTC 2019 - [email protected] + +- Update to version 3.31.90: + + Add tests to validate AppStream metadata and .desktop file. + + Consistently use org.gnome.Tetravex app id. Note that this + renames the icons, .desktop and AppStream metadata. + + Miscellaneous cleanup. + +------------------------------------------------------------------- +Sat Jan 5 00:47:28 UTC 2019 - [email protected] + +- Update to version 3.31.3: + + Switch from autotools to meson. + + Stop using intltool. + + Follow GNOME 3.32 app menu recommendations. + + Add Keyboard Shortcuts overlay. + + Hide Keyboard Shortcuts section in app help. + + Update AppStream metadata. +- 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-tetravex-3.22.0.tar.xz New: ---- gnome-tetravex-3.32.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-tetravex.spec ++++++ --- /var/tmp/diff_new_pack.mAjRZl/_old 2019-04-05 12:01:59.298550158 +0200 +++ /var/tmp/diff_new_pack.mAjRZl/_new 2019-04-05 12:01:59.342550187 +0200 @@ -1,7 +1,7 @@ # # spec file for package gnome-tetravex # -# 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-tetravex -Version: 3.22.0 +Version: 3.32.0 Release: 0 Summary: Tetravex Game for GNOME License: GPL-2.0-or-later Group: Amusements/Games/Board/Puzzle URL: https://live.gnome.org/Tetravex -Source: http://download.gnome.org/sources/gnome-tetravex/3.22/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gnome-tetravex/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: yelp-tools BuildRequires: pkgconfig(glib-2.0) >= 2.40.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.13.2 @@ -37,7 +38,6 @@ # gnome-tetravex used to be called 'gnotravex' and was part of gnome-games until 3.7.x Obsoletes: gnotravex < %{version} Obsoletes: gnotravex-lang < %{version} -%glib2_gsettings_schema_requires %description Tetravex is a simple puzzle game in which pieces have numbers on each @@ -48,38 +48,25 @@ %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 %{name} - -%post -%glib2_gsettings_schema_post -%desktop_database_post -%icon_theme_cache_post -%icon_theme_cache_post HighContrast - -%postun -%glib2_gsettings_schema_postun -%desktop_database_postun -%icon_theme_cache_postun -%icon_theme_cache_postun HighContrast +%fdupes %{buildroot}%{_datadir} %files %license COPYING %doc NEWS %doc %{_datadir}/help/C/%{name}/ %{_bindir}/%{name} -%dir %{_datadir}/appdata -%{_datadir}/appdata/gnome-tetravex.appdata.xml -%{_datadir}/applications/%{name}.desktop -%{_datadir}/glib-2.0/schemas/org.gnome.tetravex.gschema.xml +%{_datadir}/metainfo/org.gnome.Tetravex.appdata.xml +%{_datadir}/applications/org.gnome.Tetravex.desktop +%{_datadir}/glib-2.0/schemas/org.gnome.Tetravex.gschema.xml %{_datadir}/icons/hicolor/*/apps/* %{_mandir}/man6/%{name}.6%{?ext_man} ++++++ gnome-tetravex-3.22.0.tar.xz -> gnome-tetravex-3.32.0.tar.xz ++++++ ++++ 505179 lines of diff (skipped)
