From d90a73c60b977cc0ab589beeabbc505d329d3ff8473463e6fb50804ad5a82797 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Fri, 17 Nov 2023 10:08:19 +0000 Subject: [PATCH] - Update to version 0.2.4+984: * Cursor: fix high polling rate resize regression * Cursor: clamp cursor movement to resize bounds * View: handle map while no outputs are available * keyboard: add the ability to load layout from file * river: remove dead code * xdg-toplevel: ignore redundant move/resize requests * rules: rename "tag" action to "tags" * river: add fullscreen rule * river: add position and dimensions rules OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/river?expand=0&rev=43 --- _service | 2 +- river-0.2.4+g976.tar.zst | 3 --- river-0.2.4+g984.tar.zst | 3 +++ river.changes | 14 ++++++++++++++ river.spec | 2 +- 5 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 river-0.2.4+g976.tar.zst create mode 100644 river-0.2.4+g984.tar.zst diff --git a/_service b/_service index ccbc61c..c074643 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ git https://github.com/riverwm/river.git - 18a440b6063db07604fa8626fda893cc77d841dc + 68366c733176d131c9a64d51886f8428664148a1 @PARENT_TAG@+g@TAG_OFFSET@ v0.2.4 v(.*) diff --git a/river-0.2.4+g976.tar.zst b/river-0.2.4+g976.tar.zst deleted file mode 100644 index a7d9d08..0000000 --- a/river-0.2.4+g976.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea3ed02beb1ad2ce133dcd7481b13af94019af6f56e5cf9503b8b219b307ec9c -size 273535 diff --git a/river-0.2.4+g984.tar.zst b/river-0.2.4+g984.tar.zst new file mode 100644 index 0000000..d0442c4 --- /dev/null +++ b/river-0.2.4+g984.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53ff5ff044fef69a0c846c2dc9d78d53f147ddb91a4fba10a240bcdfbed0eb2c +size 1944246 diff --git a/river.changes b/river.changes index eaab69b..b030c4f 100644 --- a/river.changes +++ b/river.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Nov 17 10:05:35 UTC 2023 - Soc Virnyl Estela + +- Update to version 0.2.4+984: + * Cursor: fix high polling rate resize regression + * Cursor: clamp cursor movement to resize bounds + * View: handle map while no outputs are available + * keyboard: add the ability to load layout from file + * river: remove dead code + * xdg-toplevel: ignore redundant move/resize requests + * rules: rename "tag" action to "tags" + * river: add fullscreen rule + * river: add position and dimensions rules + ------------------------------------------------------------------- Tue Nov 7 02:16:42 UTC 2023 - Soc Virnyl Estela diff --git a/river.spec b/river.spec index 9634db9..ac6ac7a 100644 --- a/river.spec +++ b/river.spec @@ -17,7 +17,7 @@ Name: river -Version: 0.2.4+g976 +Version: 0.2.4+g984 Release: 0 Summary: A dynamic tiling Wayland compositor License: GPL-3.0-only