commit eac8df975c16f5dc6e185dcd7ba58f86f36e3420
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Thu Oct 11 09:49:32 2018 +0200
Update to 1.0.0.56
steam-controller-gamepad-emulation.patch | 12 ++++++------
steam.spec | 11 +++++++----
2 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/steam-controller-gamepad-emulation.patch
b/steam-controller-gamepad-emulation.patch
index f3dd10d..3de6bac 100644
--- a/steam-controller-gamepad-emulation.patch
+++ b/steam-controller-gamepad-emulation.patch
@@ -1,10 +1,10 @@
-diff -Naur steam.old/lib/udev/rules.d/99-steam-controller-perms.rules
steam/lib/udev/rules.d/99-steam-controller-perms.rules
---- steam.old/lib/udev/rules.d/99-steam-controller-perms.rules 2016-11-28
14:49:17.909244287 +0100
-+++ steam/lib/udev/rules.d/99-steam-controller-perms.rules 2016-11-28 14:50:15.374202514
+0100
-@@ -23,3 +23,7 @@
+diff -Naur steam.old/lib/udev/rules.d/60-steam-input.rules
steam/lib/udev/rules.d/60-steam-input.rules
+--- steam.old/lib/udev/rules.d/60-steam-input.rules 2018-10-11 09:43:36.771531454 +0200
++++ steam/lib/udev/rules.d/60-steam-input.rules 2018-10-11 09:46:09.264176676 +0200
+@@ -62,3 +62,7 @@
- # DualShock 4 Slim over bluetooth hidraw
- KERNEL=="hidraw*", KERNELS=="*054C:09CC*", MODE="0666"
+ # STRIKEPAD PS4 Grip Add-on
+ KERNEL=="hidraw*", ATTRS{idVendor}=="054c",
ATTRS{idProduct}=="05c5", MODE="0666"
+
+# This rule is necessary for gamepad emulation; make sure each user requiring
+# it is part of the input group.
diff --git a/steam.spec b/steam.spec
index 3ca5b81..3556ea6 100644
--- a/steam.spec
+++ b/steam.spec
@@ -2,8 +2,8 @@
%global debug_package %{nil}
Name: steam
-Version: 1.0.0.54
-Release: 20%{?dist}
+Version: 1.0.0.56
+Release: 1%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file
License: Steam License Agreement
@@ -130,7 +130,7 @@ and screenshot functionality, and many social features.
%autosetup -p1 -n %{name}
sed -i 's/\r$//' %{name}.desktop
-sed -i 's/\r$//' steam_install_agreement.txt
+sed -i 's/\r$//' steam_subscriber_agreement.txt
cp %{SOURCE10} .
@@ -181,7 +181,7 @@ fi
%endif
%files
-%license COPYING steam_install_agreement.txt
+%license COPYING steam_subscriber_agreement.txt
%doc README debian/changelog README.Fedora
%{_bindir}/%{name}
%{_datadir}/appdata/%{name}.appdata.xml
@@ -196,6 +196,9 @@ fi
%{_udevrulesdir}/*
%changelog
+* Thu Oct 11 2018 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.56-1
+- Update to 1.0.0.56.
+
* Wed Oct 10 2018 Kamil Páral <kamil.paral(a)gmail.com> - 1.0.0.54-20
- require vulkan drivers
- require x86_64 graphics drivers when installed on x86_64 systems
Show replies by date