- 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
This commit is contained in:
parent
c376a61bff
commit
c8157d4231
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/riverwm/river.git</param>
|
||||
<param name="revision">90f240355e1f8316167674219cec2326c9934b37</param>
|
||||
<param name="revision">b3698150708bec276454c0ff7c707d9dab446b1e</param>
|
||||
<param name="versionformat">@PARENT_TAG@+g@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/riverwm/river.git</param>
|
||||
<param name="changesrevision">90f240355e1f8316167674219cec2326c9934b37</param></service></servicedata>
|
||||
<param name="changesrevision">b3698150708bec276454c0ff7c707d9dab446b1e</param></service></servicedata>
|
3
river-0.2.4+g109.tar.zst
Normal file
3
river-0.2.4+g109.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a1c7f71146b9dac222d56d6e1d3bf8c5a8064f972be8718c30005e8bf5b3427
|
||||
size 271265
|
@ -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 <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user