Hello community,

here is the log from the commit of package tali for openSUSE:Factory checked in 
at 2019-04-05 11:59:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tali (Old)
 and      /work/SRC/openSUSE:Factory/.tali.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tali"

Fri Apr  5 11:59:10 2019 rev:18 rq:689460 version:3.32.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tali/tali.changes        2018-03-09 
10:39:41.449599650 +0100
+++ /work/SRC/openSUSE:Factory/.tali.new.3908/tali.changes      2019-04-05 
12:01:21.462525432 +0200
@@ -1,0 +2,33 @@
+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.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tali.spec ++++++
--- /var/tmp/diff_new_pack.6S4Tqf/_old  2019-04-05 12:01:23.578526815 +0200
+++ /var/tmp/diff_new_pack.6S4Tqf/_new  2019-04-05 12:01:23.622526843 +0200
@@ -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,20 +12,22 @@
 # 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.0
 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
@@ -33,11 +35,6 @@
 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 +45,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 +64,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.0.tar.xz ++++++
++++ 524120 lines of diff (skipped)


Reply via email to