From 8084b198c3294afcfc915f1f27bff28579c3a972c04eb9d65cbde3eb3a838649 Mon Sep 17 00:00:00 2001 From: llyyr Date: Fri, 8 Mar 2024 03:12:16 +0000 Subject: [PATCH] Accepting request 1156138 from home:ateixeira:branches:games:tools - Update to version 3.14.2: * wayland_backend: Use a fake sequential timestamp * wayland_backend: Implement fullscreening + keybinds * wayland_backend: Fix 0 refresh in _Presented callback * src/meson: include protocols_client_src * Tell git to ignore subprojects from meson that aren't git submodules * wayland_backend: allow unmapping subsurfaces * wayland_backend: don't crash because of out of bounds accesses * wayland_backend: Fix build * wayland_backend: Handle --hdr-enabled correctly * wayland_backend: Add new wayland backend OBS-URL: https://build.opensuse.org/request/show/1156138 OBS-URL: https://build.opensuse.org/package/show/games:tools/gamescope?expand=0&rev=21 --- gamescope-3.14.0.tar.xz | 3 --- gamescope-3.14.2.tar.xz | 3 +++ gamescope.changes | 15 +++++++++++++++ gamescope.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 gamescope-3.14.0.tar.xz create mode 100644 gamescope-3.14.2.tar.xz diff --git a/gamescope-3.14.0.tar.xz b/gamescope-3.14.0.tar.xz deleted file mode 100644 index 3119a26..0000000 --- a/gamescope-3.14.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c02744194388b16a4dcce83196d678b35082268f499343bd1c9f1bfc30b1718 -size 102557424 diff --git a/gamescope-3.14.2.tar.xz b/gamescope-3.14.2.tar.xz new file mode 100644 index 0000000..f9407bb --- /dev/null +++ b/gamescope-3.14.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfdbbb84383801c59fa4206965c2d18c6630e76e20fd81d7e1757c40a27fd966 +size 102543100 diff --git a/gamescope.changes b/gamescope.changes index a8aedf9..7d438f1 100644 --- a/gamescope.changes +++ b/gamescope.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Mar 07 20:27:13 UTC 2024 - antonio.teixeira@suse.com + +- Update to version 3.14.2: + * wayland_backend: Use a fake sequential timestamp + * wayland_backend: Implement fullscreening + keybinds + * wayland_backend: Fix 0 refresh in _Presented callback + * src/meson: include protocols_client_src + * Tell git to ignore subprojects from meson that aren't git submodules + * wayland_backend: allow unmapping subsurfaces + * wayland_backend: don't crash because of out of bounds accesses + * wayland_backend: Fix build + * wayland_backend: Handle --hdr-enabled correctly + * wayland_backend: Add new wayland backend + ------------------------------------------------------------------- Tue Jan 23 21:09:17 UTC 2024 - antonio.teixeira@suse.com diff --git a/gamescope.spec b/gamescope.spec index 3bc99b1..012aba2 100644 --- a/gamescope.spec +++ b/gamescope.spec @@ -18,7 +18,7 @@ %bcond_without intree_libs Name: gamescope -Version: 3.14.0 +Version: 3.14.2 Release: 0 Summary: Micro-compositor optimized for running video games on Wayland License: BSD-2-Clause