diff --git a/_service b/_service
index 3a60e42..2d9a843 100644
--- a/_service
+++ b/_service
@@ -1,17 +1,17 @@
-
+
https://github.com/Plagman/gamescope.git
- refs/tags/3.15.14
+ refs/tags/3.16.1
@PARENT_TAG@
git
([\.\d]+)
\1
enable
-
+
*.tar
xz
-
+
diff --git a/gamescope-3.15.14.tar.xz b/gamescope-3.15.14.tar.xz
deleted file mode 100644
index 9461ded..0000000
--- a/gamescope-3.15.14.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:d19c7f8a936cae9001918a9adc83d844a1a74cffdea31cb1664584e5700c6193
-size 103493832
diff --git a/gamescope-3.16.1.tar.xz b/gamescope-3.16.1.tar.xz
new file mode 100644
index 0000000..22e6dc4
--- /dev/null
+++ b/gamescope-3.16.1.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:aad489175ebc1ea01d3b1dd66cd00f3e5db69e19cce6212ed08a540dac707c0f
+size 103607908
diff --git a/gamescope.changes b/gamescope.changes
index aed3fda..1f7aebf 100644
--- a/gamescope.changes
+++ b/gamescope.changes
@@ -1,3 +1,19 @@
+-------------------------------------------------------------------
+Wed Feb 19 14:03:04 UTC 2025 - marius.grossu@suse.com
+
+- changed the service to manual from disabled
+- Update to version 3.16.1:
+ * layer: Fix oldSwapchain when going in/out of XWayland bypassing
+ * steamcompmgr: Fix some shutdown hangs
+ * WaylandBackend: Filter more libdecor surfaces
+ * layer: Move strict -> ensure
+ * layer: Force up swapchain minImageCount
+ * WaylandBackend: Ignore events on unknown surfaces
+ * WaylandBackend: Fix scale equation and unscale libdecor frame commit
+ * rendervulkan: Fix a CVulkanCmdBuffer leak that could result in screenshot request failures
+ * DRMBackend: Add libliftoff log handler
+ * Fixed conversion from RGB to full range BT.709 YCbCr
+
-------------------------------------------------------------------
Mon Dec 02 18:17:00 UTC 2024 - antonio.teixeira@suse.com
diff --git a/gamescope.spec b/gamescope.spec
index f4f783c..45c4864 100644
--- a/gamescope.spec
+++ b/gamescope.spec
@@ -18,7 +18,7 @@
%bcond_without intree_libs
Name: gamescope
-Version: 3.15.14
+Version: 3.16.1
Release: 0
Summary: Micro-compositor optimized for running video games on Wayland
License: BSD-2-Clause
@@ -53,6 +53,7 @@ BuildRequires: pkgconfig(libdecor-0)
BuildRequires: pkgconfig(libdrm) >= 2.4.113
BuildRequires: pkgconfig(libeis-1.0)
BuildRequires: pkgconfig(libpipewire-0.3)
+BuildRequires: pkgconfig(luajit)
BuildRequires: pkgconfig(sdl2)
BuildRequires: pkgconfig(vulkan)
BuildRequires: pkgconfig(wayland-protocols) >= 1.17
@@ -135,5 +136,5 @@ sed -i "s|#include |#include |g" src/InputEmulatio
%{_libdir}/libVkLayer_FROG_gamescope_wsi_%{_arch}.so
%dir %{_datadir}/vulkan/implicit_layer.d/
%{_datadir}/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.%{_arch}.json
-
+%{_datadir}/%{name}
%changelog