From 2d9b4f4d74a01811a8566d2ea8ca4d50382d56af2a7061f7122cb221bb1a3bec Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sun, 12 Feb 2023 20:52:41 +0000 Subject: [PATCH] - Update to version 0.2.4: * build: bump version to 0.2.4 * Seat: guard setFocusRaw() usage while locked * docs: remove repology badge from readme * docs: fix typos in riverctl man page * session-lock: fix assertion failure on hot-plug while locked * wlr-output-management: apply adaptive sync state * build: bump version to 0.2.4-dev * build: bump version to 0.2.3 * idle-inhibit: fix use-after-free * session-lock: properly handle disabled outputs * View: fix pointer comparison in notifyTitle() * Cursor: fix incorrect lock manager state assertion * command/layout: fix a memory leak * Seat: rework Xwayland Override Redirect focus * Seat: keep parent Xwayland view of a focused OR surface activated * deps: update zig-wayland to fix build on aarch64 * build: bump version to 0.2.3-dev * build: bump version to 0.2.2 * flags: further cleanup after Zig 0.10 * deps: update to Zig 0.10 * build: bump version to 0.2.2-dev * build: bump version to 0.2.1 * render: fix rounding for fractional scaling * session-lock: fix assertion failure on abnormal client behavior * session-lock: fix assertion failure due to race * session-lock: wait for present before locking * rivertile: fix code to disallow 0 main count * render: premultiply alpha for user-provided colors * completions: add keyboard-layout * ci: Use meson setup command * river: fix bug in snap down / right * build: bump version to 0.2.1-dev OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/river?expand=0&rev=8 --- _service | 4 ++-- _servicedata | 2 +- river-0.2.0+g24.obscpio | 3 --- river-0.2.0+g24.tar.xz | 3 --- river-0.2.4.obscpio | 3 +++ river-0.2.4.tar.xz | 3 +++ river.changes | 37 +++++++++++++++++++++++++++++++++++++ river.obsinfo | 6 +++--- river.spec | 2 +- 9 files changed, 50 insertions(+), 13 deletions(-) delete mode 100644 river-0.2.0+g24.obscpio delete mode 100644 river-0.2.0+g24.tar.xz create mode 100644 river-0.2.4.obscpio create mode 100644 river-0.2.4.tar.xz diff --git a/_service b/_service index b2aed44..8f76a69 100644 --- a/_service +++ b/_service @@ -2,8 +2,8 @@ git https://github.com/riverwm/river.git - 5274383c72aef8c9ecd73d4a82469a3cee29c83d - @PARENT_TAG@+g@TAG_OFFSET@ + 394745608f781261678d097f436ad3720c7b59dd + @PARENT_TAG@ v(.*) \1 enable diff --git a/_servicedata b/_servicedata index f22c12d..fceb9a1 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/riverwm/river.git - 5274383c72aef8c9ecd73d4a82469a3cee29c83d \ No newline at end of file + 394745608f781261678d097f436ad3720c7b59dd \ No newline at end of file diff --git a/river-0.2.0+g24.obscpio b/river-0.2.0+g24.obscpio deleted file mode 100644 index 4e4ac08..0000000 --- a/river-0.2.0+g24.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c71ff14fa599212d1bc377efee032dc519b85b2a2d0bacd6edc5a267627ede9 -size 1759756 diff --git a/river-0.2.0+g24.tar.xz b/river-0.2.0+g24.tar.xz deleted file mode 100644 index 6a09a01..0000000 --- a/river-0.2.0+g24.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ab6739518aac7ac743d1a80ce0a1a6768b96374b942847c954cc5341469302a -size 202572 diff --git a/river-0.2.4.obscpio b/river-0.2.4.obscpio new file mode 100644 index 0000000..a2f2169 --- /dev/null +++ b/river-0.2.4.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe679a11c5d572c2a7e00fdce76840e18b65592b11bce1584b9c56f8860409f1 +size 1759756 diff --git a/river-0.2.4.tar.xz b/river-0.2.4.tar.xz new file mode 100644 index 0000000..8f067e9 --- /dev/null +++ b/river-0.2.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09045228d8434dedda506a4d43b32220abd9a4817087759f7ce25cc8273a84bd +size 202660 diff --git a/river.changes b/river.changes index 6fd7450..a23ee98 100644 --- a/river.changes +++ b/river.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Sun Feb 12 20:49:58 UTC 2023 - socvirnyl.estela@gmail.com + +- Update to version 0.2.4: + * build: bump version to 0.2.4 + * Seat: guard setFocusRaw() usage while locked + * docs: remove repology badge from readme + * docs: fix typos in riverctl man page + * session-lock: fix assertion failure on hot-plug while locked + * wlr-output-management: apply adaptive sync state + * build: bump version to 0.2.4-dev + * build: bump version to 0.2.3 + * idle-inhibit: fix use-after-free + * session-lock: properly handle disabled outputs + * View: fix pointer comparison in notifyTitle() + * Cursor: fix incorrect lock manager state assertion + * command/layout: fix a memory leak + * Seat: rework Xwayland Override Redirect focus + * Seat: keep parent Xwayland view of a focused OR surface activated + * deps: update zig-wayland to fix build on aarch64 + * build: bump version to 0.2.3-dev + * build: bump version to 0.2.2 + * flags: further cleanup after Zig 0.10 + * deps: update to Zig 0.10 + * build: bump version to 0.2.2-dev + * build: bump version to 0.2.1 + * render: fix rounding for fractional scaling + * session-lock: fix assertion failure on abnormal client behavior + * session-lock: fix assertion failure due to race + * session-lock: wait for present before locking + * rivertile: fix code to disallow 0 main count + * render: premultiply alpha for user-provided colors + * completions: add keyboard-layout + * ci: Use meson setup command + * river: fix bug in snap down / right + * build: bump version to 0.2.1-dev + ------------------------------------------------------------------- Wed Feb 8 08:34:01 UTC 2023 - Soc Virnyl Estela diff --git a/river.obsinfo b/river.obsinfo index 6649242..4c3b843 100644 --- a/river.obsinfo +++ b/river.obsinfo @@ -1,4 +1,4 @@ name: river -version: 0.2.0+g24 -mtime: 1675118904 -commit: 5274383c72aef8c9ecd73d4a82469a3cee29c83d +version: 0.2.4 +mtime: 1676044835 +commit: 394745608f781261678d097f436ad3720c7b59dd diff --git a/river.spec b/river.spec index e011445..7f0c8fd 100644 --- a/river.spec +++ b/river.spec @@ -17,7 +17,7 @@ Name: river -Version: 0.2.0+g24 +Version: 0.2.4 Release: 0 Summary: A dynamic tiling Wayland compositor License: GPL-3.0-only