Hello community,

here is the log from the commit of package lutris for openSUSE:Factory checked 
in at 2019-02-24 17:11:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lutris (Old)
 and      /work/SRC/openSUSE:Factory/.lutris.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lutris"

Sun Feb 24 17:11:50 2019 rev:2 rq:671308 version:0.5.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/lutris/lutris.changes    2018-11-12 
09:41:36.889172728 +0100
+++ /work/SRC/openSUSE:Factory/.lutris.new.28833/lutris.changes 2019-02-24 
17:11:53.780488003 +0100
@@ -1,0 +2,35 @@
+Tue Feb  5 07:32:32 UTC 2019 - [email protected]
+
+- Update to 0.5.0.1:
+  * Bullshit my way out of Gtk+ fuckery (Closes #1697)
+  * Initialize playtime attribute when invalid playtime found (Closes #1698)
+  * Strip equal signs from envvars (Closes #1699)
+  * Add application attribute on GenericPanel (Closes #1702)
+  * Avoid crashing on weird GPU configs (Closes #1706)
+  * Remove get_config_id (Closes #1708)
+- Changees for 0.5.0:
+  * Modernize the Gtk UI, thanks to the improvements made by @TingPing
+  * Add GOG support, allowing users to sign-in their account, import games and
+    download game files automatically during install.
+  * Add finer game import options, allowing imports from different 3rd party
+    such as Steam, GOG and locally installed games.
+  * Re-architecture the process monitor. This fixes issues with games exiting
+    prematurely. Many thanks to @AaronOpfer for his patches!
+  * Multiple games can now be launched at the same time without losing control
+    over the first game.
+  * Game information and actions are now displayed in a panel on the right 
side.
+  * Coverart fetching for the panel will be added in a future release, until 
then
+    cover art files can be placed in 
~/.local/share/lutris/coverart/[game-identifier].jpg
+  * Games from lutris.net can be searched and installed from the client itself.
+  * New install_cab_component installer command for Media Foundation based 
games.
+  * Add a download cache to re-use files between installations.
+  * Print graphics drivers and GPU on startup
+  * Re-design installer selection picker.
+  * Add a button to show installer scripts before installing.
+  * Add a FPS limiter option when libstrangle is available 
(https://gitlab.com/torkel104/libstrangle)
+  * Re-architecturing of several parts of the application (views, linux
+    feature detection, main game class, ...)
+- Guard update desktop file
+- Add missing dependencies (boo#1124225)
+
+-------------------------------------------------------------------

Old:
----
  lutris_0.4.23.tar.xz

New:
----
  lutris_0.5.0.1.tar.xz

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

Other differences:
------------------
++++++ lutris.spec ++++++
--- /var/tmp/diff_new_pack.Wj68e9/_old  2019-02-24 17:11:55.140487760 +0100
+++ /var/tmp/diff_new_pack.Wj68e9/_new  2019-02-24 17:11:55.140487760 +0100
@@ -1,7 +1,7 @@
-
+#
 # spec file for package lutris
 #
-# Copyright (c) 2017 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
@@ -16,13 +16,14 @@
 #
 
 
+%global appid net.lutris.Lutris
 Name:           lutris
-Version:        0.4.23
+Version:        0.5.0.1
 Release:        0
 Summary:        Manager for game installation and execution
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          Amusements/Games/Other
-Url:            http://lutris.net
+URL:            http://lutris.net
 Source0:        http://lutris.net/releases/lutris_%{version}.tar.xz
 Source1:        lutris.rpmlintrc
 BuildRequires:  fdupes
@@ -35,9 +36,17 @@
 BuildRequires:  update-desktop-files
 # https://bugzilla.suse.com/show_bug.cgi?id=1022470
 #!BuildIgnore:  rpmlint-mini
+Requires:       cabextract
+Requires:       fluid-soundfont-gm
+Requires:       python3-Pillow
 Requires:       python3-PyYAML
 Requires:       python3-gobject
 Requires:       python3-gobject-Gdk
+Requires:       python3-requests
+Requires:       typelib-1_0-Gtk-3_0
+Requires:       typelib-1_0-Notify-0_7
+Requires:       typelib-1_0-WebKit2-4_0
+Recommends:     winetricks
 BuildArch:      noarch
 
 %description
@@ -54,9 +63,10 @@
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%suse_update_desktop_file -r -i %{name} Network FileTransfer
+%suse_update_desktop_file -r -i %{appid} Network FileTransfer
 %fdupes %{buildroot}%{_prefix}
 
+%if 0%{?suse_version} < 1330
 %post
 %icon_theme_cache_post
 %desktop_database_post
@@ -64,19 +74,21 @@
 %postun
 %icon_theme_cache_postun
 %desktop_database_postun
+%endif
 
 %files
 %doc README.rst CONTRIBUTING.md AUTHORS
 %license LICENSE
 %{_bindir}/%{name}
+%{_bindir}/lutris-wrapper
 %{_datadir}/%{name}/
-%{_datadir}/applications/%{name}.desktop
+%{_datadir}/applications/%{appid}.desktop
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
-%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
+%{_datadir}/icons/hicolor/??x??/apps/%{name}.png
 %{_datadir}/polkit-1/actions/*
 %{python3_sitelib}/%{name}-*.egg-info
 %{python3_sitelib}/%{name}/
 %dir %{_datadir}/appdata/
-%{_datadir}/appdata/%{name}.appdata.xml
+%{_datadir}/appdata/%{appid}.appdata.xml
 
 %changelog

++++++ lutris_0.4.23.tar.xz -> lutris_0.5.0.1.tar.xz ++++++
++++ 58148 lines of diff (skipped)


Reply via email to