Update to 3.15.11
This commit is contained in:
parent
56e2ec1e0f
commit
56042991c1
1
_service
1
_service
@ -3,6 +3,7 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="url">https://github.com/Plagman/gamescope.git</param>
|
<param name="url">https://github.com/Plagman/gamescope.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
|
<param name="revision">refs/tags/3.15.11</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="versionrewrite-pattern">([\.\d]+)</param>
|
<param name="versionrewrite-pattern">([\.\d]+)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
BIN
gamescope-3.15.11.tar.xz
(Stored with Git LFS)
Normal file
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)
BIN
gamescope-3.15.9.tar.xz
(Stored with Git LFS)
Binary file not shown.
@ -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
|
Fri Sep 13 13:56:01 UTC 2024 - llyyr@yukari.in
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%bcond_without intree_libs
|
%bcond_without intree_libs
|
||||||
Name: gamescope
|
Name: gamescope
|
||||||
Version: 3.15.9
|
Version: 3.15.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Micro-compositor optimized for running video games on Wayland
|
Summary: Micro-compositor optimized for running video games on Wayland
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user