From c8157d42313594df111ff08abf7e977d68a5ec5098e0af0d3c69c0ed2504cb4e Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Mon, 27 Mar 2023 14:20:54 +0000 Subject: [PATCH] - Update to version 0.2.4+g109: * command/send-to-output: add -current-tags flag * Server: remove debug leftover * session-lock: fix assertion failures and clean up * LayerSurface: fix surfaces on multiple outputs at once * LayerSurface: handle focus when switching outputs * build: work around zig 0.10.0 bug to fix CI * Cursor: apply x/y change during resize on commit * Cursor: lock to current geometry during move/resize * XdgToplevel: ensure view dimensions match geometry OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/river?expand=0&rev=17 --- _service | 2 +- _servicedata | 2 +- river-0.2.4+g109.tar.zst | 3 +++ river.changes | 14 ++++++++++++++ river.spec | 2 +- 5 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 river-0.2.4+g109.tar.zst diff --git a/_service b/_service index 324c0d0..5a40143 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ git https://github.com/riverwm/river.git - 90f240355e1f8316167674219cec2326c9934b37 + b3698150708bec276454c0ff7c707d9dab446b1e @PARENT_TAG@+g@TAG_OFFSET@ v(.*) \1 diff --git a/_servicedata b/_servicedata index dcc445f..9cf8f72 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/riverwm/river.git - 90f240355e1f8316167674219cec2326c9934b37 \ No newline at end of file + b3698150708bec276454c0ff7c707d9dab446b1e \ No newline at end of file diff --git a/river-0.2.4+g109.tar.zst b/river-0.2.4+g109.tar.zst new file mode 100644 index 0000000..bc4c5ea --- /dev/null +++ b/river-0.2.4+g109.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a1c7f71146b9dac222d56d6e1d3bf8c5a8064f972be8718c30005e8bf5b3427 +size 271265 diff --git a/river.changes b/river.changes index 483fc08..a09791b 100644 --- a/river.changes +++ b/river.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Mar 27 14:14:50 UTC 2023 - socvirnyl.estela@gmail.com + +- Update to version 0.2.4+g109: + * command/send-to-output: add -current-tags flag + * Server: remove debug leftover + * session-lock: fix assertion failures and clean up + * LayerSurface: fix surfaces on multiple outputs at once + * LayerSurface: handle focus when switching outputs + * build: work around zig 0.10.0 bug to fix CI + * Cursor: apply x/y change during resize on commit + * Cursor: lock to current geometry during move/resize + * XdgToplevel: ensure view dimensions match geometry + ------------------------------------------------------------------- Sat Mar 18 13:32:14 UTC 2023 - Soc Virnyl Estela diff --git a/river.spec b/river.spec index 3a01da9..75caf1b 100644 --- a/river.spec +++ b/river.spec @@ -17,7 +17,7 @@ Name: river -Version: 0.2.4+g106 +Version: 0.2.4+g109 Release: 0 Summary: A dynamic tiling Wayland compositor License: GPL-3.0-only