From 7599537ba2c4a6ec4415f0425445746822071d97cb9603982658457f74ca766a Mon Sep 17 00:00:00 2001 From: llyyr Date: Mon, 4 Dec 2023 21:08:58 +0000 Subject: [PATCH] Accepting request 1130841 from home:ateixeira:branches:games:tools - Update to version 3.13.16: * waitable: Set running to false before nudge * waitable: Fix draining CNudgeWaitable * steamcompmgr: Handle external overlays better for steamcompmgr_user_has_any_game_open * drm: Handle rotated screens properly in drm_get_default_refresh * steamcompmgr: Workaround kernel NULL pointer bug with epoll + dmabuf + close * waitable: Remove unused func * steamcompmgr: Remove dmabuf waitable on HUP * steamcompmgr: Reduce alloc overhead of new xwayland resources * drm: Reset CTM on layers with applyColorMgmt = false * mangoapp: Use visible frames for reporting to mangohud if FIFO OBS-URL: https://build.opensuse.org/request/show/1130841 OBS-URL: https://build.opensuse.org/package/show/games:tools/gamescope?expand=0&rev=15 --- gamescope-3.13.16.tar.xz | 3 +++ gamescope-3.13.3.tar.xz | 3 --- gamescope.changes | 15 +++++++++++++++ gamescope.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 gamescope-3.13.16.tar.xz delete mode 100644 gamescope-3.13.3.tar.xz diff --git a/gamescope-3.13.16.tar.xz b/gamescope-3.13.16.tar.xz new file mode 100644 index 0000000..f4185a8 --- /dev/null +++ b/gamescope-3.13.16.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a58a233deb343fc46a612d5c1f9ffc47dd63a5144d8402b7344b30db073a87b +size 101882368 diff --git a/gamescope-3.13.3.tar.xz b/gamescope-3.13.3.tar.xz deleted file mode 100644 index 15515b8..0000000 --- a/gamescope-3.13.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccea6be609c89abfeca25a47e0fe8a02ccc3ffd67e6d600724ece12174711c86 -size 101886240 diff --git a/gamescope.changes b/gamescope.changes index d319dab..ae1ea11 100644 --- a/gamescope.changes +++ b/gamescope.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Dec 04 20:05:27 UTC 2023 - antonio.teixeira@suse.com + +- Update to version 3.13.16: + * waitable: Set running to false before nudge + * waitable: Fix draining CNudgeWaitable + * steamcompmgr: Handle external overlays better for steamcompmgr_user_has_any_game_open + * drm: Handle rotated screens properly in drm_get_default_refresh + * steamcompmgr: Workaround kernel NULL pointer bug with epoll + dmabuf + close + * waitable: Remove unused func + * steamcompmgr: Remove dmabuf waitable on HUP + * steamcompmgr: Reduce alloc overhead of new xwayland resources + * drm: Reset CTM on layers with applyColorMgmt = false + * mangoapp: Use visible frames for reporting to mangohud if FIFO + ------------------------------------------------------------------- Wed Nov 15 16:48:15 UTC 2023 - antonio.teixeira@suse.com diff --git a/gamescope.spec b/gamescope.spec index d52e40e..3f0193d 100644 --- a/gamescope.spec +++ b/gamescope.spec @@ -18,7 +18,7 @@ %bcond_without intree_libs Name: gamescope -Version: 3.13.3 +Version: 3.13.16 Release: 0 Summary: Micro-compositor optimized for running video games on Wayland License: BSD-2-Clause