Hello community,

here is the log from the commit of package gnome-nibbles for openSUSE:Leap:15.2 
checked in at 2020-02-11 23:24:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/gnome-nibbles (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.gnome-nibbles.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-nibbles"

Tue Feb 11 23:24:23 2020 rev:17 rq:772388 version:3.34.2

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/gnome-nibbles/gnome-nibbles.changes    
2020-01-15 15:04:47.949884406 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.gnome-nibbles.new.26092/gnome-nibbles.changes 
2020-02-11 23:24:24.393238555 +0100
@@ -1,0 +2,64 @@
+Sat Jan 25 14:11:09 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- No longer recommend -lang: supplements are in use
+
+-------------------------------------------------------------------
+Sun Jan  5 14:32:59 UTC 2020 - Bjørn Lie <[email protected]>
+
+- Update to version 3.34.2:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Oct  7 22:22:30 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.34.1:
+  + Update appdata file.
+
+-------------------------------------------------------------------
+Fri Sep 13 12:21:40 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.34.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Sep  3 19:03:23 CDT 2019 - [email protected]
+
+- Update to version 3.33.90:
+  + Drop libcanberra in favor of gsound.
+  + Port to meson build system.
+- Switch to meson.
+- Drop libcanberra from BuildRequires, and add gsound.
+- Drop intltool from BuildRequires, and add gettext.
+- Require vala to build.
+- Adjust icons directory in %files.
+
+-------------------------------------------------------------------
+Mon Aug  5 23:12:50 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.32.0:
+  + Updated user help.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Jan  4 21:01:21 UTC 2019 - [email protected]
+
+- Update to version 3.31.3:
+  + Fix display of level completed label and next level button.
+  + Replace app menu with window menu.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Aug 22 08:18:02 UTC 2018 - [email protected]
+
+- Update to version 3.24.1:
+  + Fix missing label and button on level completed screen.
+  + Updated translations.
+- Drop hicolor-icon-theme and update-desktop-files BuildRequires
+  and glib2_gsettings_schema_requires, suse_update_desktop_file
+  macros, and post(un) handling of glib2_gsettings_schema_post(un),
+  desktop_database_post(un) and icon_theme_cache_post(un), no
+  longer needed.
+- Use autosetup and make_build macros.
+- Add fdupes BuildRequires and corresponding macro, remove dupes.
+
+-------------------------------------------------------------------

Old:
----
  gnome-nibbles-3.24.0.tar.xz

New:
----
  gnome-nibbles-3.34.2.tar.xz

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

Other differences:
------------------
++++++ gnome-nibbles.spec ++++++
--- /var/tmp/diff_new_pack.ixqL46/_old  2020-02-11 23:24:24.793238762 +0100
+++ /var/tmp/diff_new_pack.ixqL46/_new  2020-02-11 23:24:24.793238762 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-nibbles
 #
-# 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,32 +12,32 @@
 # 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-nibbles
-Version:        3.24.0
+Version:        3.34.2
 Release:        0
 Summary:        Worm Game for GNOME
 License:        GPL-3.0-or-later
 Group:          Amusements/Games/Action/Arcade
 URL:            https://live.gnome.org/Lightsoff
-Source:         
http://download.gnome.org/sources/gnome-nibbles/3.24/%{name}-%{version}.tar.xz
-BuildRequires:  hicolor-icon-theme
-BuildRequires:  intltool >= 0.50.2
+Source0:        
https://download.gnome.org/sources/gnome-nibbles/3.34/%{name}-%{version}.tar.xz
+
+BuildRequires:  fdupes
+BuildRequires:  gettext
+BuildRequires:  meson >= 0.43.1
 BuildRequires:  pkgconfig
-BuildRequires:  update-desktop-files
+BuildRequires:  vala
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(clutter-1.0) >= 1.22.0
 BuildRequires:  pkgconfig(clutter-gtk-1.0) >= 1.4.0
 BuildRequires:  pkgconfig(gee-0.8)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.40.0
+BuildRequires:  pkgconfig(gsound) >= 1.0.2
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.18.0
-BuildRequires:  pkgconfig(libcanberra-gtk3) >= 0.26
 BuildRequires:  pkgconfig(libgnome-games-support-1)
-Recommends:     %{name}-lang
-%glib2_gsettings_schema_requires
 
 %description
 Nibbles is a worm game for GNOME. The player controls a 2D worm while
@@ -47,26 +47,16 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup
 
 %build
-%configure
-make %{?_smp_mflags}
+%meson
+%meson_build
 
 %install
-%make_install
+%meson_install
+%fdupes %{buildroot}/%{_datadir}
 %find_lang %{name} %{?no_lang_C}
-%suse_update_desktop_file org.gnome.Nibbles
-
-%post
-%glib2_gsettings_schema_post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%glib2_gsettings_schema_postun
-%desktop_database_postun
-%icon_theme_cache_postun
 
 %files
 %license COPYING
@@ -74,11 +64,10 @@
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/org.gnome.Nibbles.appdata.xml
+%{_datadir}/metainfo/org.gnome.Nibbles.appdata.xml
 %{_datadir}/applications/org.gnome.Nibbles.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.nibbles.gschema.xml
-%{_datadir}/icons/hicolor/*/apps/%{name}*.*
+%{_datadir}/icons/hicolor/*/apps/org.gnome.Nibbles*.*
 %{_mandir}/man6/%{name}.6%{?ext_man}
 
 %files lang -f %{name}.lang

++++++ gnome-nibbles-3.24.0.tar.xz -> gnome-nibbles-3.34.2.tar.xz ++++++
++++ 527970 lines of diff (skipped)


Reply via email to