Hello community, here is the log from the commit of package gnome-2048 for openSUSE:Leap:15.2 checked in at 2020-02-21 23:50:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/gnome-2048 (Old) and /work/SRC/openSUSE:Leap:15.2/.gnome-2048.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-2048" Fri Feb 21 23:50:12 2020 rev:17 rq:772376 version:3.34.4 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/gnome-2048/gnome-2048.changes 2020-01-15 15:04:22.489871125 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.gnome-2048.new.26092/gnome-2048.changes 2020-02-21 23:50:17.252678063 +0100 @@ -1,0 +2,91 @@ +Sat Nov 23 18:35:16 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.34.4: + + Updated translations. + +------------------------------------------------------------------- +Tue Oct 29 14:47:00 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.34.3: + + New extra release for fixing a small visual bug introduced in + 3.34.2. + +------------------------------------------------------------------- +Sun Oct 13 12:14:08 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.34.2: + + Fix the icons showing in GNOME Shell 3.34. + +------------------------------------------------------------------- +Tue Oct 8 08:16:08 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.34.1: + + Updated translations. + +------------------------------------------------------------------- +Thu Sep 12 09:37:24 CST 2019 - [email protected] + +- Update to version 3.34.0. + + No changes, stable version update only. + +------------------------------------------------------------------- +Tue Aug 27 13:32:46 CEST 2019 - [email protected] + +- Update to version 3.33.90: + + Fix GameOver showing on resume. + + A new icon. + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 11 18:09:37 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.32.0: + + An unfullscreen button was added. + + First launch of the app immediatly starts on a new game. + + Updated translations. + +------------------------------------------------------------------- +Wed Feb 20 13:24:24 UTC 2019 - [email protected] + +- Update to version 3.31.91: + + Some crashes avoided, notably if loading a manually edited + saved game file, and a better tiles look on non-square grids, + that should be all the things important for users. From the + technical side, the internal representation of the board + changed, to make it less error-prone, and many parts of the + code have moved around. Some tests were also added. + + Updated translations. +- Changes from version 3.31.90: + + Various changes. The main is probably the removing of the + Preferences dialog: the Undo action is now hidden (and a bug in + score restoration was fixed); the game is now responsive, and + proposing to change speed was now mostly useless; and multiple + game sizes are now proposed when you click on the New Game + button (including a 3 by 3). Also, the game can now be played + with gestures (and with WASD keys). About technical things, the + application changed to use the org.gnome.TwentyFortyEight + app-id, and it can be built using the Gitlab CI. + + Updated translations. +- Drop libxml2-tools and perl(XML::Parser) BuildRequires: No longer + needed, nor used. + +------------------------------------------------------------------- +Wed Jan 9 21:50:28 UTC 2019 - [email protected] + +- Update to version 3.31.4: + + On the UI side, the migration from an app-menu to a hamburger + menu is done. And on the technical side, the migration to Meson + is done also. + + Updated translations. +- Switch to meson buildsystem, add meson BuildRequires and macros. +- Drop intltool BuildRequires, no longer needed. + +------------------------------------------------------------------- +Fri Sep 7 20:05:08 UTC 2018 - [email protected] + +- Update to version 3.30.0: + + Some Gitlab-migration-related. + + Updated translations. +- Add autosetup and make_build macros, build it properly. + +------------------------------------------------------------------- Old: ---- gnome-2048-3.26.1.tar.xz New: ---- gnome-2048-3.34.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-2048.spec ++++++ --- /var/tmp/diff_new_pack.oq56BW/_old 2020-02-21 23:50:17.656678866 +0100 +++ /var/tmp/diff_new_pack.oq56BW/_new 2020-02-21 23:50:17.656678866 +0100 @@ -1,7 +1,7 @@ # # spec file for package gnome-2048 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,26 +12,25 @@ # 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-2048 -Version: 3.26.1 +Version: 3.34.4 Release: 0 Summary: Sliding block puzzle game License: GPL-3.0-or-later Group: Amusements/Games/Board/Puzzle URL: https://wiki.gnome.org/Apps/2048 -Source: http://download.gnome.org/sources/gnome-2048/3.26/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/gnome-2048/3.34/%{name}-%{version}.tar.xz + BuildRequires: appstream-glib-devel -BuildRequires: intltool >= 0.50 BuildRequires: itstool -BuildRequires: libxml2-tools +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: vala >= 0.24.0 -BuildRequires: perl(XML::Parser) BuildRequires: pkgconfig(clutter-1.0) >= 1.12.0 BuildRequires: pkgconfig(clutter-gtk-1.0) >= 1.6.0 BuildRequires: pkgconfig(gee-0.8) >= 0.14.0 @@ -46,24 +45,24 @@ %lang_package %prep -%setup -q +%autosetup %build -%configure +%meson +%meson_build %install -%make_install -%suse_update_desktop_file org.gnome.gnome-2048 Games Amusement +%meson_install +%suse_update_desktop_file org.gnome.TwentyFortyEight Games Amusement %find_lang %{name} %files %license COPYING %{_bindir}/gnome-2048 -%dir %{_datadir}/appdata -%{_datadir}/appdata/org.gnome.gnome-2048.appdata.xml -%{_datadir}/applications/org.gnome.gnome-2048.desktop -%{_datadir}/glib-2.0/schemas/org.gnome.2048.gschema.xml -%{_datadir}/icons/hicolor/*/apps/gnome-2048* +%{_datadir}/metainfo/org.gnome.TwentyFortyEight.appdata.xml +%{_datadir}/applications/org.gnome.TwentyFortyEight.desktop +%{_datadir}/glib-2.0/schemas/org.gnome.TwentyFortyEight.gschema.xml +%{_datadir}/icons/hicolor/*/apps/org.gnome.TwentyFortyEight* %files lang -f %{name}.lang ++++++ gnome-2048-3.26.1.tar.xz -> gnome-2048-3.34.4.tar.xz ++++++ ++++ 41921 lines of diff (skipped)
