rpms/steam/F-19 steam-3570.patch,NONE,1.1 steam.spec,1.15,1.16

Simone Caronni slaanesh at rpmfusion.org
Thu Jan 8 10:09:28 CET 2015


Author: slaanesh

Update of /cvs/nonfree/rpms/steam/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27804

Modified Files:
	steam.spec 
Added Files:
	steam-3570.patch 
Log Message:
* Thu Jan 08 2015 Simone Caronni <negativo17 at gmail.com> - 1.0.0.49-3
- Workaround for bug 3570:
  https://github.com/ValveSoftware/steam-for-linux/issues/3570


steam-3570.patch:
 steam |    3 +++
 1 file changed, 3 insertions(+)

--- NEW FILE steam-3570.patch ---
diff -Naur steam.old/steam steam/steam
--- steam.old/steam	2014-08-26 03:13:55.000000000 +0200
+++ steam/steam	2015-01-08 09:53:18.017172389 +0100
@@ -192,3 +192,6 @@
 else
 	exec "$LAUNCHSTEAMDIR/$STEAMBOOTSTRAP" "$@"
 fi
+
+# Workaround for bug 3570: https://github.com/ValveSoftware/steam-for-linux/issues/3570
+rm -f /tmp/steam_chrome_shmem


Index: steam.spec
===================================================================
RCS file: /cvs/nonfree/rpms/steam/F-19/steam.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- steam.spec	2 Dec 2014 11:13:27 -0000	1.15
+++ steam.spec	8 Jan 2015 09:09:28 -0000	1.16
@@ -3,14 +3,16 @@
 
 Name:           steam
 Version:        1.0.0.49
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Installer for the Steam software distribution service
 # Redistribution and repackaging for Linux is allowed, see license file
 License:        Steam License Agreement
 URL:            http://www.steampowered.com/
+ExclusiveArch:  i686
+
 Source0:        http://repo.steampowered.com/steam/pool/%{name}/s/%{name}/%{name}_%{version}.tar.gz
 Source10:       README.Fedora
-ExclusiveArch:  i686
+Patch0:         %{name}-3570.patch
 
 BuildRequires:  desktop-file-utils
 BuildRequires:  systemd
@@ -46,6 +48,7 @@
 
 %prep
 %setup -q -n %{name}
+%patch0 -p1
 sed -i 's/\r$//' %{name}.desktop
 sed -i 's/\r$//' steam_install_agreement.txt
 cp %{SOURCE10} .
@@ -88,6 +91,10 @@
 %{_udevrulesdir}/99-steam-controller-perms.rules
 
 %changelog
+* Thu Jan 08 2015 Simone Caronni <negativo17 at gmail.com> - 1.0.0.49-3
+- Workaround for bug 3570:
+  https://github.com/ValveSoftware/steam-for-linux/issues/3570
+
 * Tue Dec 02 2014 Simone Caronni <negativo17 at gmail.com> - 1.0.0.49-2
 - Update requirements.
 


More information about the rpmfusion-commits mailing list