diff --git a/gamescope-3.12.0+git2.50eaf75.tar.xz b/gamescope-3.12.0+git2.50eaf75.tar.xz deleted file mode 100644 index a5503f5..0000000 --- a/gamescope-3.12.0+git2.50eaf75.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f60ee35bd01cc2b481879e9834b07da1042b09008012ea5baae01b9b6dd87e6b -size 94530168 diff --git a/gamescope-3.12.1+git1.6fb83bf.tar.xz b/gamescope-3.12.1+git1.6fb83bf.tar.xz new file mode 100644 index 0000000..b28528b --- /dev/null +++ b/gamescope-3.12.1+git1.6fb83bf.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62b576c417b26f6ae6ab0e55c454a381b873ffca395a7c1b098262a4ad0f972c +size 94546300 diff --git a/gamescope.changes b/gamescope.changes index a1938ee..a3b72d9 100644 --- a/gamescope.changes +++ b/gamescope.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Aug 15 19:30:09 UTC 2023 - antonio.teixeira@suse.com + +- Update to version 3.12.1+git1.6fb83bf: + * color: added atom to control chromatic adaptation mode (default of bradford is unchanged) + * [color]: removed errant printf + * [color]: Added support for overriding the apparent (virtual) white point + * fix clang build break (attempt #2) + * fix compilation on clang + * mute format-truncation compile warning + * glslang: check for renamed bin + * layer: Support for frame limiter + * Add info about gamescope packages + * fix null handle for nul surface + ------------------------------------------------------------------- Sat Jul 29 15:40:27 UTC 2023 - llyyr.public@gmail.com diff --git a/gamescope.spec b/gamescope.spec index 193aaa9..7356b74 100644 --- a/gamescope.spec +++ b/gamescope.spec @@ -18,7 +18,7 @@ %bcond_without intree_libs Name: gamescope -Version: 3.12.0+git2.50eaf75 +Version: 3.12.1+git1.6fb83bf Release: 0 Summary: Micro-compositor optimized for running video games on Wayland License: BSD-2-Clause @@ -34,14 +34,14 @@ BuildRequires: stb-devel # for xxd BuildRequires: vim %if %{without intree_libs} -BuildRequires: (pkgconfig(wlroots) >= 0.16.0 with pkgconfig(wlroots) < 0.17.0) BuildRequires: (pkgconfig(libliftoff) >= 0.4.0 with pkgconfig(libliftoff) < 0.5.0) -BuildRequires: pkgconfig(openvr) +BuildRequires: (pkgconfig(wlroots) >= 0.16.0 with pkgconfig(wlroots) < 0.17.0) BuildRequires: pkgconfig(libdisplay-info) BuildRequires: pkgconfig(libliftoff) +BuildRequires: pkgconfig(openvr) %endif -BuildRequires: pkgconfig(glm) BuildRequires: pkgconfig(benchmark) +BuildRequires: pkgconfig(glm) BuildRequires: pkgconfig(hwdata) BuildRequires: pkgconfig(libcap) BuildRequires: pkgconfig(libdrm) >= 2.4.113 @@ -56,8 +56,8 @@ BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xrender) BuildRequires: pkgconfig(xres) BuildRequires: pkgconfig(xtst) -BuildRequires: pkgconfig(xxf86vm) BuildRequires: pkgconfig(xwayland) +BuildRequires: pkgconfig(xxf86vm) %if %{with intree_libs} BuildRequires: pkgconfig(xmu) # from wlroots.spec