Hello community,

here is the log from the commit of package gnome-games for openSUSE:Factory 
checked in at 2018-03-14 19:39:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-games (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-games.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-games"

Wed Mar 14 19:39:16 2018 rev:6 rq:586217 version:3.28.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-games/gnome-games.changes  2017-10-06 
11:03:57.460740279 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-games.new/gnome-games.changes     
2018-03-14 19:39:48.619555789 +0100
@@ -1,0 +2,56 @@
+Mon Mar 12 16:12:45 UTC 2018 - dims...@opensuse.org
+
+- Update to version 3.28.0:
+  + Libretro backend:
+    - Add a CRT video filter.
+    - Add gamepad rumble support.
+    - Skip core descriptors with no matching module file.
+  + UI:
+    - Make the collection icon view more compact.
+    - Exit games with Alt+Left/Right (depending on language) or
+      mouse back button.
+    - Wrap text of the empty collection pane to allow the window to
+      be smaller.
+  + Flatpak: Fix accessing files outside the sandbox.
+- Drop gnome-games-libmanette-2.patch: fixed upstream.
+
+-------------------------------------------------------------------
+Wed Mar  7 13:42:59 UTC 2018 - dims...@opensuse.org
+
+- Add gnome-games-libmanette-2.patch: Allow building with
+  libmanette 2.0.
+- Add libtool BuildRequires and call autoreconf, as above patch
+  touches the build system.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:28:12 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
+Mon Nov 13 03:55:05 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 3.27.2:
+  + Replace the custom game controller support by libmanette. The
+    gamepad configuration storage changed accordingly and
+    previously configured gamepads have to be configured again.
+  + Set the Retro.CoreView as the default controllers for the
+    Retro.Core.
+  + Updated translations.
+- Drop libevdev, gudev-1.0 and add libmanette-0.2 pkgconfig(*)
+  BuildRequires: following upstream as shown above.
+- Run spec-cleaner, modernize spec, use autosetup, make_build
+  and make_install macros.
+
+-------------------------------------------------------------------
+Mon Oct 16 06:32:27 UTC 2017 - adrien.pla...@suse.com
+
+- Update to version 3.27.1:
+  + Adapt to API changes in retro-gtk 0.13.1.
+  + Properly define the log domains of the plugins.
+  + Fix the gettext domain of the gschema.
+  + Bump retro-gtk to 0.14.
+- Replace pkgconfig(retro-gtk-0.12) BuildRequires with
+  pkgconfig(retro-gtk-0.14).
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ gnome-games.spec ++++++
--- /var/tmp/diff_new_pack.giilqB/_old  2018-03-14 19:39:49.515523963 +0100
+++ /var/tmp/diff_new_pack.giilqB/_new  2018-03-14 19:39:49.519523821 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-games
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,14 +17,15 @@
 
 
 Name:           gnome-games
-Version:        3.26.1.1
+Version:        3.28.0
 Release:        0
 Summary:        Browse and play your games - all of them
-License:        GPL-3.0
+License:        GPL-3.0-only
 Group:          System/GUI/GNOME
-Url:            https://wiki.gnome.org/Apps/Games
-Source:         
http://download.gnome.org/sources/gnome-games/3.26/%{name}-%{version}.tar.xz
+URL:            https://wiki.gnome.org/Apps/Games
+Source:         
http://download.gnome.org/sources/gnome-games/3.28/%{name}-%{version}.tar.xz
 BuildRequires:  intltool
+BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  vala
@@ -32,16 +33,14 @@
 BuildRequires:  pkgconfig(glib-2.0) >= 2.38.0
 BuildRequires:  pkgconfig(grilo-0.3)
 BuildRequires:  pkgconfig(gtk+-3.0)
-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.12)
+BuildRequires:  pkgconfig(manette-0.2) >= 0.2.0
+BuildRequires:  pkgconfig(retro-gtk-0.14) >= 0.13.2
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(tracker-sparql-2.0)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Games is a GNOME application to browse your video games library and to easily 
pick and play a game from it.
@@ -49,36 +48,39 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup
 chmod -x COPYING
 
 %build
+# Needed for patch0
+autoreconf -fiv
 %configure \
-    --disable-static
-make %{?_smp_mflags}
+       --disable-static \
+       %{nil}
+%make_build
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 %suse_update_desktop_file org.gnome.Games -r Game Amusement
 %find_lang %{name}
 
 %files
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{_bindir}/%{name}
 %{_datadir}/icons/HighContrast/
 %{_datadir}/icons/hicolor/*/apps/org.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
+%{_datadir}/metainfo/org.gnome.Games.appdata.xml
+%dir %{_libdir}/%{name}
+%dir %{_libdir}/%{name}/plugins
+%{_libdir}/%{name}/plugins/
 
 # splitting out a devel makes no sense at this moment
 %{_includedir}/libgnome-games.h
 %{_datadir}/vala/vapi/gnome-games.vapi
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++++++ gnome-games-3.26.1.1.tar.xz -> gnome-games-3.28.0.tar.xz ++++++
++++ 42831 lines of diff (skipped)


Reply via email to