Hello community,
here is the log from the commit of package gnome-tetravex for
openSUSE:Leap:15.2 checked in at 2020-02-21 23:50:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/gnome-tetravex (Old)
and /work/SRC/openSUSE:Leap:15.2/.gnome-tetravex.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-tetravex"
Fri Feb 21 23:50:25 2020 rev:17 rq:772392 version:3.34.1
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/gnome-tetravex/gnome-tetravex.changes
2020-01-15 15:05:01.189891313 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.gnome-tetravex.new.26092/gnome-tetravex.changes
2020-02-21 23:50:35.256713841 +0100
@@ -1,0 +2,71 @@
+Sat Jan 25 14:12:11 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- No longer recommend -lang: supplements are in use
+
+-------------------------------------------------------------------
+Mon Oct 7 18:19:29 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.34.1:
+ + Updated translations.
+
+-------------------------------------------------------------------
+Tue Sep 10 06:05:11 CDT 2019 - [email protected]
+
+- Update to version 3.34.0:
+ + No changes.
+
+-------------------------------------------------------------------
+Mon Sep 2 19:59:07 CDT 2019 - [email protected]
+
+- Update to version 3.33.90:
+ + Updated translations.
+
+-------------------------------------------------------------------
+Mon Mar 11 09:07:23 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.32.0:
+ + Updated translations.
+
+-------------------------------------------------------------------
+Mon Mar 4 08:37:21 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.31.92:
+ + Update help for app menu changes.
+ + Updated translations.
+
+-------------------------------------------------------------------
+Sun Feb 17 16:22:21 UTC 2019 - [email protected]
+
+- Update to version 3.31.91:
+ + Explicitly link with -lm.
+ + Updated translations.
+
+-------------------------------------------------------------------
+Fri Feb 8 19:28:27 UTC 2019 - [email protected]
+
+- Update to version 3.31.90:
+ + Add tests to validate AppStream metadata and .desktop file.
+ + Consistently use org.gnome.Tetravex app id. Note that this
+ renames the icons, .desktop and AppStream metadata.
+ + Miscellaneous cleanup.
+
+-------------------------------------------------------------------
+Sat Jan 5 00:47:28 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.
+ + Add Keyboard Shortcuts overlay.
+ + Hide Keyboard Shortcuts section in app help.
+ + Update AppStream metadata.
+- 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) 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.
+
+-------------------------------------------------------------------
Old:
----
gnome-tetravex-3.22.0.tar.xz
New:
----
gnome-tetravex-3.34.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-tetravex.spec ++++++
--- /var/tmp/diff_new_pack.wVwLQD/_old 2020-02-21 23:50:35.796714913 +0100
+++ /var/tmp/diff_new_pack.wVwLQD/_new 2020-02-21 23:50:35.796714913 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gnome-tetravex
#
-# 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,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-tetravex
-Version: 3.22.0
+Version: 3.34.1
Release: 0
Summary: Tetravex Game for GNOME
License: GPL-2.0-or-later
Group: Amusements/Games/Board/Puzzle
URL: https://live.gnome.org/Tetravex
-Source:
http://download.gnome.org/sources/gnome-tetravex/3.22/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/gnome-tetravex/3.34/%{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) >= 2.40.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.13.2
BuildRequires: pkgconfig(librsvg-2.0) >= 2.32.0
BuildRequires: pkgconfig(vapigen) >= 0.24
-Recommends: %{name}-lang
# gnome-tetravex used to be called 'gnotravex' and was part of gnome-games
until 3.7.x
Obsoletes: gnotravex < %{version}
Obsoletes: gnotravex-lang < %{version}
-%glib2_gsettings_schema_requires
%description
Tetravex is a simple puzzle game in which pieces have numbers on each
@@ -48,38 +47,25 @@
%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}
-
-%post
-%glib2_gsettings_schema_post
-%desktop_database_post
-%icon_theme_cache_post
-%icon_theme_cache_post HighContrast
-
-%postun
-%glib2_gsettings_schema_postun
-%desktop_database_postun
-%icon_theme_cache_postun
-%icon_theme_cache_postun HighContrast
+%fdupes %{buildroot}%{_datadir}
%files
%license COPYING
%doc NEWS
%doc %{_datadir}/help/C/%{name}/
%{_bindir}/%{name}
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/gnome-tetravex.appdata.xml
-%{_datadir}/applications/%{name}.desktop
-%{_datadir}/glib-2.0/schemas/org.gnome.tetravex.gschema.xml
+%{_datadir}/metainfo/org.gnome.Tetravex.appdata.xml
+%{_datadir}/applications/org.gnome.Tetravex.desktop
+%{_datadir}/glib-2.0/schemas/org.gnome.Tetravex.gschema.xml
%{_datadir}/icons/hicolor/*/apps/*
%{_mandir}/man6/%{name}.6%{?ext_man}
++++++ gnome-tetravex-3.22.0.tar.xz -> gnome-tetravex-3.34.1.tar.xz ++++++
++++ 507320 lines of diff (skipped)