- 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
This commit is contained in:
parent
2e8b236541
commit
d90a73c60b
2
_service
2
_service
@ -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">18a440b6063db07604fa8626fda893cc77d841dc</param>
|
||||
<param name="revision">68366c733176d131c9a64d51886f8428664148a1</param>
|
||||
<param name="versionformat">@PARENT_TAG@+g@TAG_OFFSET@</param>
|
||||
<param name="match-tag">v0.2.4</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea3ed02beb1ad2ce133dcd7481b13af94019af6f56e5cf9503b8b219b307ec9c
|
||||
size 273535
|
3
river-0.2.4+g984.tar.zst
Normal file
3
river-0.2.4+g984.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53ff5ff044fef69a0c846c2dc9d78d53f147ddb91a4fba10a240bcdfbed0eb2c
|
||||
size 1944246
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 17 10:05:35 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
- 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 <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user