- Update to version 0.2.4+g970:
* completions/zsh: Fix incomplete input names * completions: Rewrite zsh * Cursor: use total delta for resize calculation * riverctl: rule-{add,del}: reorder parameters * View: clean up after Zig update * build: update to Zig 0.11.0 * Cursor: keep focus_follows_cursor_target updated * Root: fix inflight_layout_demands counting * Root: migrate {all,active}_outputs to wl.list * Root: make 'fallback output empty' assertion stricter * Root: rename field outputs to active_outputs * river: update some comments * river: fix spatial direction focusing / swapping * river: focus-view and swap by spatial direction * river: fix crash when trying to add tag rule without tag argument * river: add tags rule * river: change order of colums in list-rules command * river: allow settings child type of RuleList * river-layout: Remove incorrect assertion OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/river?expand=0&rev=39
This commit is contained in:
parent
191b61ef95
commit
4c67aa4dfa
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">7f30c655c75568ae331ed0243578d91870f3f9c6</param>
|
||||
<param name="revision">ad1e0aa75232a63122c2e4a45b260d2fcae97aad</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,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/riverwm/river.git</param>
|
||||
<param name="changesrevision">93a567ca945bd1f8a04b6453e59e0dbaeed0fcb3</param></service></servicedata>
|
||||
<param name="changesrevision">ad1e0aa75232a63122c2e4a45b260d2fcae97aad</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2cec53260e1823e5d957d888b118ac26232e34953c82145720c8b8e54cb9fb59
|
||||
size 272017
|
3
river-0.2.4+g970.tar.zst
Normal file
3
river-0.2.4+g970.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64f3b79ad15d923a6466845eec9e497a3f12d1120d65ed7f21f68ae48d64b8c8
|
||||
size 271981
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 21 04:57:12 UTC 2023 - socvirnyl.estela@gmail.com
|
||||
|
||||
- Update to version 0.2.4+g970:
|
||||
* completions/zsh: Fix incomplete input names
|
||||
* completions: Rewrite zsh
|
||||
* Cursor: use total delta for resize calculation
|
||||
* riverctl: rule-{add,del}: reorder parameters
|
||||
* View: clean up after Zig update
|
||||
* build: update to Zig 0.11.0
|
||||
* Cursor: keep focus_follows_cursor_target updated
|
||||
* Root: fix inflight_layout_demands counting
|
||||
* Root: migrate {all,active}_outputs to wl.list
|
||||
* Root: make 'fallback output empty' assertion stricter
|
||||
* Root: rename field outputs to active_outputs
|
||||
* river: update some comments
|
||||
* river: fix spatial direction focusing / swapping
|
||||
* river: focus-view and swap by spatial direction
|
||||
* river: fix crash when trying to add tag rule without tag argument
|
||||
* river: add tags rule
|
||||
* river: change order of colums in list-rules command
|
||||
* river: allow settings child type of RuleList
|
||||
* river-layout: Remove incorrect assertion
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 5 08:45:27 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: river
|
||||
Version: 0.2.4+g960
|
||||
Version: 0.2.4+g970
|
||||
Release: 0
|
||||
Summary: A dynamic tiling Wayland compositor
|
||||
License: GPL-3.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user