9304bed2f7
* wlr-output-management: apply adaptive sync state * ci: Use meson setup command * View: fix pointer comparison in notifyTitle() * rivertile: fix code to disallow 0 main count * session-lock: wait for present before locking * session-lock: fix assertion failure due to race * session-lock: fix assertion failure on abnormal client behavior * render: fix rounding for fractional scaling * deps: update to Zig 0.10 * flags: further cleanup after Zig 0.10 * deps: update zig-wayland to fix build on aarch64 * Seat: rework Xwayland Override Redirect focus * command/layout: fix a memory leak * session-lock: properly handle disabled outputs * idle-inhibit: fix use-after-free * wlr-output-management: leverage new wlroots APIs * session-lock: fix assertion failure on hot-plug while locked * wlr-output-management: fix bug due to zig miscompilation * docs: fix typos in riverctl man page * docs: remove repology badge from readme * Seat: guard setFocusRaw() usage while locked * deps: update to latest zig-wayland/zig-wlroots * deps: update to latest zig-wayland/zig-wlroots * Keyboard: fix keyboard-layout mapping crash * pointer-constraints: remove protocol * render: remove damage tracking * wlr-foreign-toplevel-management: remove protocol * render: use wlr_scene to render views * Cursor: remove surfaceAt() OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/river?expand=0&rev=31
20 lines
812 B
Plaintext
20 lines
812 B
Plaintext
<services>
|
|
<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="versionformat">@PARENT_TAG@+g@TAG_OFFSET@</param>
|
|
<param name="match-tag">v0.2.4</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">socvirnyl.estela@gmail.com</param>
|
|
</service>
|
|
<service name="tar" mode="manual"/>
|
|
<service name="recompress" mode="manual">
|
|
<param name="compression">zstd</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
</services>
|