Author: slaanesh
Update of /cvs/nonfree/rpms/steam/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv14946
Modified Files:
.cvsignore sources steam.spec
Log Message:
* Mon Jun 23 2014 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.48-2
- Add additional libraries required by games when skipping runtime.
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/steam/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 12 Feb 2014 17:09:37 -0000 1.5
+++ .cvsignore 7 Jul 2014 09:59:22 -0000 1.6
@@ -1 +0,0 @@
-steam_1.0.0.47.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/steam/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 12 Feb 2014 17:09:37 -0000 1.5
+++ sources 7 Jul 2014 09:59:22 -0000 1.6
@@ -1 +0,0 @@
-c6f75ebaa9e32f2565df620d1867f274 steam_1.0.0.47.tar.gz
Index: steam.spec
===================================================================
RCS file: /cvs/nonfree/rpms/steam/devel/steam.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- steam.spec 15 May 2014 08:10:29 -0000 1.11
+++ steam.spec 7 Jul 2014 09:59:22 -0000 1.12
@@ -2,8 +2,8 @@
%global debug_package %{nil}
Name: steam
-Version: 1.0.0.47
-Release: 4%{?dist}
+Version: 1.0.0.48
+Release: 2%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file
License: Steam License Agreement
@@ -79,11 +79,14 @@
Requires: pixman%{_isa}
Requires: tcp_wrappers-libs%{_isa}
# Additional requirements for games that use the Steam runtime libraries
+Requires: GConf2%{_isa}
Requires: SDL_image%{_isa}
Requires: SDL_mixer%{_isa}
Requires: SDL_ttf%{_isa}
Requires: SDL2_image%{_isa}
Requires: SDL2_mixer%{_isa}
+Requires: libcurl%{_isa}
+Requires: speex%{_isa}
%description noruntime
The Steam client normally uses a set of libraries derived from Ubuntu (the Steam
@@ -147,6 +150,12 @@
%config(noreplace) %{_sysconfdir}/profile.d/%{name}.*sh
%changelog
+* Mon Jun 23 2014 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.48-2
+- Add additional libraries required by games when skipping runtime.
+
+* Thu Jun 19 2014 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.48-1
+- Update to 1.0.0.48.
+
* Thu May 15 2014 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.47-4
- Update noruntime subpackage requirements.
Show replies by date