Hello community,

here is the log from the commit of package gnome-games for openSUSE:Factory 
checked in at 2017-09-13 21:48:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-games (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-games.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-games"

Wed Sep 13 21:48:01 2017 rev:4 rq:523031 version:3.26.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-games/gnome-games.changes  2017-05-09 
18:02:08.597427784 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-games.new/gnome-games.changes     
2017-09-13 21:48:02.932658169 +0200
@@ -1,0 +2,83 @@
+Mon Sep 11 05:50:55 UTC 2017 - apla...@suse.com
+
+- Update to version 3.26.0:
+  + playstation: Parse only the basename of the executable.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Sep  4 12:56:23 UTC 2017 - adrien.pla...@suse.com
+
+- Update to version 3.25.92:
+  + Allow users to use any of their gamepads with integrated games
+    by configuring their gamepads against the de-facto standard
+    one. This is implemented via a wizard in the preferences page
+    (bgo#780754).
+  + Updated translations.
+- Add BuildRequires pkgconfig(librsvg-2.0), new dependency.
+
+-------------------------------------------------------------------
+Tue Jul 18 09:30:34 UTC 2017 - adrien.pla...@suse.com
+
+- Update to version 3.25.4:
+  + The way the games collection is built has been completely
+    reworked to replace the GameSource types generating Game
+    objects from any way of the implementation's choice by the trio
+    of UriSource, UriGameFactory and GameCollection. UriSource
+    generate URIs from any way of the implementation's choice,
+    UriGameFactory generate Game objects from URIs and
+    GameCollection acting as a glue between the two. This new
+    flexibility in the creation of the games collection helped to
+    simplify the way many game types were defined and helped to
+    introduce new game sources to the collection.
+  + Game URIs can now be passed as command line arguments, allowing
+    your game files to be opened with Games from your file manager.
+    The game will be automatically started by doing so.
+  + Add a "Add game files" button to the collection view, allowing
+    you to add game files from the collection view to the
+    collection.
+  + Game resources passed via the command line or the "Add game
+    files" button are stored in a database and restored when
+    starting the application. This allows Games to see your games
+    even if its game resources detection mechanisms failed.
+  + Introduction of RetroSimpleType to replace many very similar
+    plugins by this simple and easier to maintain generic
+    implementation of the Libretro based game types.
+  + Supported games:
+    - Add support for Atari Lynx, MS-DOS, WonderSwan and WonderSwan
+      Color games.
+    - Improve the detection of PlayStation discs by parsing them as
+      an emulator would instead of using lucky guessing the
+      location of the required information in the disc.
+    - Don't display desktop games setting the NoDisplay or Hidden
+      keys.
+  + Gamepad:
+    - Port the gamepad handling system from Vala to C to avoid
+      using Vala's preprocessor as it is poorly handled by the
+      autotools, resulting in broken tarballs.
+    - Make gamepads send events similar to GdkEvent.
+    - Replace the custom input types by the Linux event codes.
+  + UI:
+    - Use the more appropriate GtkMessageDialog instead of
+      GtkDialog for most of the existing custom dialogs.
+    - Refine the look of MediaSelector, using checkmarks to denote
+      the currently used media.
+    - Use theme relative colors for the games collection.
+    - Drop a useless sorting invalidation in CollectionIconView,
+      which makes the game collection loads a bit faster.
+  + Improved logging of the Libretro cores by using the Core.log()
+    signal with the retro_g_log() function which have been
+    introduced in retro-gtk recently. This will log messages from
+    the Libretro core with the core's name as the log domain
+    instead of GNOME Games.
+  + Improve the parameters passed to the grep command to avoid
+    injections.
+  + Bump retro-gtk to 0.12.
+  + Bump tracker-sparql to 2.0.
+  + Updated translations.
+- Add BuildRequires pkgconfig(sqlite3), new dependency.
+- Replace pkgconfig(retro-gtk-0.10) with pkgconfig(retro-gtk-0.12)
+  BuildRequires.
+- Replace  pkgconfig(tracker-sparql-1.0) with
+  pkgconfig(tracker-sparql-2.0) BuildRequires.
+
+-------------------------------------------------------------------

Old:
----
  gnome-games-3.24.1.tar.xz

New:
----
  _service
  gnome-games-3.26.0.tar.xz

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

Other differences:
------------------
++++++ gnome-games.spec ++++++
--- /var/tmp/diff_new_pack.ZA0PkH/_old  2017-09-13 21:48:04.456443782 +0200
+++ /var/tmp/diff_new_pack.ZA0PkH/_new  2017-09-13 21:48:04.460443219 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           gnome-games
-Version:        3.24.1
+Version:        3.26.0
 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:         
http://download.gnome.org/sources/gnome-games/3.24/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/gnome-games/3.26/%{name}-%{version}.tar.xz
 BuildRequires:  intltool
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
@@ -35,10 +35,12 @@
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(libarchive)
 BuildRequires:  pkgconfig(libevdev)
+BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libxml-2.0)
-BuildRequires:  pkgconfig(retro-gtk-0.10)
-BuildRequires:  pkgconfig(tracker-sparql-1.0)
+BuildRequires:  pkgconfig(retro-gtk-0.12)
+BuildRequires:  pkgconfig(sqlite3)
+BuildRequires:  pkgconfig(tracker-sparql-2.0)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">git://git.gnome.org/gnome-games</param>
    <param name="scm">git</param>
    <param name="versionformat">3.26.0</param>
    <param name="changesgenerate">enable</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="disabled"/>
</services>

++++++ gnome-games-3.24.1.tar.xz -> gnome-games-3.26.0.tar.xz ++++++
++++ 145685 lines of diff (skipped)


Reply via email to