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 2021-12-09 19:44:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory:NonFree/steam (Old)
 and      /work/SRC/openSUSE:Factory:NonFree/.steam.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "steam"

Thu Dec  9 19:44:21 2021 rev:46 rq:935443 version:1.0.0.74

Changes:
--------
--- /work/SRC/openSUSE:Factory:NonFree/steam/steam.changes      2021-11-12 
15:58:26.158542278 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.steam.new.2520/steam.changes    
2021-12-09 19:44:21.605097175 +0100
@@ -1,0 +2,8 @@
+Fri Dec  3 12:27:45 UTC 2021 - Callum Farmer <gm...@opensuse.org>
+
+- Update to version 1.0.0.74:
+  * Build using updated Steam client:
+    - Client timestamp 1637624439 (2021-11-02)
+    - Steam Runtime version 0.20211102.0
+
+-------------------------------------------------------------------

Old:
----
  steam_1.0.0.73.tar.gz

New:
----
  steam_1.0.0.74.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ steam.spec ++++++
--- /var/tmp/diff_new_pack.sLOzBd/_old  2021-12-09 19:44:22.505097608 +0100
+++ /var/tmp/diff_new_pack.sLOzBd/_new  2021-12-09 19:44:22.509097609 +0100
@@ -29,7 +29,7 @@
 %endif \
 %{nil}
 Name:           steam
-Version:        1.0.0.73
+Version:        1.0.0.74
 Release:        0
 Summary:        Installer for Valve's digital software distribution service
 # "Limited Installation License"

++++++ steam_1.0.0.73.tar.gz -> steam_1.0.0.74.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-11-09 17:03:10.000000000 +0100
+++ new/steam-launcher/bin_steam.sh     2021-12-01 17:48:32.000000000 +0100
@@ -18,7 +18,7 @@
     echo "bin_steam.sh[$$]: $*" >&2 || :
 }
 
-export STEAMSCRIPT_VERSION=1.0.0.73
+export STEAMSCRIPT_VERSION=1.0.0.74
 
 # 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-11-09 17:03:10.000000000 
+0100
+++ new/steam-launcher/client-versions.json     2021-12-01 17:48:32.000000000 
+0100
@@ -1,4 +1,4 @@
 {
-  "client_version": "1634158817",
-  "runtime_version": "0.20210906.1"
+  "client_version": "1637624439",
+  "runtime_version": "0.20211102.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-11-09 
16:54:23.000000000 +0100
+++ new/steam-launcher/com.valvesoftware.Steam.metainfo.xml     2021-12-01 
17:41:02.000000000 +0100
@@ -32,6 +32,7 @@
   </screenshots>
   <launchable type="desktop-id">steam.desktop</launchable>
   <releases>
+    <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"/>
     <release version="1.0.0.71" date="2021-07-23"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/steam-launcher/debian/README.source 
new/steam-launcher/debian/README.source
--- old/steam-launcher/debian/README.source     2021-11-09 16:54:23.000000000 
+0100
+++ new/steam-launcher/debian/README.source     2021-12-01 17:41:02.000000000 
+0100
@@ -74,9 +74,9 @@
 
 * Check that the diff is appropriate
 
-* Build a prerelease package in the internal CI system using the
-    `playground/precise/steam-launcher` job, and test it on
-    whatever distributions are appropriate
+* Download the prerelease package produced by Gitlab-CI (each commit
+    to git master generates a package in the `playground/steam-launcher`
+    beta suite), and test it on whatever distributions are appropriate
 
 * Update `debian/changelog` to include all the latest changes, if not
     already done (`gbp dch --full` from the `git-buildpackage` package
@@ -86,7 +86,7 @@
     "sign-off" line starting with ` --`
     (`debchange -r` from the `devscripts` package might help)
 
-* Check that `STEAMSCRIPT_VERSION` in `bin_steam.sh` is correct
+* Update the `STEAMSCRIPT_VERSION` in `bin_steam.sh`
 
 * Add a `<release>` in `com.valvesoftware.Steam.metainfo.xml`, preserving
     newest-first order
@@ -97,9 +97,9 @@
 
 * `git push origin master vX.Y.Z.W`
 
-* Trigger the `precise/steam-launcher` job in the internal CI system.
-    If all goes well, the new release will go into the internal staging
-    apt repository as a beta.
+* If all goes well, the new release will be built automatically from the
+    `vX.Y.Z.W` tag by Gitlab-CI, and go into the internal staging apt
+    repository (`steam-launcher` beta suite).
 
 * Last chance to test! If there's a problem, fix it and start again with
     a new version number.
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-11-09 16:54:23.000000000 +0100
+++ new/steam-launcher/debian/changelog 2021-12-01 17:41:02.000000000 +0100
@@ -1,3 +1,17 @@
+steam (1:1.0.0.74) beta; urgency=medium
+
+  * Add Recommends on libva.so.2 (libva2) and its drivers. (steamrt/tasks#42)
+    This is available since Debian 10 and Ubuntu 18.04, and is used for
+    VA-API video acceleration on Mesa-supported GPUs.
+    The 32-bit version is used for the Remote Play client and server in
+    current Steam versions. The 64-bit version might be needed in future.
+  * d/README.source: Update CI steps
+  * Build using updated Steam client:
+    - Client timestamp 1637624439 (2021-11-02)
+    - Steam Runtime version 0.20211102.0
+
+ -- Simon McVittie <s...@collabora.com>  Wed, 01 Dec 2021 16:39:53 +0000
+
 steam (1:1.0.0.73) beta; urgency=medium
 
   [ Ludovico de Nittis ]
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-11-09 16:54:23.000000000 +0100
+++ new/steam-launcher/debian/control   2021-12-01 17:41:02.000000000 +0100
@@ -64,8 +64,10 @@
          libxinerama1 (>= 2:1.1.1),
          libx11-6,
 Recommends: libasound2-plugins,
+            libva2,
             libxss1,
             mesa-vulkan-drivers,
+            va-driver-all | va-driver,
 Suggests: nvidia-driver-libs,
           nvidia-vulkan-icd,
 Description: Steam libraries metapackage
@@ -89,8 +91,10 @@
          libxinerama1 (>= 2:1.1.1),
          libx11-6,
 Recommends: libasound2-plugins,
+            libva2,
             libxss1,
             mesa-vulkan-drivers,
+            va-driver-all | va-driver,
 Suggests: nvidia-driver-libs,
           nvidia-vulkan-icd,
 Description: Steam libraries metapackage

Reply via email to