Author: slaanesh
Update of /cvs/nonfree/rpms/steam/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv2812
Modified Files:
steam-disable-runtime.patch steam.spec
Log Message:
* Mon May 05 2014 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.47-3
- Add new libbz2.so requirement.
steam-disable-runtime.patch:
steam | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
Index: steam-disable-runtime.patch
===================================================================
RCS file: /cvs/nonfree/rpms/steam/devel/steam-disable-runtime.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- steam-disable-runtime.patch 1 Apr 2014 05:22:29 -0000 1.2
+++ steam-disable-runtime.patch 5 May 2014 07:12:17 -0000 1.3
@@ -1,6 +1,6 @@
diff -Naur steam.old/steam steam/steam
--- steam.old/steam 2014-04-01 10:56:49.706673689 +0200
-+++ steam/steam 2014-04-01 10:58:57.854618755 +0200
++++ steam/steam 2014-05-05 09:07:23.566190894 +0200
@@ -17,6 +17,9 @@
# Set up domain for script localization
export TEXTDOMAIN=steam
@@ -11,14 +11,15 @@
function show_message()
{
style=$1
-@@ -186,6 +189,18 @@
+@@ -186,6 +189,19 @@
# go to the install directory and run the client
cp "$LAUNCHSTEAMBOOTSTRAPFILE" "$LAUNCHSTEAMDIR/bootstrap.tar.xz"
cd "$LAUNCHSTEAMDIR"
+
+if [ "$STEAM_RUNTIME" == "0" ]; then
-+ if [ ! -h $LAUNCHSTEAMPLATFORM/libudev.so.0 ]; then
++ if [ ! -h $LAUNCHSTEAMPLATFORM/libudev.so.0 ] || [ ! -h
$LAUNCHSTEAMPLATFORM/libbz2.so.1.0 ]; then
+ ln -sf /usr/lib/libudev.so.1 $LAUNCHSTEAMPLATFORM/libudev.so.0
++ ln -sf /usr/lib/libbz2.so.1 $LAUNCHSTEAMPLATFORM/libbz2.so.1.0
+ fi
+ rm -fr $LAUNCHSTEAMPLATFORM/steam-runtime
+else
Index: steam.spec
===================================================================
RCS file: /cvs/nonfree/rpms/steam/devel/steam.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- steam.spec 1 Apr 2014 05:22:29 -0000 1.9
+++ steam.spec 5 May 2014 07:12:17 -0000 1.10
@@ -3,7 +3,7 @@
Name: steam
Version: 1.0.0.47
-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
@@ -58,6 +58,7 @@
# Requirements for the main client
Requires: alsa-plugins-pulseaudio%{_isa}
Requires: avahi-libs%{_isa}
+Requires: bzip2-libs%{_isa}
Requires: expat%{_isa}
Requires: harfbuzz%{_isa}
Requires: json-c%{_isa}
@@ -155,6 +156,9 @@
%config(noreplace) %{_sysconfdir}/profile.d/%{name}.*sh
%changelog
+* Mon May 05 2014 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.47-3
+- Add new libbz2.so requirement.
+
* Tue Apr 01 2014 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.47-2
- Close window when clicking the x button (#3210).