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 2022-08-02 22:08:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory:NonFree/steam (Old) and /work/SRC/openSUSE:Factory:NonFree/.steam.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "steam" Tue Aug 2 22:08:06 2022 rev:51 rq:990236 version:1.0.0.75 Changes: -------- --- /work/SRC/openSUSE:Factory:NonFree/steam/steam.changes 2022-05-30 12:41:28.276192565 +0200 +++ /work/SRC/openSUSE:Factory:NonFree/.steam.new.1533/steam.changes 2022-08-02 22:08:07.637588347 +0200 @@ -1,0 +2,17 @@ +Wed Jul 18 16:29:09 UTC 2022 - Dario Faggioli <dfaggi...@suse.com> + +- Make Steam only a soft dependency of steam-devices + * the steam-devices package is useful for having controllers + working also in cases Steam and SteamLink are consumed as + flatpaks (in which case, one might not want Steam installed + from RPMs as well!) + +------------------------------------------------------------------- +Fri Jul 15 18:41:50 UTC 2022 - Callum Farmer <gm...@opensuse.org> + +- Update to version 1.0.0.75: + * Build using updated Steam client: + - Client timestamp 1654574690 (2022-06-07) + - Steam Runtime version 0.20220315.0 + +------------------------------------------------------------------- Old: ---- steam_1.0.0.74.tar.gz New: ---- steam_1.0.0.75.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ steam.spec ++++++ --- /var/tmp/diff_new_pack.zlvnGu/_old 2022-08-02 22:08:08.209589996 +0200 +++ /var/tmp/diff_new_pack.zlvnGu/_new 2022-08-02 22:08:08.213590007 +0200 @@ -36,7 +36,7 @@ %endif \ %{nil} Name: steam -Version: 1.0.0.74 +Version: 1.0.0.75 Release: 0 Summary: Installer for Valve's digital software distribution service # "Limited Installation License" @@ -122,6 +122,7 @@ %dependency libgcc_s1 %dependency libopenal1 %dependency libstdc++6 +%dependency libcrypt1 %dependency glibc-locale-base %dependency libudev1 %dependency libxcb-dri2-0 @@ -131,6 +132,7 @@ %dependency libva2 %dependency libva-drm2 %dependency libva-x11-2 +%dependency libva-glx2 %dependency libvdpau1 %dependency libICE6 %dependency libSM6 @@ -153,7 +155,7 @@ License: MIT Group: Hardware/Joystick URL: https://github.com/ValveSoftware/steam-devices/ -Requires: steam = %{version} +Recommends: steam = %{version} Supplements: steam = %{version} Obsoletes: steam-controller < %{version} Obsoletes: steam-vr < %{version} @@ -195,6 +197,7 @@ %if 0%{?suse_version} < 1550 && 0%{?sle_version} < 150300 install -Dm0644 %{SOURCE2} %{buildroot}%{_prefix}/lib/firewalld/services/steam-streaming.xml %endif +find %{buildroot} -type f -exec sed -i 's|#!/usr/bin/env |#!/usr/bin/|g' {} \; %fdupes -s %{buildroot} ++++++ steam_1.0.0.74.tar.gz -> steam_1.0.0.75.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/steam-launcher/bin_steam.sh new/steam-launcher/bin_steam.sh --- old/steam-launcher/bin_steam.sh 2021-12-01 17:48:32.000000000 +0100 +++ new/steam-launcher/bin_steam.sh 2022-07-12 21:18:25.000000000 +0200 @@ -18,7 +18,7 @@ echo "bin_steam.sh[$$]: $*" >&2 || : } -export STEAMSCRIPT_VERSION=1.0.0.74 +export STEAMSCRIPT_VERSION=1.0.0.75 # Set up domain for script localization export TEXTDOMAIN=steam Binary files old/steam-launcher/bootstraplinux_ubuntu12_32.tar.xz and new/steam-launcher/bootstraplinux_ubuntu12_32.tar.xz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/steam-launcher/client-versions.json new/steam-launcher/client-versions.json --- old/steam-launcher/client-versions.json 2021-12-01 17:48:32.000000000 +0100 +++ new/steam-launcher/client-versions.json 2022-07-12 21:18:25.000000000 +0200 @@ -1,4 +1,4 @@ { - "client_version": "1637624439", - "runtime_version": "0.20211102.0" + "client_version": "1654574690", + "runtime_version": "0.20220315.0" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/steam-launcher/com.valvesoftware.Steam.metainfo.xml new/steam-launcher/com.valvesoftware.Steam.metainfo.xml --- old/steam-launcher/com.valvesoftware.Steam.metainfo.xml 2021-12-01 17:41:02.000000000 +0100 +++ new/steam-launcher/com.valvesoftware.Steam.metainfo.xml 2022-07-12 21:12:15.000000000 +0200 @@ -32,6 +32,7 @@ </screenshots> <launchable type="desktop-id">steam.desktop</launchable> <releases> + <release version="1.0.0.75" date="2022-07-12"/> <release version="1.0.0.74" date="2021-12-01"/> <release version="1.0.0.73" date="2021-11-09"/> <release version="1.0.0.72" date="2021-09-08"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/steam-launcher/debian/changelog new/steam-launcher/debian/changelog --- old/steam-launcher/debian/changelog 2021-12-01 17:41:02.000000000 +0100 +++ new/steam-launcher/debian/changelog 2022-07-12 21:12:15.000000000 +0200 @@ -1,3 +1,25 @@ +steam (1:1.0.0.75) beta; urgency=medium + + [ Ludovico de Nittis ] + * Add Recommends on libfontconfig1:i386 and libnm0:i386. + Those libraries are already included in the scout Steam Runtime, + but the versions from the host distribution are likely to interoperate + better with a modern /etc/fonts and NetworkManager. (steamrt/tasks#118) + * d/control: Add libcrypt1 dependency. + Several legacy libraries in the Scout runtime depend on libcrypt.so.1, + which used to be part of libc6. (steamrt/tasks#138) + + [ Simon McVittie ] + * d/control: Recommend libva-drm2, libva-glx2, libva-x11-2. + These come from the same source package, so they should be the same + version, and this is more likely to happen if we install all of them + from the host distribution. (steamrt/tasks#140, steam-for-linux#8673) + * Build using updated Steam client: + - Client timestamp 1654574690 (2022-06-07) + - Steam Runtime version 0.20220315.0 + + -- Simon McVittie <s...@collabora.com> Tue, 12 Jul 2022 20:10:25 +0100 + steam (1:1.0.0.74) beta; urgency=medium * Add Recommends on libva.so.2 (libva2) and its drivers. (steamrt/tasks#42) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/steam-launcher/debian/control new/steam-launcher/debian/control --- old/steam-launcher/debian/control 2021-12-01 17:41:02.000000000 +0100 +++ new/steam-launcher/debian/control 2022-07-12 21:12:15.000000000 +0200 @@ -50,6 +50,7 @@ Architecture: amd64 Multi-Arch: foreign Depends: libc6 (>= 2.15), + libcrypt1 | libc6 (<< 2.29-4), libegl1 | libegl1-mesa, libgbm1 | libgbm1-lts-xenial, libnss3 (>= 2:3.26), @@ -65,6 +66,9 @@ libx11-6, Recommends: libasound2-plugins, libva2, + libva-drm2, + libva-glx2, + libva-x11-2, libxss1, mesa-vulkan-drivers, va-driver-all | va-driver, @@ -78,6 +82,7 @@ Architecture: i386 Multi-Arch: foreign Depends: libc6 (>= 2.15), + libcrypt1 | libc6 (<< 2.29-4), libegl1 | libegl1-mesa, libgbm1 | libgbm1-lts-xenial, libgl1, @@ -91,7 +96,12 @@ libxinerama1 (>= 2:1.1.1), libx11-6, Recommends: libasound2-plugins, + libfontconfig1, + libnm0, libva2, + libva-drm2, + libva-glx2, + libva-x11-2, libxss1, mesa-vulkan-drivers, va-driver-all | va-driver,