[steam] Update to 1.0.0.53
by Simone Caronni
Summary of changes:
d1f3867... Update to 1.0.0.53 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 1 month
[steam/f25] Update to 1.0.0.53
by Simone Caronni
Summary of changes:
d1f3867... Update to 1.0.0.53 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 1 month
[steam/f24] Update to 1.0.0.53
by Simone Caronni
Summary of changes:
d1f3867... Update to 1.0.0.53 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 1 month
[steam/f23] Update to 1.0.0.53
by Simone Caronni
commit d1f3867321f82eb1f5c23a9f188041b0639ac612
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.
8 years, 1 month
[steam/el7] Update to 1.0.0.53
by Simone Caronni
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.
8 years, 1 month
[lives/f23] (2 commits) ...Fix -find- commands
by Antonio
Summary of changes:
afab11b... Fix python interpreter of 'lives_*_encoder*' scripts (bz#43 (*)
5f7db3b... Fix -find- commands (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 1 month
[lives/f24] (2 commits) ...Fix -find- commands
by Antonio
Summary of changes:
afab11b... Fix python interpreter of 'lives_*_encoder*' scripts (bz#43 (*)
5f7db3b... Fix -find- commands (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 1 month
[lives/f25] (2 commits) ...Fix -find- commands
by Antonio
Summary of changes:
afab11b... Fix python interpreter of 'lives_*_encoder*' scripts (bz#43 (*)
5f7db3b... Fix -find- commands (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 1 month
[lives] Fix -find- commands
by Antonio
commit 5f7db3b749699e678e4bb05b32af1e8d99e6c137
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Wed Oct 26 14:52:05 2016 +0200
Fix -find- commands
lives.spec | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/lives.spec b/lives.spec
index 00a4d3d..a6f4b9e 100644
--- a/lives.spec
+++ b/lives.spec
@@ -145,10 +145,8 @@ rm -rf %{buildroot}%{_docdir}/lives-%{version}
chrpath -d %{buildroot}%{_bindir}/lives-exe
# Fix Python interpreter
-find %{buildroot} -name 'lives_*' -o -name 'multi_encoder' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python2}|'
-find %{buildroot} -name 'lives_*' -o -name 'lives_*_encoder' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python2}|'
-find %{buildroot} -name 'lives_*' -o -name 'multi_encoder3' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python3}|'
-find %{buildroot} -name 'lives_*' -o -name 'lives_*_encoder3' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python3}|'
+find %{buildroot} -name 'lives*encoder' -o -name 'multi_encoder' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python2}|'
+find %{buildroot} -name 'lives*encoder3' -o -name 'multi_encoder3' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python3}|'
##Set Exec key
desktop-file-edit \
8 years, 2 months
[lives] Fix python interpreter of 'lives_*_encoder*' scripts (bz#4304)
by Antonio
commit afab11b6844a0c7a6488ea5a81d9cfab83f8661f
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Wed Oct 26 14:36:51 2016 +0200
Fix python interpreter of 'lives_*_encoder*' scripts (bz#4304)
lives.spec | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/lives.spec b/lives.spec
index 9964dd6..00a4d3d 100644
--- a/lives.spec
+++ b/lives.spec
@@ -13,7 +13,7 @@
Name: lives
Version: 2.8.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Video editor and VJ tool
License: GPLv3+ and LGPLv3+
URL: http://lives-video.com
@@ -146,7 +146,9 @@ chrpath -d %{buildroot}%{_bindir}/lives-exe
# Fix Python interpreter
find %{buildroot} -name 'lives_*' -o -name 'multi_encoder' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python2}|'
+find %{buildroot} -name 'lives_*' -o -name 'lives_*_encoder' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python2}|'
find %{buildroot} -name 'lives_*' -o -name 'multi_encoder3' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python3}|'
+find %{buildroot} -name 'lives_*' -o -name 'lives_*_encoder3' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python3}|'
##Set Exec key
desktop-file-edit \
@@ -190,8 +192,11 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.
%{_datadir}/appdata/LiVES.appdata.xml
%changelog
+* Wed Oct 26 2016 Antonio Trande <sagitterATfedoraproject.org> - 2.8.1-3
+- Fix python interpreter of 'lives_*_encoder*' scripts (bz#4304)
+
* Tue Oct 25 2016 Antonio Trande <sagitterATfedoraproject.org> - 2.8.1-2
-- Fix multi_encoder3 python interpreter
+- Fix python interpreter of 'multiencoder3' script (bz#4304)
* Mon Oct 24 2016 Antonio Trande <sagitterATfedoraproject.org> - 2.8.1-1
- Update to 2.8.1
8 years, 2 months