Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ProtonPlus for openSUSE:Factory 
checked in at 2026-07-31 15:30:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ProtonPlus (Old)
 and      /work/SRC/openSUSE:Factory/.ProtonPlus.new.2004 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ProtonPlus"

Fri Jul 31 15:30:20 2026 rev:30 rq:1368487 version:0.5.22

Changes:
--------
--- /work/SRC/openSUSE:Factory/ProtonPlus/ProtonPlus.changes    2026-07-15 
22:20:35.305401767 +0200
+++ /work/SRC/openSUSE:Factory/.ProtonPlus.new.2004/ProtonPlus.changes  
2026-07-31 16:05:44.985177082 +0200
@@ -1,0 +2,6 @@
+Thu Jul 30 04:34:20 UTC 2026 - Richard Rahl <[email protected]>
+
+- Update to version 0.5.22:
+  + Temporary fix for Proton-GE RTSP
+
+-------------------------------------------------------------------

Old:
----
  ProtonPlus-0.5.21.tar.gz

New:
----
  ProtonPlus-0.5.22.tar.gz

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

Other differences:
------------------
++++++ ProtonPlus.spec ++++++
--- /var/tmp/diff_new_pack.Y8uqCp/_old  2026-07-31 16:05:45.537196289 +0200
+++ /var/tmp/diff_new_pack.Y8uqCp/_new  2026-07-31 16:05:45.541196428 +0200
@@ -18,7 +18,7 @@
 
 %define         appid com.vysp3r.ProtonPlus
 Name:           ProtonPlus
-Version:        0.5.21
+Version:        0.5.22
 Release:        0
 Summary:        A Wine and Proton-based compatibility tools manager for GNOME
 License:        GPL-3.0-only

++++++ ProtonPlus-0.5.21.tar.gz -> ProtonPlus-0.5.22.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ProtonPlus-0.5.21/com.vysp3r.ProtonPlus.yml 
new/ProtonPlus-0.5.22/com.vysp3r.ProtonPlus.yml
--- old/ProtonPlus-0.5.21/com.vysp3r.ProtonPlus.yml     2026-06-24 
18:00:09.000000000 +0200
+++ new/ProtonPlus-0.5.22/com.vysp3r.ProtonPlus.yml     2026-07-24 
14:10:31.000000000 +0200
@@ -47,7 +47,7 @@
     sources:
       - type: git
         url: https://github.com/Vysp3r/ProtonPlus.git
-        tag: v0.5.21
+        tag: v0.5.22
         x-checker-data:
           type: git
           tag-pattern: ^v(\d+\.\d+\.\d+(?:-[0-9A-Za-z.\-]+)?)$
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ProtonPlus-0.5.21/data/com.vysp3r.ProtonPlus.metainfo.xml.in 
new/ProtonPlus-0.5.22/data/com.vysp3r.ProtonPlus.metainfo.xml.in
--- old/ProtonPlus-0.5.21/data/com.vysp3r.ProtonPlus.metainfo.xml.in    
2026-06-24 18:00:09.000000000 +0200
+++ new/ProtonPlus-0.5.22/data/com.vysp3r.ProtonPlus.metainfo.xml.in    
2026-07-24 14:10:31.000000000 +0200
@@ -109,6 +109,13 @@
   </screenshots>
 
   <releases>
+    <release version="0.5.22" date="2026-07-24">
+      <description>
+        <ul>
+          <li>🐛 Fixed Proton-GE RTSP download</li>
+        </ul>
+      </description>
+    </release>
     <release version="0.5.21" date="2026-06-24">
       <description>
         <ul>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ProtonPlus-0.5.21/data/runners.json 
new/ProtonPlus-0.5.22/data/runners.json
--- old/ProtonPlus-0.5.21/data/runners.json     2026-06-24 18:00:09.000000000 
+0200
+++ new/ProtonPlus-0.5.22/data/runners.json     2026-07-24 14:10:31.000000000 
+0200
@@ -77,8 +77,8 @@
                     "title": "Proton-GE RTSP",
                     "description": "Steam compatibility tool based on 
Proton-GE with additional patches to improve RTSP codecs for VRChat.",
                     "endpoint": 
"https://api.github.com/repos/SpookySkeletons/proton-ge-rtsp/releases";,
-                    "asset_position": 1,
-                    "asset_position_time_condition": "2025-02-01T07:55:01Z|0",
+                    "asset_position": 0,
+                    "asset_position_time_condition": "2026-04-18T00:28:36Z|1",
                     "directory_name_formats": [
                         {
                             "launcher": "default",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ProtonPlus-0.5.21/meson.build 
new/ProtonPlus-0.5.22/meson.build
--- old/ProtonPlus-0.5.21/meson.build   2026-06-24 18:00:09.000000000 +0200
+++ new/ProtonPlus-0.5.22/meson.build   2026-07-24 14:10:31.000000000 +0200
@@ -1,6 +1,6 @@
 project(
     'com.vysp3r.ProtonPlus', ['c', 'vala'],
-    version: '0.5.21',
+    version: '0.5.22',
     meson_version: '>= 1.0.0',
     default_options: [ 'warning_level=2', 'werror=false', ],
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ProtonPlus-0.5.21/src/models/runners/github.vala 
new/ProtonPlus-0.5.22/src/models/runners/github.vala
--- old/ProtonPlus-0.5.21/src/models/runners/github.vala        2026-06-24 
18:00:09.000000000 +0200
+++ new/ProtonPlus-0.5.22/src/models/runners/github.vala        2026-07-24 
14:10:31.000000000 +0200
@@ -93,7 +93,6 @@
 
                 // Workaround for Proton-GE's multi-architecture support
                 if (this.title == "Proton-GE") {
-                    message("bob");
                     while (asset_array.get_length () - 1 >= 
real_asset_position) {
                         var asset_object = asset_array.get_object_element 
(real_asset_position);
                         var asset_name = asset_object.get_string_member 
("name");

Reply via email to