Hello community, here is the log from the commit of package quadrapassel for openSUSE:Factory checked in at 2019-04-05 11:58:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/quadrapassel (Old) and /work/SRC/openSUSE:Factory/.quadrapassel.new.3908 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "quadrapassel" Fri Apr 5 11:58:48 2019 rev:21 rq:689455 version:3.32.0 Changes: -------- --- /work/SRC/openSUSE:Factory/quadrapassel/quadrapassel.changes 2018-03-09 10:40:35.059669103 +0100 +++ /work/SRC/openSUSE:Factory/.quadrapassel.new.3908/quadrapassel.changes 2019-04-05 12:01:06.718515797 +0200 @@ -1,0 +2,48 @@ +Mon Mar 11 09:05:42 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.32.0: + + Updated translations. + +------------------------------------------------------------------- +Fri Feb 15 22:49:17 UTC 2019 - [email protected] + +- Update to version 3.31.90: + + Use --no-net for the AppStream validation test. + + Miscellaneous cleanup. + + Updated translations. +- Add new check section to spec and run meson_test macro. + +------------------------------------------------------------------- +Tue Jan 8 20:34:10 UTC 2019 - [email protected] + +- Update to version 3.31.4: + + Fix and restore preview in difficult mode. Note that the + preview lies to you in this mode. + + Fix apparent freeze in difficult mode. + + Convert from autotools to meson. + + Consistently use org.gnome.Quadrapassel app id. + + Miscellaneous fixes. + + Updated translations. +- Switch to meson buildsystem, add meson BuildRequires and macros. +- Drop hicolor-icon-theme BuildRequires: No longer needed. + +------------------------------------------------------------------- +Sat Jan 5 01:12:29 UTC 2019 - [email protected] + +- Update to version 3.31.3: + + Add game controller support using libmanette. + + Update menus for GNOME 3.32 recommendations. + + Pressing Pause will start a new game if no game has started + yet. + + Stop using intltool. + + Miscellaneous fixes. +- Drop intltool >= 0.50 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. +- Add pkgconfig(manette-0.2) BuildRequires: New dependency. + +------------------------------------------------------------------- Old: ---- quadrapassel-3.22.0.tar.xz New: ---- quadrapassel-3.32.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ quadrapassel.spec ++++++ --- /var/tmp/diff_new_pack.VA0OqU/_old 2019-04-05 12:01:07.330516197 +0200 +++ /var/tmp/diff_new_pack.VA0OqU/_new 2019-04-05 12:01:07.338516201 +0200 @@ -1,7 +1,7 @@ # # spec file for package quadrapassel # -# 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,20 +12,21 @@ # 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: quadrapassel -Version: 3.22.0 +Version: 3.32.0 Release: 0 Summary: Tetris Game for GNOME License: GPL-2.0-or-later Group: Amusements/Games/Action/Other URL: https://live.gnome.org/Quadrapassel -Source: http://download.gnome.org/sources/quadrapassel/3.22/%{name}-%{version}.tar.xz -BuildRequires: hicolor-icon-theme -BuildRequires: intltool >= 0.50 +Source0: https://download.gnome.org/sources/quadrapassel/3.32/%{name}-%{version}.tar.xz + +BuildRequires: fdupes +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: vala >= 0.24.0 @@ -36,8 +37,8 @@ BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0 BuildRequires: pkgconfig(libcanberra-gtk3) >= 0.26 BuildRequires: pkgconfig(librsvg-2.0) >= 2.32.0 +BuildRequires: pkgconfig(manette-0.2) Recommends: %{name}-lang -%glib2_gsettings_schema_requires %description Quadrapassel is a version of Tetris, the classic game of interlocking @@ -49,26 +50,19 @@ %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} +%fdupes %{buildroot}%{_datadir} -%post -%glib2_gsettings_schema_post -%desktop_database_post -%icon_theme_cache_post - -%postun -%glib2_gsettings_schema_postun -%desktop_database_postun -%icon_theme_cache_postun +%check +%meson_test %files %license COPYING @@ -76,11 +70,10 @@ %doc %{_datadir}/help/C/%{name}/ %{_bindir}/%{name} %{_datadir}/%{name}/ -%dir %{_datadir}/appdata -%{_datadir}/appdata/quadrapassel.appdata.xml -%{_datadir}/applications/%{name}.desktop -%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml -%{_datadir}/icons/hicolor/*/apps/%{name}* +%{_datadir}/metainfo/org.gnome.Quadrapassel.appdata.xml +%{_datadir}/applications/org.gnome.Quadrapassel.desktop +%{_datadir}/glib-2.0/schemas/org.gnome.Quadrapassel.gschema.xml +%{_datadir}/icons/hicolor/*/apps/org.gnome.Quadrapassel* %{_mandir}/man6/%{name}.6%{?ext_man} %files lang -f %{name}.lang ++++++ quadrapassel-3.22.0.tar.xz -> quadrapassel-3.32.0.tar.xz ++++++ ++++ 535938 lines of diff (skipped)
