Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package steam for openSUSE:Factory:NonFree checked in at 2025-10-27 14:36:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory:NonFree/steam (Old) and /work/SRC/openSUSE:Factory:NonFree/.steam.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "steam" Mon Oct 27 14:36:45 2025 rev:68 rq:1313589 version:1.0.0.85 Changes: -------- --- /work/SRC/openSUSE:Factory:NonFree/steam/steam.changes 2025-10-21 11:13:58.528642685 +0200 +++ /work/SRC/openSUSE:Factory:NonFree/.steam.new.1980/steam.changes 2025-10-27 14:36:46.839138713 +0100 @@ -1,0 +2,6 @@ +Fri Oct 24 16:23:56 UTC 2025 - Callum Farmer <[email protected]> + +- Add steam-path-fix-tw.patch to fix TW for the time being +- Require libcap-progs for SteamVR + +------------------------------------------------------------------- New: ---- steam-path-fix-tw.patch ----------(New B)---------- New: - Add steam-path-fix-tw.patch to fix TW for the time being - Require libcap-progs for SteamVR ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ steam.spec ++++++ --- /var/tmp/diff_new_pack.GrJVT6/_old 2025-10-27 14:36:47.895183304 +0100 +++ /var/tmp/diff_new_pack.GrJVT6/_new 2025-10-27 14:36:47.899183473 +0100 @@ -51,6 +51,7 @@ # PATCH-FIX-OPENSUSE steam-path-fix.patch bnc#1025841 Patch0: steam-path-fix.patch Patch1: gpu-offload.patch +Patch2: steam-path-fix-tw.patch BuildRequires: fdupes BuildRequires: firewall-macros BuildRequires: hicolor-icon-theme @@ -61,6 +62,8 @@ Requires: libz.so.1 # for Steam Hardware Survey Requires: lsb-release +# for SteamVR +Requires: libcap-progs Requires: openal-soft # Proton Requirements Requires: glibc-locale-base @@ -165,6 +168,9 @@ %if 0%{?suse_version} < 1550 %patch -P 0 -p1 %endif +%if 0%{?suse_version} >= 1550 +%patch -P 2 -p1 +%endif %if 0%{?suse_version} < 1550 && 0%{?sle_version} < 150400 %patch -P 1 -p1 %endif ++++++ steam-path-fix-tw.patch ++++++ Index: b/bin_steam.sh =================================================================== --- a/bin_steam.sh +++ b/bin_steam.sh @@ -1,4 +1,7 @@ #!/usr/bin/env bash + +PATH=$PATH:/usr/sbin + # # bin_steam.sh - launcher script for Steam on Linux # Copyright Valve Corporation. All rights reserved
