- 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
This commit is contained in:
parent
d16e0eb5b9
commit
2d9b4f4d74
4
_service
4
_service
@ -2,8 +2,8 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/riverwm/river.git</param>
|
||||
<param name="revision">5274383c72aef8c9ecd73d4a82469a3cee29c83d</param>
|
||||
<param name="versionformat">@PARENT_TAG@+g@TAG_OFFSET@</param>
|
||||
<param name="revision">394745608f781261678d097f436ad3720c7b59dd</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/riverwm/river.git</param>
|
||||
<param name="changesrevision">5274383c72aef8c9ecd73d4a82469a3cee29c83d</param></service></servicedata>
|
||||
<param name="changesrevision">394745608f781261678d097f436ad3720c7b59dd</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c71ff14fa599212d1bc377efee032dc519b85b2a2d0bacd6edc5a267627ede9
|
||||
size 1759756
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ab6739518aac7ac743d1a80ce0a1a6768b96374b942847c954cc5341469302a
|
||||
size 202572
|
3
river-0.2.4.obscpio
Normal file
3
river-0.2.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe679a11c5d572c2a7e00fdce76840e18b65592b11bce1584b9c56f8860409f1
|
||||
size 1759756
|
3
river-0.2.4.tar.xz
Normal file
3
river-0.2.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09045228d8434dedda506a4d43b32220abd9a4817087759f7ce25cc8273a84bd
|
||||
size 202660
|
@ -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 <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: river
|
||||
version: 0.2.0+g24
|
||||
mtime: 1675118904
|
||||
commit: 5274383c72aef8c9ecd73d4a82469a3cee29c83d
|
||||
version: 0.2.4
|
||||
mtime: 1676044835
|
||||
commit: 394745608f781261678d097f436ad3720c7b59dd
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user