Hello community,

here is the log from the commit of package gnome-games for openSUSE:Factory 
checked in at 2017-03-22 23:15:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-games (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-games.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-games"

Wed Mar 22 23:15:41 2017 rev:2 rq:481854 version:3.24.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-games/gnome-games.changes  2016-09-23 
11:39:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-games.new/gnome-games.changes     
2017-03-22 23:15:42.869584985 +0100
@@ -1,0 +2,81 @@
+Tue Mar 21 15:19:42 UTC 2017 - [email protected]
+
+- Update to version 3.24.0.2:
+  + Distribute more files (bgo#780318).
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Mar 20 16:04:35 UTC 2017 - [email protected]
+
+- Update to version 3.24.0.1:
+  + Distribute the .gschema.xml.
+
+-------------------------------------------------------------------
+Mon Mar 20 13:44:52 UTC 2017 - [email protected]
+
+- Update to version 3.24.0:
+  + Make distcheck produce .xz tarballs by default
+  + Add the Flatpak build manifest for the PicoDrive extension
+  + Add metadata to the produced screenshots
+  + Bugs fixed: bgo#769833, bgo#779987.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Mar 13 14:05:13 UTC 2017 - [email protected]
+
+- Update to version 3.23.92:
+  + Add the Flatpak build manifest.
+  + Look for Libretro cores recursively into directories.
+  + Fix some typos.
+  + Bugs fixed: bgo#779403, bgo#779780.
+  + Updated translations.
+- Drop _service: this is published as proper tarballs by upstream.
+- Drop libtool BuildRequires and no longer call autogen.sh: the
+  tarball is properly bootstrapped.
+
+-------------------------------------------------------------------
+Tue Feb 28 08:56:18 UTC 2017 - [email protected]
+
+- Update to version 3.23.91:
+  + Allow to have smooth or sharp video output on retro games.
+  + Add more explicative error messages.
+  + Remember the size of the application window.
+  + Remember the maximized state of the application window.
+  + Remember the fullscreen state of the retro games.
+  + Prevent a useless empty button to be displayed on the error
+    page.
+  + Prevent keyboard shortcuts to set the window fullscreen when
+    not allowed.
+  + Fix keyboard navigation in the game collection.
+  + Check the presence of mandatory firmwares.
+  + List standalone Libretro games.
+- Handle gschema files in post(un).
+
+-------------------------------------------------------------------
+Tue Feb 14 09:25:48 UTC 2017 - [email protected]
+
+- Update to version 3.23.90:
+  + Show a spinner notification when loading games.
+  + Smooth out the collection icons arrangement.
+  + Hide menubar when the app menu is disabled.
+  + Check there is a media set before updating it.
+  + Support Libretro cores having a Libretro Core Descriptor.
+  + Auto-detect Libretro cores supporting serialization.
+  + Be more tolerant with serialization sizes to follow Libretro
+    rules.
+  + Allow Libretro cores to load firmwares in
+    ~/.config/gnome-games.
+  + Add support for FDS games.
+  + Avoid some valid Game Boy games to not be detected.
+- Backwards-incompatible changes:
+  + Drop support for the .info Libretro core descriptor format in
+    favor of a new .libretro format.
+  + Drop support for Libretro cores in $(libdir)/retro-1.0/plugins
+    in favor of the ones in $(libdir)/libretro.
+  + Drop support for Libretro core paths in the
+    RETRO_PLUGIN_PATH_1_0 environment variable in favor of the ones
+    in LIBRETRO_PLUGIN_PATH.
+- Replace pkgconfig(retro-gobject-0.8) and pkgconfig(retro-gtk-0.8)
+  BuildRequires with pkgconfig(retro-gtk-0.10).
+
+-------------------------------------------------------------------

Old:
----
  _service
  _servicedata
  gnome-games-3.22.0.tar.xz

New:
----
  gnome-games-3.24.0.2.tar.xz

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

Other differences:
------------------
++++++ gnome-games.spec ++++++
--- /var/tmp/diff_new_pack.2S90EH/_old  2017-03-22 23:15:44.629335698 +0100
+++ /var/tmp/diff_new_pack.2S90EH/_new  2017-03-22 23:15:44.629335698 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-games
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,16 +17,14 @@
 
 
 Name:           gnome-games
-Version:        3.22.0
+Version:        3.24.0.2
 Release:        0
 Summary:        Browse and play your games - all of them
 License:        GPL-3.0
 Group:          System/GUI/GNOME
 Url:            https://wiki.gnome.org/Apps/Games
-# Source is produced by _service; upstream does not (yet) publish tarballs
-Source:         %{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/gnome-games/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  intltool
-BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  vala
@@ -39,8 +37,7 @@
 BuildRequires:  pkgconfig(libevdev)
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libxml-2.0)
-BuildRequires:  pkgconfig(retro-gobject-0.8)
-BuildRequires:  pkgconfig(retro-gtk-0.8)
+BuildRequires:  pkgconfig(retro-gtk-0.10)
 BuildRequires:  pkgconfig(tracker-sparql-1.0)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -54,7 +51,6 @@
 chmod -x COPYING
 
 %build
-NOCONFIGURE=1 ./autogen.sh
 %configure \
     --disable-static
 make %{?_smp_mflags}
@@ -68,10 +64,12 @@
 %post
 %icon_theme_cache_post
 %icon_theme_cache_post HighContrast
+%glib2_gsettings_schema_post
 
 %postun
 %icon_theme_cache_postun
 %icon_theme_cache_postun HighContrast
+%glib2_gsettings_schema_postun
 
 %files
 %defattr(-,root,root)
@@ -79,10 +77,10 @@
 %{_bindir}/%{name}
 %{_datadir}/icons/HighContrast/
 %{_datadir}/icons/hicolor/*/apps/org.gnome.Games*
-%{_datadir}/icons/hicolor/*/apps/gnome-games*
 %{_libdir}/%{name}/
 %{_datadir}/appdata/org.gnome.Games.appdata.xml
 %{_datadir}/applications/org.gnome.Games.desktop
+%{_datadir}/glib-2.0/schemas/org.gnome.Games.gschema.xml
 
 # splitting out a devel makes no sense at this moment
 %{_includedir}/libgnome-games.h

++++++ gnome-games-3.22.0.tar.xz -> gnome-games-3.24.0.2.tar.xz ++++++
++++ 778127 lines of diff (skipped)


Reply via email to