Update to 3.15.11

This commit is contained in:
Yunus Acar 2024-09-27 15:50:38 +02:00
parent 56e2ec1e0f
commit 56042991c1
Signed by untrusted user: yacar
GPG Key ID: 9791D39256698DF5
5 changed files with 20 additions and 4 deletions

View File

@ -3,6 +3,7 @@
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/Plagman/gamescope.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">refs/tags/3.15.11</param>
<param name="scm">git</param>
<param name="versionrewrite-pattern">([\.\d]+)</param>
<param name="versionrewrite-replacement">\1</param>

BIN
gamescope-3.15.11.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
gamescope-3.15.9.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Sep 27 13:41:20 UTC 2024 - yunus.acar@suse.com
- Update to version 3.15.11:
* Add clipboard support from SDL backend
* Fix how reshade effects are cleared
* WaylandResource: Fix deleting resource
* layer: Print application info at instance creation time
* steamcompmgr: Fix crash when using magnifier and game recording
* layer: Add hacks for Talos Principle and Serious Sam's bad swapchain usage
* steamcompmgr: Ensure forward progress for surfaces without windows when we discard commits
* steamcompmgr: Disregard XWayland commits if we have an override surface and there was no damage
* build: fix meson compiler warning
* steamcompmgr: Add some logic for picking commits if we have an override w/ WSI layer
-------------------------------------------------------------------
Fri Sep 13 13:56:01 UTC 2024 - llyyr@yukari.in

View File

@ -18,7 +18,7 @@
%bcond_without intree_libs
Name: gamescope
Version: 3.15.9
Version: 3.15.11
Release: 0
Summary: Micro-compositor optimized for running video games on Wayland
License: BSD-2-Clause