commit 4b6dec6596f75dbc365aa57560e5f94b826f60b7
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Wed Oct 26 19:23:32 2016 +0200
Update to 1.0.0.53
.gitignore | 1 +
51-these-are-not-joysticks-rm.rules | 2 ++
README.Fedora | 1 +
sources | 2 +-
steam.spec | 11 +++++++++--
5 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6213627..e54549f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
steam_1.0.0.51.tar.gz
/steam_1.0.0.52.tar.gz
+/steam_1.0.0.53.tar.gz
diff --git a/51-these-are-not-joysticks-rm.rules b/51-these-are-not-joysticks-rm.rules
index 32f5140..c028a0b 100644
--- a/51-these-are-not-joysticks-rm.rules
+++ b/51-these-are-not-joysticks-rm.rules
@@ -83,3 +83,5 @@ SUBSYSTEM=="input", ATTRS{idVendor}=="09da",
ATTRS{idProduct}=="f613", ENV{ID_IN
SUBSYSTEM=="input", ATTRS{idVendor}=="09da",
ATTRS{idProduct}=="f613", KERNEL=="js[0-9]*", RUN+="/bin/rm
%E{DEVNAME}", ENV{ID_INPUT_JOYSTICK}=""
SUBSYSTEM=="input", ATTRS{idVendor}=="2516",
ATTRS{idProduct}=="001f", ENV{ID_INPUT_JOYSTICK}=="?*",
ENV{ID_INPUT_JOYSTICK}=""
SUBSYSTEM=="input", ATTRS{idVendor}=="2516",
ATTRS{idProduct}=="001f", KERNEL=="js[0-9]*", RUN+="/bin/rm
%E{DEVNAME}", ENV{ID_INPUT_JOYSTICK}=""
+SUBSYSTEM=="input", ATTRS{idVendor}=="2516",
ATTRS{idProduct}=="0028", ENV{ID_INPUT_JOYSTICK}=="?*",
ENV{ID_INPUT_JOYSTICK}=""
+SUBSYSTEM=="input", ATTRS{idVendor}=="2516",
ATTRS{idProduct}=="0028", KERNEL=="js[0-9]*", RUN+="/bin/rm
%E{DEVNAME}", ENV{ID_INPUT_JOYSTICK}=""
diff --git a/README.Fedora b/README.Fedora
index 84d4f2d..c1fe592 100644
--- a/README.Fedora
+++ b/README.Fedora
@@ -123,6 +123,7 @@ The package contains the UDEV rules for the following devices:
- A4 Tech Co., Ltd Bloody B540 keyboard
- A4 Tech Co., Ltd Bloody V2 mouse
- Cooler Master Storm Mizar Mouse
+- Cooler Master Storm Alcor Mouse
Workaround to have them properly detected as mouse/keyboards and not
joysticks. This prevents the "ghost" keypresses in Steam Big Picture mode.
diff --git a/sources b/sources
index 617f573..65eed7b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-18fe1e009d229ec2eb28e4e7fa87ebc8 steam_1.0.0.52.tar.gz
+2c1ff88d15d64c3997551a9874b7b830 steam_1.0.0.53.tar.gz
diff --git a/steam.spec b/steam.spec
index 02a53da..2a42589 100644
--- a/steam.spec
+++ b/steam.spec
@@ -5,8 +5,8 @@
%{!?firewalld_reload:%global firewalld_reload test -f /usr/bin/firewall-cmd &&
firewall-cmd --reload --quiet || :}
Name: steam
-Version: 1.0.0.52
-Release: 3%{?dist}
+Version: 1.0.0.53
+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
@@ -22,6 +22,9 @@ Source4: %{name}.appdata.xml
#
https://github.com/ValveSoftware/steam-for-linux/issues/3384
#
https://bugzilla.kernel.org/show_bug.cgi?id=28912
#
https://github.com/denilsonsa/udev-joystick-blacklist
+#
+# Microsoft patch accepted upstream, remove Microsoft entries when kernel
+# is at 4.9:
https://bugzilla.redhat.com/show_bug.cgi?id=1325354#c14
Source8:
https://raw.githubusercontent.com/denilsonsa/udev-joystick-blacklist/mast...
Source9:
https://raw.githubusercontent.com/cyndis/shield-controller-config/master/...
@@ -165,6 +168,10 @@ fi
%{_udevrulesdir}/*
%changelog
+* Wed Oct 26 2016 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.53-1
+- Update to 1.0.0.53.
+- Update udev rules.
+
* Sat Sep 24 2016 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.52-3
- Do not run update-desktop-database on Fedora 25+.
- Add AppStream metadata.