- 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 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/river?expand=0&rev=10
This commit is contained in:
parent
2d9b4f4d74
commit
bfabe25d25
6
_service
6
_service
@ -2,8 +2,8 @@
|
|||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="disabled">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/riverwm/river.git</param>
|
<param name="url">https://github.com/riverwm/river.git</param>
|
||||||
<param name="revision">394745608f781261678d097f436ad3720c7b59dd</param>
|
<param name="revision">06cb76f937e15c1830e606c892dbf64601345201</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@+g@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
@ -11,7 +11,7 @@
|
|||||||
</service>
|
</service>
|
||||||
<service name="tar" mode="disabled"/>
|
<service name="tar" mode="disabled"/>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="compression">xz</param>
|
<param name="compression">zstd</param>
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="disabled"/>
|
<service name="set_version" mode="disabled"/>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/riverwm/river.git</param>
|
<param name="url">https://github.com/riverwm/river.git</param>
|
||||||
<param name="changesrevision">394745608f781261678d097f436ad3720c7b59dd</param></service></servicedata>
|
<param name="changesrevision">06cb76f937e15c1830e606c892dbf64601345201</param></service></servicedata>
|
3
river-0.2.0+g30.obscpio
Normal file
3
river-0.2.0+g30.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4c654df62f4a0d7a9712e8484ad37a76338ec997080c5e398b19ab2a92423ec2
|
||||||
|
size 1762316
|
3
river-0.2.0+g30.tar.zst
Normal file
3
river-0.2.0+g30.tar.zst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c1e3ac4abbdaf1aba3387e706671da622581a44ad3bb56dafa099094632971be
|
||||||
|
size 222565
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fe679a11c5d572c2a7e00fdce76840e18b65592b11bce1584b9c56f8860409f1
|
|
||||||
size 1759756
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:09045228d8434dedda506a4d43b32220abd9a4817087759f7ce25cc8273a84bd
|
|
||||||
size 202660
|
|
@ -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
|
Sun Feb 12 20:49:58 UTC 2023 - socvirnyl.estela@gmail.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: river
|
name: river
|
||||||
version: 0.2.4
|
version: 0.2.0+g30
|
||||||
mtime: 1676044835
|
mtime: 1677591610
|
||||||
commit: 394745608f781261678d097f436ad3720c7b59dd
|
commit: 06cb76f937e15c1830e606c892dbf64601345201
|
||||||
|
@ -17,12 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: river
|
Name: river
|
||||||
Version: 0.2.4
|
Version: 0.2.0+g30
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A dynamic tiling Wayland compositor
|
Summary: A dynamic tiling Wayland compositor
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
URL: https://github.com/riverwm/river
|
URL: https://github.com/riverwm/river
|
||||||
Source: river-%{version}.tar.xz
|
Source: river-%{version}.tar.zst
|
||||||
Source1: river-run.sh
|
Source1: river-run.sh
|
||||||
BuildRequires: libevdev-devel
|
BuildRequires: libevdev-devel
|
||||||
BuildRequires: libpixman-1-0-devel
|
BuildRequires: libpixman-1-0-devel
|
||||||
@ -30,6 +30,7 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: scdoc >= 1.9.2
|
BuildRequires: scdoc >= 1.9.2
|
||||||
BuildRequires: zig
|
BuildRequires: zig
|
||||||
BuildRequires: zig-rpm-macros
|
BuildRequires: zig-rpm-macros
|
||||||
|
BuildRequires: zstd
|
||||||
BuildRequires: pkgconfig(cairo)
|
BuildRequires: pkgconfig(cairo)
|
||||||
BuildRequires: pkgconfig(dbus-1) >= 1.10
|
BuildRequires: pkgconfig(dbus-1) >= 1.10
|
||||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||||
|
Loading…
Reference in New Issue
Block a user