From 56042991c1924b085c1668d6c6e01775767b8936ff7ce7db892fa50c5594ba6c Mon Sep 17 00:00:00 2001 From: Yunus Acar Date: Fri, 27 Sep 2024 15:50:38 +0200 Subject: [PATCH] Update to 3.15.11 --- _service | 1 + gamescope-3.15.11.tar.xz | 3 +++ gamescope-3.15.9.tar.xz | 3 --- gamescope.changes | 15 +++++++++++++++ gamescope.spec | 2 +- 5 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 gamescope-3.15.11.tar.xz delete mode 100644 gamescope-3.15.9.tar.xz diff --git a/_service b/_service index e4910c9..0571eb0 100644 --- a/_service +++ b/_service @@ -3,6 +3,7 @@ https://github.com/Plagman/gamescope.git @PARENT_TAG@ + refs/tags/3.15.11 git ([\.\d]+) \1 diff --git a/gamescope-3.15.11.tar.xz b/gamescope-3.15.11.tar.xz new file mode 100644 index 0000000..cb14564 --- /dev/null +++ b/gamescope-3.15.11.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ca96c6379215d44f62f2b5e140bea17bfeb4020b625dd584da313dff1d1e67 +size 103495776 diff --git a/gamescope-3.15.9.tar.xz b/gamescope-3.15.9.tar.xz deleted file mode 100644 index b3ee8bd..0000000 --- a/gamescope-3.15.9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:823519c1229599e53183c034686b218029768ff1915a0808adc7ac48d2c32873 -size 103496520 diff --git a/gamescope.changes b/gamescope.changes index 379c2c0..d519412 100644 --- a/gamescope.changes +++ b/gamescope.changes @@ -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 diff --git a/gamescope.spec b/gamescope.spec index 4df3664..f16922f 100644 --- a/gamescope.spec +++ b/gamescope.spec @@ -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