commit 66d2ee248de768a39ca489fcec9c48ce6416b811
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Tue Aug 25 10:14:15 2020 +0200
Update to 1.0.0.66
.gitignore | 1 +
60-steam-input.rules | 2 +-
sources | 2 +-
steam.spec | 5 ++++-
4 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 34c2324..97b03b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/steam_1.0.0.62.tar.gz
/steam_1.0.0.64.tar.gz
+/steam_1.0.0.66.tar.gz
diff --git a/60-steam-input.rules b/60-steam-input.rules
index 342f02b..c157d44 100644
--- a/60-steam-input.rules
+++ b/60-steam-input.rules
@@ -39,7 +39,7 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="20d6",
ATTRS{idProduct}=="a711", MODE="0660
# instead of udevadm directly becuase we need to use '*' glob at the
# end of "hidraw" name since we don't know the index it'd have.
#
-KERNEL=="input*", ATTRS{name}=="Lic Pro Controller",
RUN{program}+="/bin/sh -c \"udevadm test-builtin uaccess
/sys/%p/../../hidraw/hidraw*\""
+KERNEL=="input*", ATTRS{name}=="Lic Pro Controller",
RUN{program}+="/bin/sh -c 'udevadm test-builtin uaccess
/sys/%p/../../hidraw/hidraw*'"
# Nacon PS4 Revolution Pro Controller
KERNEL=="hidraw*", ATTRS{idVendor}=="146b",
ATTRS{idProduct}=="0d01", MODE="0660", TAG+="uaccess"
diff --git a/sources b/sources
index 4deb90b..fa553d5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (steam_1.0.0.64.tar.gz) =
4a287b993d0ba6f49041d116512a28ca827eeac280808b70542d304f0de2d489be1f75d66d614f65ae11686a78e0d026b12e983ead7843e9ad0a28f1d21bdf4c
+SHA512 (steam_1.0.0.66.tar.gz) =
1871dba51229cbc220e19df3f8af06ea6c0d71e1bbdea39ef66c4f5d0ce29486974cb1cdb7f5e78f6a0e2f69d256f4c2034848d3efd68b088635eb11a2ae96ba
diff --git a/steam.spec b/steam.spec
index bc888a4..9ad7640 100644
--- a/steam.spec
+++ b/steam.spec
@@ -2,7 +2,7 @@
%global debug_package %{nil}
Name: steam
-Version: 1.0.0.64
+Version: 1.0.0.66
Release: 1%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file. udev rules are
MIT.
@@ -202,6 +202,9 @@ fi
%endif
%changelog
+* Tue Aug 25 2020 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.66-1
+- Update to 1.0.0.66.
+
* Mon Jun 29 2020 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.64-1
- Update to 1.0.0.64.
- RHEL / CentOS 7 x86_64 has 32/64 bit Mesa Vulkan drivers.
Show replies by date