Hello community, here is the log from the commit of package gnome-taquin for openSUSE:Leap:15.2 checked in at 2020-02-21 23:50:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/gnome-taquin (Old) and /work/SRC/openSUSE:Leap:15.2/.gnome-taquin.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-taquin" Fri Feb 21 23:50:24 2020 rev:22 rq:772391 version:3.34.3 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/gnome-taquin/gnome-taquin.changes 2020-01-15 15:04:58.105889704 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.gnome-taquin.new.26092/gnome-taquin.changes 2020-02-21 23:50:30.404704199 +0100 @@ -1,0 +2,86 @@ +Mon Jan 6 17:46:22 UTC 2020 - Bjørn Lie <[email protected]> + +- Update to version 3.34.3: + + A release for fixing a menu refresh bug. + +------------------------------------------------------------------- +Sat Nov 23 18:38:45 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.34.2: + + Updated translations. + +------------------------------------------------------------------- +Mon Oct 7 18:32:52 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.34.1: + + Updated translations. + +------------------------------------------------------------------- +Tue Sep 10 06:20:00 CDT 2019 - [email protected] + +- Update to version 3.34.0: + + Updated translations. + +------------------------------------------------------------------- +Tue Sep 3 19:15:12 CDT 2019 - [email protected] + +- Update to version 3.33.91: + + One small bug fix, and a better appdata file. + + Updated translations. + + Changes in version 3.33.90: + + Many small code changes, and bug fixes. + + Packagers should note that the GSound library has replaced LibCanberra. + + Translations updated. + + Changes in version 3.33.4: + + Specify libm as a dependency, for platforms that separated it + from libc. + + Updated translations. +- Drop libcanberra from BuildRequires, and add libgsound. + +------------------------------------------------------------------- +Tue Mar 12 15:18:41 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.32.0: + + Add unfullscreen button. + + Updated translations. + +------------------------------------------------------------------- +Wed Feb 20 00:00:58 UTC 2019 - [email protected] + +- Update to version 3.31.91: + + Some small fixes, notably regarding the focus, and a security + for never starting in the final position, that’s for users. A + test infrastructure was also added, and various code + improvements. + +------------------------------------------------------------------- +Sun Feb 17 21:15:59 UTC 2019 - [email protected] + +- Update to version 3.31.90: + + Taquin switched to Meson build system. + + New icon. + + The game board is now centered. + + A counter of moves in headerbar. + + Restart the current game now possible. + + Keeps your best score, so you can try to improve it. + + Updated translations. +- Switch to meson build system, add meson BuildRequires and macros. +- Add appstream-glib, vala and pkgconfig(gio-2.0) BuildRequires: + New dependencies. +- Drop obsolete intltool and libxml2-tools BuildRequires. + +------------------------------------------------------------------- +Tue Jan 8 12:41:07 UTC 2019 - [email protected] + +- Update to version 3.31.4: + + The application menu has been retired and replaced by an + hamburger menu. + + Updated translations. + +------------------------------------------------------------------- +Fri Sep 7 17:51:37 UTC 2018 - [email protected] + +- Update to version 3.30.0: + + Updated translations. + +------------------------------------------------------------------- Old: ---- gnome-taquin-3.28.0.tar.xz New: ---- gnome-taquin-3.34.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-taquin.spec ++++++ --- /var/tmp/diff_new_pack.2uBNBW/_old 2020-02-21 23:50:31.232705844 +0100 +++ /var/tmp/diff_new_pack.2uBNBW/_new 2020-02-21 23:50:31.272705923 +0100 @@ -1,7 +1,7 @@ # # spec file for package gnome-taquin # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,28 +12,31 @@ # 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-taquin -Version: 3.28.0 +Version: 3.34.3 Release: 0 Summary: A computer version of the 15-puzzle and other sliding puzzles License: GPL-3.0-or-later Group: Amusements/Games/Board/Puzzle URL: https://wiki.gnome.org/Apps/Taquin -Source: http://download.gnome.org/sources/gnome-taquin/3.28/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gnome-taquin/3.34/%{name}-%{version}.tar.xz + +BuildRequires: appstream-glib BuildRequires: desktop-file-utils BuildRequires: fdupes BuildRequires: hicolor-icon-theme -BuildRequires: intltool BuildRequires: itstool -BuildRequires: libxml2-tools +BuildRequires: meson BuildRequires: pkgconfig +BuildRequires: vala +BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(glib-2.0) >= 2.40.0 +BuildRequires: pkgconfig(gsound) >= 1.0.2 BuildRequires: pkgconfig(gtk+-3.0) >= 3.15.0 -BuildRequires: pkgconfig(libcanberra-gtk3) >= 0.26 BuildRequires: pkgconfig(librsvg-2.0) >= 2.32.0 %description @@ -45,14 +48,15 @@ %lang_package %prep -%setup -q +%autosetup -p1 %build -%configure -make %{?_smp_mflags} +%meson \ + %{nil} +%meson_build %install -%make_install +%meson_install %find_lang gnome-taquin %{?no_lang_C} %{name}.lang %fdupes %{buildroot}%{_datadir} @@ -60,11 +64,10 @@ %license COPYING %doc AUTHORS NEWS %{_bindir}/%{name} -%{_datadir}/applications/org.gnome.taquin.desktop -%{_datadir}/glib-2.0/schemas/org.gnome.taquin.gschema.xml +%{_datadir}/applications/org.gnome.Taquin.desktop +%{_datadir}/glib-2.0/schemas/org.gnome.Taquin.gschema.xml %{_datadir}/%{name}/ -%{_datadir}/metainfo/org.gnome.taquin.appdata.xml -%{_datadir}/dbus-1/services/org.gnome.taquin.service +%{_datadir}/metainfo/org.gnome.Taquin.appdata.xml %{_datadir}/icons/hicolor/*/apps/* %doc %{_datadir}/help/C/%{name}/ %{_mandir}/man6/%{name}.6%{?ext_man} ++++++ gnome-taquin-3.28.0.tar.xz -> gnome-taquin-3.34.3.tar.xz ++++++ ++++ 101435 lines of diff (skipped)
