diff --git a/_service b/_service index 8f76a69..884d02d 100644 --- a/_service +++ b/_service @@ -2,8 +2,8 @@ git https://github.com/riverwm/river.git - 394745608f781261678d097f436ad3720c7b59dd - @PARENT_TAG@ + 06cb76f937e15c1830e606c892dbf64601345201 + @PARENT_TAG@+g@TAG_OFFSET@ v(.*) \1 enable @@ -11,7 +11,7 @@ - xz + zstd *.tar diff --git a/_servicedata b/_servicedata index fceb9a1..c88162f 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/riverwm/river.git - 394745608f781261678d097f436ad3720c7b59dd \ No newline at end of file + 06cb76f937e15c1830e606c892dbf64601345201 \ No newline at end of file diff --git a/river-0.2.0+g30.obscpio b/river-0.2.0+g30.obscpio new file mode 100644 index 0000000..61ee359 --- /dev/null +++ b/river-0.2.0+g30.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c654df62f4a0d7a9712e8484ad37a76338ec997080c5e398b19ab2a92423ec2 +size 1762316 diff --git a/river-0.2.0+g30.tar.zst b/river-0.2.0+g30.tar.zst new file mode 100644 index 0000000..fb89fff --- /dev/null +++ b/river-0.2.0+g30.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e3ac4abbdaf1aba3387e706671da622581a44ad3bb56dafa099094632971be +size 222565 diff --git a/river-0.2.4.obscpio b/river-0.2.4.obscpio deleted file mode 100644 index a2f2169..0000000 --- a/river-0.2.4.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe679a11c5d572c2a7e00fdce76840e18b65592b11bce1584b9c56f8860409f1 -size 1759756 diff --git a/river-0.2.4.tar.xz b/river-0.2.4.tar.xz deleted file mode 100644 index 8f067e9..0000000 --- a/river-0.2.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09045228d8434dedda506a4d43b32220abd9a4817087759f7ce25cc8273a84bd -size 202660 diff --git a/river.changes b/river.changes index a23ee98..49a3648 100644 --- a/river.changes +++ b/river.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Sun Mar 05 04:40:56 UTC 2023 - socvirnyl.estela@gmail.com + +- Update to version 0.2.0+g30: + * Keyboard: fix keyboard-layout mapping crash + * deps: update to latest zig-wayland/zig-wlroots + * deps: update to latest zig-wayland/zig-wlroots + * Seat: guard setFocusRaw() usage while locked + * docs: remove repology badge from readme + * docs: fix typos in riverctl man page + * wlr-output-management: fix bug due to zig miscompilation + * session-lock: fix assertion failure on hot-plug while locked + * wlr-output-management: leverage new wlroots APIs + * wlr-output-management: apply adaptive sync state + * 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 + * flags: further cleanup after Zig 0.10 + * deps: update to Zig 0.10 + * 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.3.0-dev + ------------------------------------------------------------------- Sun Feb 12 20:49:58 UTC 2023 - socvirnyl.estela@gmail.com diff --git a/river.obsinfo b/river.obsinfo index 4c3b843..8b20a77 100644 --- a/river.obsinfo +++ b/river.obsinfo @@ -1,4 +1,4 @@ name: river -version: 0.2.4 -mtime: 1676044835 -commit: 394745608f781261678d097f436ad3720c7b59dd +version: 0.2.0+g30 +mtime: 1677591610 +commit: 06cb76f937e15c1830e606c892dbf64601345201 diff --git a/river.spec b/river.spec index 7f0c8fd..7cd1928 100644 --- a/river.spec +++ b/river.spec @@ -17,12 +17,12 @@ Name: river -Version: 0.2.4 +Version: 0.2.0+g30 Release: 0 Summary: A dynamic tiling Wayland compositor License: GPL-3.0-only URL: https://github.com/riverwm/river -Source: river-%{version}.tar.xz +Source: river-%{version}.tar.zst Source1: river-run.sh BuildRequires: libevdev-devel BuildRequires: libpixman-1-0-devel @@ -30,6 +30,7 @@ BuildRequires: pkgconfig BuildRequires: scdoc >= 1.9.2 BuildRequires: zig BuildRequires: zig-rpm-macros +BuildRequires: zstd BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(dbus-1) >= 1.10 BuildRequires: pkgconfig(gdk-pixbuf-2.0)