diff --git a/gamescope-3.13.16.tar.xz b/gamescope-3.13.16.tar.xz deleted file mode 100644 index f4185a8..0000000 --- a/gamescope-3.13.16.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a58a233deb343fc46a612d5c1f9ffc47dd63a5144d8402b7344b30db073a87b -size 101882368 diff --git a/gamescope-3.13.19.tar.xz b/gamescope-3.13.19.tar.xz new file mode 100644 index 0000000..124b35b --- /dev/null +++ b/gamescope-3.13.19.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:033653fdaf090650495d9a2e1f0bfa145fca53d59f17d3f78ce142beb50f4998 +size 101917808 diff --git a/gamescope.changes b/gamescope.changes index ae1ea11..66a4eec 100644 --- a/gamescope.changes +++ b/gamescope.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Dec 22 19:05:28 UTC 2023 - antonio.teixeira@suse.com + +- Update to version 3.13.19: + * drm: fix other headless NPE + * layer: Fix warning on printf + * waitable: Fix some FD close settings + * waitable: Factor out common ITimerWaitable + * drm: fix NPE while in headless mode + * layer: Print more info about VkHdrMetadata + * layer: Log more about minImageCount + * drm: Port mode and lut tracking to drm_blob + * drm: Introduce a drm_blob abstraction + * drm: Initialize the owned field of blob wrappers properly + ------------------------------------------------------------------- Mon Dec 04 20:05:27 UTC 2023 - antonio.teixeira@suse.com diff --git a/gamescope.spec b/gamescope.spec index 3f0193d..5b185fd 100644 --- a/gamescope.spec +++ b/gamescope.spec @@ -18,7 +18,7 @@ %bcond_without intree_libs Name: gamescope -Version: 3.13.16 +Version: 3.13.19 Release: 0 Summary: Micro-compositor optimized for running video games on Wayland License: BSD-2-Clause @@ -31,11 +31,13 @@ BuildRequires: glslang-devel BuildRequires: meson BuildRequires: pkgconfig BuildRequires: stb-devel +BuildRequires: pkgconfig(xcursor) +BuildRequires: pkgconfig(xmu) # for xxd BuildRequires: vim %if %{without intree_libs} BuildRequires: (pkgconfig(libliftoff) >= 0.4.0 with pkgconfig(libliftoff) < 0.5.0) -BuildRequires: (pkgconfig(wlroots) >= 0.16.0 with pkgconfig(wlroots) < 0.17.0) +BuildRequires: (pkgconfig(wlroots) >= 0.17.0 with pkgconfig(wlroots) < 0.18.0) BuildRequires: pkgconfig(libdisplay-info) BuildRequires: pkgconfig(libliftoff) BuildRequires: pkgconfig(openvr) @@ -59,7 +61,6 @@ BuildRequires: pkgconfig(xtst) BuildRequires: pkgconfig(xwayland) BuildRequires: pkgconfig(xxf86vm) %if %{with intree_libs} -BuildRequires: pkgconfig(xmu) # from wlroots.spec BuildRequires: glslang-devel BuildRequires: xorg-x11-server-wayland