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-03-10 08:44:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory:NonFree/steam (Old)
 and      /work/SRC/openSUSE:Factory:NonFree/.steam.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "steam"

Wed Mar 10 08:44:20 2021 rev:33 rq:877298 version:1.0.0.69

Changes:
--------
--- /work/SRC/openSUSE:Factory:NonFree/steam/steam.changes      2021-02-10 
21:28:15.238099269 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.steam.new.2378/steam.changes    
2021-03-10 08:44:21.278090082 +0100
@@ -1,0 +2,7 @@
+Fri Mar  5 20:06:58 UTC 2021 - Callum Farmer <gm...@opensuse.org>
+
+- Update to version 1.0.0.69
+  * Register to handle steamlink:// URLs.
+  * Update steam-devices subproject up to 2020-12-08
+
+-------------------------------------------------------------------

Old:
----
  steam_1.0.0.68.tar.gz

New:
----
  steam_1.0.0.69.tar.gz

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

Other differences:
------------------
++++++ steam.spec ++++++
--- /var/tmp/diff_new_pack.agnz3h/_old  2021-03-10 08:44:22.030090858 +0100
+++ /var/tmp/diff_new_pack.agnz3h/_new  2021-03-10 08:44:22.030090858 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           steam
-Version:        1.0.0.68
+Version:        1.0.0.69
 Release:        0
 Summary:        Installer for Valve's digital software distribution service
 # "Limited Installation License"
@@ -168,7 +168,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%if 0%{?sle_version} >= 150300 || 0%{?suse_version} >= 1550
+%if 0%{?suse_version} >= 1550
 %patch4 -p1
 %endif
 

++++++ gpu-offload.patch ++++++
--- /var/tmp/diff_new_pack.agnz3h/_old  2021-03-10 08:44:22.062090892 +0100
+++ /var/tmp/diff_new_pack.agnz3h/_new  2021-03-10 08:44:22.062090892 +0100
@@ -3,7 +3,7 @@
 --- steam.orig/steam.desktop   2020-05-12 11:35:42.780458224 -0600
 +++ steam/steam.desktop        2020-05-12 11:36:31.497120125 -0600
 @@ -35,5 +35,6 @@
- MimeType=x-scheme-handler/steam;
+ MimeType=x-scheme-handler/steam;x-scheme-handler/steamlink;
  
Actions=Store;Community;Library;Servers;Screenshots;News;Settings;BigPicture;Friends;
 +PrefersNonDefaultGPU=true
  

++++++ steam_1.0.0.68.tar.gz -> steam_1.0.0.69.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     2020-12-02 17:53:11.000000000 +0100
+++ new/steam-launcher/bin_steam.sh     2021-03-03 16:41:38.000000000 +0100
@@ -14,7 +14,7 @@
 bootstrapscript="$(readlink -f "$STEAMSCRIPT")"
 bootstrapdir="$(dirname "$bootstrapscript")"
 
-export STEAMSCRIPT_VERSION=1.0.0.68
+export STEAMSCRIPT_VERSION=1.0.0.69
 
 # 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     2020-12-02 17:53:41.000000000 
+0100
+++ new/steam-launcher/client-versions.json     2021-03-03 16:42:13.000000000 
+0100
@@ -1,4 +1,4 @@
 {
-  "client_version": "1603992987",
-  "runtime_version": "0.20201005.0"
+  "client_version": "1613176728",
+  "runtime_version": "0.20201203.1"
 }
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 2020-12-02 17:53:11.000000000 +0100
+++ new/steam-launcher/debian/changelog 2021-03-03 16:41:38.000000000 +0100
@@ -1,3 +1,19 @@
+steam (1:1.0.0.69) beta; urgency=medium
+
+  * Register to handle steamlink:// URLs.
+    Please note that this currently requires opting in to the beta branch
+    of the Steam client.
+  * Update steam-devices subproject up to 2020-12-08
+    - Faceoff Wired Pro Controller for Nintendo Switch
+      (thanks, FranklinsHand) (Resolves: steam-devices#14)
+    - Afterglow Deluxe+ wired controller for Nintendo Switch
+      (thanks, Mathieu Ricard) (Resolves: steam-devices#17)
+  * Build using updated Steam client:
+    - Client timestamp 1613176728 (2021-02-13)
+    - Steam Runtime version 0.20201203.1
+
+ -- Simon McVittie <s...@collabora.com>  Wed, 03 Mar 2021 15:38:43 +0000
+
 steam (1:1.0.0.68) beta; urgency=medium
 
   [ Ludovico de Nittis ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/steam-launcher/steam.desktop 
new/steam-launcher/steam.desktop
--- old/steam-launcher/steam.desktop    2020-12-02 17:53:11.000000000 +0100
+++ new/steam-launcher/steam.desktop    2021-03-03 16:41:38.000000000 +0100
@@ -32,7 +32,7 @@
 Terminal=false
 Type=Application
 Categories=Network;FileTransfer;Game;
-MimeType=x-scheme-handler/steam;
+MimeType=x-scheme-handler/steam;x-scheme-handler/steamlink;
 
Actions=Store;Community;Library;Servers;Screenshots;News;Settings;BigPicture;Friends;
 
 [Desktop Action Store]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/steam-launcher/subprojects/steam-devices/60-steam-input.rules 
new/steam-launcher/subprojects/steam-devices/60-steam-input.rules
--- old/steam-launcher/subprojects/steam-devices/60-steam-input.rules   
2020-12-02 17:53:11.000000000 +0100
+++ new/steam-launcher/subprojects/steam-devices/60-steam-input.rules   
2021-03-03 16:41:38.000000000 +0100
@@ -37,6 +37,9 @@
 # Nintendo Switch Pro Controller over bluetooth hidraw
 KERNEL=="hidraw*", KERNELS=="*057E:2009*", MODE="0660", TAG+="uaccess"
 
+# Faceoff Wired Pro Controller for Nintendo Switch
+KERNEL=="hidraw*", ATTRS{idVendor}=="0e6f", ATTRS{idProduct}=="0180", 
MODE="0660", TAG+="uaccess"
+
 # PowerA Wired Controller for Nintendo Switch
 KERNEL=="hidraw*", ATTRS{idVendor}=="20d6", ATTRS{idProduct}=="a711", 
MODE="0660", TAG+="uaccess"
 
@@ -47,6 +50,9 @@
 #
 KERNEL=="input*", ATTRS{name}=="Lic Pro Controller", RUN{program}+="/bin/sh -c 
'udevadm test-builtin uaccess /sys/%p/../../hidraw/hidraw*'"
 
+# Afterglow Deluxe+ Wired Controller for Nintendo Switch
+KERNEL=="hidraw*", ATTRS{idVendor}=="0e6f", ATTRS{idProduct}=="0188", 
MODE="0660", TAG+="uaccess"
+
 # Nacon PS4 Revolution Pro Controller
 KERNEL=="hidraw*", ATTRS{idVendor}=="146b", ATTRS{idProduct}=="0d01", 
MODE="0660", TAG+="uaccess"
 

Reply via email to