Hello community, here is the log from the commit of package tali for openSUSE:Leap:15.2 checked in at 2020-02-21 23:50:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/tali (Old) and /work/SRC/openSUSE:Leap:15.2/.tali.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tali" Fri Feb 21 23:50:26 2020 rev:15 rq:772394 version:3.32.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/tali/tali.changes 2020-01-15 16:05:24.407988627 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.tali.new.26092/tali.changes 2020-02-21 23:50:37.496718292 +0100 @@ -1,0 +2,45 @@ +Sat Jan 25 14:20:08 UTC 2020 - Dominique Leuenberger <[email protected]> + +- No longer recommend -lang: supplements are in use + +------------------------------------------------------------------- +Thu Aug 8 09:37:49 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.32.1: + + Help updates. + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 11 09:04:44 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.32.0: + + Updated translations. + +------------------------------------------------------------------- +Fri Feb 15 22:22:21 UTC 2019 - [email protected] + +- Update to version 3.31.90: + + Add tests to validate AppStream metadata and .desktop file. + + Consistently use org.gnome.Tali app id. Note that this renames + the icons, .desktop, and AppStream metadata. + + Miscellaneous cleanup. +- Add fdupes BuildRequires and macro, remove duplicates. +- Drop gtali and gtali-lang Obsoletes: No current openSUSE release + have shipped those, so no longer needed. + +------------------------------------------------------------------- +Fri Jan 4 21:10:44 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. + + Update default AI names. + + Add Keyboard Shortcuts overlay. +- 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) macros, + no longer needed. + +------------------------------------------------------------------- Old: ---- tali-3.22.0.tar.xz New: ---- tali-3.32.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tali.spec ++++++ --- /var/tmp/diff_new_pack.gUqw5A/_old 2020-02-21 23:50:37.912719119 +0100 +++ /var/tmp/diff_new_pack.gUqw5A/_new 2020-02-21 23:50:37.912719119 +0100 @@ -1,7 +1,7 @@ # # spec file for package tali # -# 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,32 +12,28 @@ # 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: tali -Version: 3.22.0 +Version: 3.32.1 Release: 0 Summary: Yahtzee Game for GNOME License: GPL-2.0-or-later Group: Amusements/Games/Board/Other URL: https://live.gnome.org/Tali -Source: http://download.gnome.org/sources/tali/3.22/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/tali/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) BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0 BuildRequires: pkgconfig(librsvg-2.0) >= 2.32.0 -Recommends: %{name}-lang -# tali used to be called 'gtali' and was part of gnome-games until 3.7.x -Obsoletes: gtali < %{version} -# gtali-lang should be obsoleted by the -lang package, but that's not that easy. -Obsoletes: gtali-lang < %{version} -%glib2_gsettings_schema_requires %description Tali is like Yahtzee, or like poker with dice. The player rolls dice @@ -48,26 +44,18 @@ %lang_package %prep -%setup -q +%autosetup -p1 %build -%configure -make %{?_smp_mflags} +%meson \ + %{nil} +%meson_build %install -%make_install +%meson_install %find_lang %{name} %{?no_lang_C} -%suse_update_desktop_file tali - -%post -%glib2_gsettings_schema_post -%desktop_database_post -%icon_theme_cache_post - -%postun -%glib2_gsettings_schema_postun -%desktop_database_postun -%icon_theme_cache_postun +%suse_update_desktop_file org.gnome.Tali +%fdupes %{buildroot}/%{_prefix} %files %license COPYING @@ -75,11 +63,10 @@ %doc %{_datadir}/help/C/%{name}/ %{_bindir}/%{name} %{_datadir}/%{name}/ -%dir %{_datadir}/appdata -%{_datadir}/appdata/tali.appdata.xml -%{_datadir}/applications/tali.desktop -%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml -%{_datadir}/icons/hicolor/*/apps/%{name}* +%{_datadir}/metainfo/org.gnome.Tali.appdata.xml +%{_datadir}/applications/org.gnome.Tali.desktop +%{_datadir}/glib-2.0/schemas/org.gnome.Tali.gschema.xml +%{_datadir}/icons/hicolor/*/apps/org.gnome.Tali* %{_mandir}/man6/%{name}.6%{?ext_man} %files lang -f %{name}.lang ++++++ tali-3.22.0.tar.xz -> tali-3.32.1.tar.xz ++++++ ++++ 526077 lines of diff (skipped)
