Hello community, here is the log from the commit of package four-in-a-row for openSUSE:Factory checked in at 2019-04-05 11:58:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/four-in-a-row (Old) and /work/SRC/openSUSE:Factory/.four-in-a-row.new.3908 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "four-in-a-row" Fri Apr 5 11:58:59 2019 rev:29 rq:689457 version:3.32.0 Changes: -------- --- /work/SRC/openSUSE:Factory/four-in-a-row/four-in-a-row.changes 2018-03-14 19:38:30.814319474 +0100 +++ /work/SRC/openSUSE:Factory/.four-in-a-row.new.3908/four-in-a-row.changes 2019-04-05 12:01:12.458519548 +0200 @@ -1,0 +2,33 @@ +Mon Mar 11 15:53:21 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.32.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 4 20:06:31 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.31.92: + + Fix internationalization of move hints. + + Updates to user help. + +------------------------------------------------------------------- +Wed Feb 20 17:48:50 UTC 2019 - [email protected] + +- Update to version 3.31.90: + + Game rewritten in Vala. + + Switch to Meson build system. + + Add F10 accelerator to open menu. + + Several improvements to user help. +- Switch to meson build system, add meson BuildRequires and macros. +- Stop handling glib2_gsettings_schema_post(un), + desktop_database_post(un) and icon_theme_cache_post(un) in + post(un) and drop glib2_gsettings_schema_requires. +- Add itstool and vala BuildRequires: New dependencies. +- Drop update-desktop-files, yelp-tools and hicolor-icon-theme + BuildRequires and suse_update_desktop_file macro: No longer + needed. +- Add fdupes BuildRequires and macro, remove duplicates. +- Drop gnect and gnect-lang Obsoletes: No current openSUSE release + have ever shipped them. + +------------------------------------------------------------------- Old: ---- four-in-a-row-3.28.0.tar.xz New: ---- four-in-a-row-3.32.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ four-in-a-row.spec ++++++ --- /var/tmp/diff_new_pack.irTuSn/_old 2019-04-05 12:01:13.298520097 +0200 +++ /var/tmp/diff_new_pack.irTuSn/_new 2019-04-05 12:01:13.306520102 +0200 @@ -1,7 +1,7 @@ # # spec file for package four-in-a-row # -# 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,30 @@ # 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: four-in-a-row -Version: 3.28.0 +Version: 3.32.0 Release: 0 Summary: Connect Four Game for GNOME # License notice: Source code is GPL-2.0+, Icon themes are GPL-3.0+ License: GPL-2.0-or-later AND GPL-3.0-or-later Group: Amusements/Games/Board/Other URL: https://wiki.gnome.org/Apps/Four-in-a-row -Source: http://download.gnome.org/sources/four-in-a-row/3.28/%{name}-%{version}.tar.xz -BuildRequires: hicolor-icon-theme +Source0: https://download.gnome.org/sources/four-in-a-row/3.32/%{name}-%{version}.tar.xz + +BuildRequires: fdupes +BuildRequires: itstool +BuildRequires: meson BuildRequires: pkgconfig -BuildRequires: update-desktop-files -BuildRequires: yelp-tools +BuildRequires: vala BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gtk+-3.0) >= 3.13.2 BuildRequires: pkgconfig(libcanberra-gtk3) >= 0.26 BuildRequires: pkgconfig(librsvg-2.0) >= 2.32.0 Recommends: %{name}-lang -# gnome-robots used to be called 'gnobots' and was part of gnome-games until 3.7.x -Obsoletes: gnect < 3.7 -Obsoletes: gnect-lang < 3.7 -%glib2_gsettings_schema_requires %description The object of Four-in-a-Row is to place four pieces in a vertical, @@ -48,26 +46,17 @@ %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 four-in-a-row - -%post -%glib2_gsettings_schema_post -%desktop_database_post -%icon_theme_cache_post - -%postun -%glib2_gsettings_schema_postun -%desktop_database_postun -%icon_theme_cache_postun +%fdupes %{buildroot}/%{_datadir} %files %license COPYING @@ -75,10 +64,10 @@ %doc %{_datadir}/help/C/%{name}/ %{_bindir}/%{name} %{_datadir}/%{name}/ -%{_datadir}/metainfo/four-in-a-row.appdata.xml -%{_datadir}/applications/four-in-a-row.desktop -%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml -%{_datadir}/icons/hicolor/*/apps/%{name}* +%{_datadir}/metainfo/org.gnome.Four-in-a-row.appdata.xml +%{_datadir}/applications/org.gnome.Four-in-a-row.desktop +%{_datadir}/glib-2.0/schemas/org.gnome.Four-in-a-row.gschema.xml +%{_datadir}/icons/hicolor/*/apps/org.gnome.Four-in-a-row* %{_mandir}/man6/%{name}.6%{?ext_man} %files lang -f %{name}.lang ++++++ four-in-a-row-3.28.0.tar.xz -> four-in-a-row-3.32.0.tar.xz ++++++ ++++ 87521 lines of diff (skipped)
