From 9304bed2f78462abc8e58c4abd7b93810d1ded81421fcf770fb88bfcc8b4f2e8 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sun, 17 Sep 2023 10:19:38 +0000 Subject: [PATCH] - Update to version 0.2.4+g960: * wlr-output-management: apply adaptive sync state * ci: Use meson setup command * View: fix pointer comparison in notifyTitle() * rivertile: fix code to disallow 0 main count * session-lock: wait for present before locking * session-lock: fix assertion failure due to race * session-lock: fix assertion failure on abnormal client behavior * render: fix rounding for fractional scaling * deps: update to Zig 0.10 * flags: further cleanup after Zig 0.10 * deps: update zig-wayland to fix build on aarch64 * Seat: rework Xwayland Override Redirect focus * command/layout: fix a memory leak * session-lock: properly handle disabled outputs * idle-inhibit: fix use-after-free * wlr-output-management: leverage new wlroots APIs * session-lock: fix assertion failure on hot-plug while locked * wlr-output-management: fix bug due to zig miscompilation * docs: fix typos in riverctl man page * docs: remove repology badge from readme * Seat: guard setFocusRaw() usage while locked * deps: update to latest zig-wayland/zig-wlroots * deps: update to latest zig-wayland/zig-wlroots * Keyboard: fix keyboard-layout mapping crash * pointer-constraints: remove protocol * render: remove damage tracking * wlr-foreign-toplevel-management: remove protocol * render: use wlr_scene to render views * Cursor: remove surfaceAt() OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/river?expand=0&rev=31 --- _service | 2 +- river-0.2.4+g953.tar.zst | 3 --- river-0.2.4+g960.tar.zst | 3 +++ river.changes | 35 +++++++++++++++++++++++++++++++++++ river.spec | 2 +- 5 files changed, 40 insertions(+), 5 deletions(-) delete mode 100644 river-0.2.4+g953.tar.zst create mode 100644 river-0.2.4+g960.tar.zst diff --git a/_service b/_service index 42462e3..caba777 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ git https://github.com/riverwm/river.git - 93a567ca945bd1f8a04b6453e59e0dbaeed0fcb3 + 7f30c655c75568ae331ed0243578d91870f3f9c6 @PARENT_TAG@+g@TAG_OFFSET@ v0.2.4 v(.*) diff --git a/river-0.2.4+g953.tar.zst b/river-0.2.4+g953.tar.zst deleted file mode 100644 index 5deafc6..0000000 --- a/river-0.2.4+g953.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3518d845fa19baac674e0f80c7c811ff9e218805716f39641e19dd360c37d3af -size 2170880 diff --git a/river-0.2.4+g960.tar.zst b/river-0.2.4+g960.tar.zst new file mode 100644 index 0000000..95538ee --- /dev/null +++ b/river-0.2.4+g960.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cec53260e1823e5d957d888b118ac26232e34953c82145720c8b8e54cb9fb59 +size 272017 diff --git a/river.changes b/river.changes index 8827c66..c152483 100644 --- a/river.changes +++ b/river.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Sun Sep 17 10:17:30 UTC 2023 - Soc Virnyl Estela + +- Update to version 0.2.4+g960: + * wlr-output-management: apply adaptive sync state + * ci: Use meson setup command + * View: fix pointer comparison in notifyTitle() + * rivertile: fix code to disallow 0 main count + * session-lock: wait for present before locking + * session-lock: fix assertion failure due to race + * session-lock: fix assertion failure on abnormal client behavior + * render: fix rounding for fractional scaling + * deps: update to Zig 0.10 + * flags: further cleanup after Zig 0.10 + * deps: update zig-wayland to fix build on aarch64 + * Seat: rework Xwayland Override Redirect focus + * command/layout: fix a memory leak + * session-lock: properly handle disabled outputs + * idle-inhibit: fix use-after-free + * wlr-output-management: leverage new wlroots APIs + * session-lock: fix assertion failure on hot-plug while locked + * wlr-output-management: fix bug due to zig miscompilation + * docs: fix typos in riverctl man page + * docs: remove repology badge from readme + * Seat: guard setFocusRaw() usage while locked + * deps: update to latest zig-wayland/zig-wlroots + * deps: update to latest zig-wayland/zig-wlroots + * Keyboard: fix keyboard-layout mapping crash + * pointer-constraints: remove protocol + * render: remove damage tracking + * wlr-foreign-toplevel-management: remove protocol + * render: use wlr_scene to render views + * Cursor: remove surfaceAt() + * session-lock: use the scene graph + ------------------------------------------------------------------- Wed Aug 16 13:43:16 UTC 2023 - Soc Virnyl Estela diff --git a/river.spec b/river.spec index 08c4e7c..a342046 100644 --- a/river.spec +++ b/river.spec @@ -17,7 +17,7 @@ Name: river -Version: 0.2.4+g953 +Version: 0.2.4+g960 Release: 0 Summary: A dynamic tiling Wayland compositor License: GPL-3.0-only