- 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
This commit is contained in:
Soc Virnyl Estela 2023-09-17 10:19:38 +00:00 committed by Git OBS Bridge
parent 1d58299ad0
commit 9304bed2f7
5 changed files with 40 additions and 5 deletions

View File

@ -2,7 +2,7 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/riverwm/river.git</param>
<param name="revision">93a567ca945bd1f8a04b6453e59e0dbaeed0fcb3</param>
<param name="revision">7f30c655c75568ae331ed0243578d91870f3f9c6</param>
<param name="versionformat">@PARENT_TAG@+g@TAG_OFFSET@</param>
<param name="match-tag">v0.2.4</param>
<param name="versionrewrite-pattern">v(.*)</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3518d845fa19baac674e0f80c7c811ff9e218805716f39641e19dd360c37d3af
size 2170880

3
river-0.2.4+g960.tar.zst Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2cec53260e1823e5d957d888b118ac26232e34953c82145720c8b8e54cb9fb59
size 272017

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Sun Sep 17 10:17:30 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- 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 <socvirnyl.estela@gmail.com>

View File

@ -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