diff --git a/lutris.spec b/lutris.spec index de01991..9bbb728 100644 --- a/lutris.spec +++ b/lutris.spec @@ -1,7 +1,8 @@ %define debug_package %{nil} +%global __python3 /usr/bin/python3.8 Name: lutris -Version: 0.5.9.1 -Release: 4%{?dist} +Version: 0.5.10 +Release: 1%{?dist} Summary: Install and play any video game easily License: GPLv3 @@ -9,13 +10,14 @@ URL: http://%{name}.net Source0: %{URL}/releases/%{name}_%{version}.tar.gz BuildRequires: desktop-file-utils -BuildRequires: python3-devel -BuildRequires: python3-gobject, python3-wheel, python3-setuptools, python3-gobject -Requires: python3-dbus, python3-evdev, python3-gobject, python3-PyYAML, cabextract +BuildRequires: python38-devel +BuildRequires: python38-wheel python38-setuptools +Requires: cabextract +Requires: python38-dbus, python38-evdev, python38-gobject, python38-PyYAML Requires: gtk3, psmisc, xorg-x11-server-Xephyr, xrandr Requires: hicolor-icon-theme Requires: gnome-desktop3 -Requires: python3-distro +Requires: python38-distro %ifarch x86_64 Requires: mesa-dri-drivers(x86-32) @@ -31,18 +33,18 @@ Requires: mesa-vulkan-drivers Requires: mesa-dri-drivers Requires: vulkan-loader Requires: mesa-libGL -Requires: python3-requests -Requires: python3-pillow +Requires: python38-requests +Requires: python38-pillow Requires: glx-utils Requires: gvfs Requires: webkit2gtk3 -Requires: python3-lxml +Requires: python38-lxml Recommends: wine-core BuildRequires: fdupes BuildRequires: libappstream-glib #remove dependency on python-magic as it causes problems atm -Patch0: removing-python-magic-dep.patch +#Patch0: removing-python-magic-dep.patch %description Lutris is a gaming platform for GNU/Linux. Its goal is to make @@ -85,8 +87,27 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications share/applicatio %{_datadir}/metainfo/ %changelog -* Thu Feb 24 2022 Steve Cossette - 0.5.9.1-4 -- Add python3-distro dependancy (for usage with the system info feature in lutris) + +* Fri Apr 01 2022 Steve Cossette - 0.5.10-1 +- Initial release of version 0.5.10. Changelog: +- Add new window to add games to Lutris, with searches from the website, scanning a folder for previously installed games, installing a Windows game from a setup file, installing from a YAML script or configuring a single game manually. +- Move the search for Lutris installers from a tab in the Lutris service to the window for adding games. +- Add option to add a Lutris game to Steam +- Add a coverart format +- Add integration with EA Origin +- Add integration with Ubisoft Connect +- Download missing media on startup +- Remove Winesteam runner (install Steam for Windows in Lutris instead) +- PC (Linux and Windows) games have their own dedicated Nvidia shader cache +- Add dgvoodoo2 option +- Add option to enable BattleEye anti-cheat support +- Default to Retroarch cores in ~/.config/retroarch/cores if available +- Add support for downloading patches and DLC for GOG games +- Add --export and --import command line flags to export a game a lutris game and re-import it (requires --dest for the destination path, feature still experimental) +- Add command line flags to manage runners: --install-runner, --uninstall-runners, --list-runners, --list-wine-versions +- Change behavior of the "Stop" button, remove "Kill all Wine processes" action +- Gamescope option is now disabled on Nvidia GPUs +- Enable F-Sync by default * Thu Nov 04 2021 Christopher King - 0.5.9.1-3 - Add 32 bit wine pulseaudio support diff --git a/removing-python-magic-dep.patch b/removing-python-magic-dep.patch deleted file mode 100644 index f1ba115..0000000 --- a/removing-python-magic-dep.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- lutris-0.5.9.1/setup.py 2021-10-17 03:14:23.000000000 +0200 -+++ setup.py 2021-10-17 17:44:56.515000000 +0200 -@@ -55,7 +55,6 @@ - 'PyGObject', - 'evdev', - 'requests', -- 'python-magic' - ], - url='https://lutris.net', - description='Video game preservation platform',