Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lutris for openSUSE:Factory checked in at 2024-04-11 19:41:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lutris (Old) and /work/SRC/openSUSE:Factory/.lutris.new.29460 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lutris" Thu Apr 11 19:41:20 2024 rev:31 rq:1166761 version:0.5.17 Changes: -------- --- /work/SRC/openSUSE:Factory/lutris/lutris.changes 2024-01-16 21:38:33.421725800 +0100 +++ /work/SRC/openSUSE:Factory/.lutris.new.29460/lutris.changes 2024-04-11 19:41:36.146757927 +0200 @@ -1,0 +2,43 @@ +Thu Apr 11 01:49:00 UTC 2024 - Marcus Rueckert <[email protected]> + +- sync the requires with the setup.py and prepare at least the + requires for moddb and distro support + +------------------------------------------------------------------- +Thu Apr 11 01:39:38 UTC 2024 - Marcus Rueckert <[email protected]> + +- Update to 0.5.17: + - Fix critical bug preventing completion of installs if the + script specifies a wine version + - Fix critical bug preventing Steam library sync + - Fix critical bug preventing game or runner uninstall in Flatpak + - Support for library sync to lutris.net, this allows to sync + games, play time and categories to multiple devices. + - Remove "Lutris" service view; with library sync the "Games" + view replaces it. + - Torturous and sadistic options for multi-GPUs that were half + broken and understood by no one have been replaced by a simple + GPU selector. + - EXPERIMENTAL support for umu, which allows running games with + Proton and Vessel. Using Proton in Lutris without umu is no + longer possible. + - Better and sensible sorting for games (sorting by playtime or + last played no longer needs to be reversed) + - Support the "Categories" command when you select multiple games + - Notification bar when your Lutris is no longer supported + - Improved error dialog. + - Add Vita3k runner (thanks @ItsAllAboutTheCode) + - Add Supermodel runner + - WUA files are now supported in Cemu + - "Show Hidden Games" now displays the hidden games in a separate + view, and re-hides them as soon as you leave it. + - Support transparent PNG files for custom banner and cover-art + - Images are now downloaded for manually added games. + - Deprecate 'exe', 'main_file' or 'iso' placed at the root of the + script, all lutris.net installers have been updated + accordingly. + - Deprecate libstrangle and xgamma support. + - Deprecate DXVK state cache feature (it was never used and is no + longer relevant to DXVK 2) + +------------------------------------------------------------------- Old: ---- lutris_0.5.16.tar.xz New: ---- lutris_0.5.17.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lutris.spec ++++++ --- /var/tmp/diff_new_pack.QEFq0O/_old 2024-04-11 19:41:36.862784415 +0200 +++ /var/tmp/diff_new_pack.QEFq0O/_new 2024-04-11 19:41:36.862784415 +0200 @@ -26,7 +26,7 @@ %define _pyb 3.11 %endif Name: lutris -Version: 0.5.16 +Version: 0.5.17 Release: 0 Summary: Manager for game installation and execution License: GPL-3.0-or-later @@ -46,20 +46,27 @@ Requires: fluid-soundfont-gm Requires: p7zip Requires: psmisc +Requires: python%{_py}-certifi +Requires: python%{_py}-distro Requires: python%{_py}-Pillow Requires: python%{_py}-PyYAML -Requires: python%{_py}-cssselect Requires: python%{_py}-dbus-python +Requires: python%{_py}-protobuf # controller support Requires: python%{_py}-evdev Requires: python%{_py}-gobject Requires: python%{_py}-gobject-Gdk Requires: python%{_py}-lxml Requires: python%{_py}-requests +%if %{with discord} +Requires: python%{_py}-pypresence +%endif +%if %{with moddb} +Requires: python%{_py}-moddb +%endif Requires: xrandr # boo#1213440 Recommends: ca-certificates-steamtricks -Recommends: python%{_py}-distro Recommends: winetricks BuildArch: noarch ++++++ lutris_0.5.16.tar.xz -> lutris_0.5.17.tar.xz ++++++ ++++ 41834 lines of diff (skipped)
