forked from pool/wezterm
- Update to version 20230712.072601.f4abf8fd+git390: * wayland: consider base in resize increment calc * x11/wayland: fixup altgr in eg: azerty layout * chore(nix): update hashes for git * ci: actually build wezterm * fix: disproportionate cursor * fix excessive calls to format-tab-title * docs: remove selection restriction * docs: changelog for https://github.com/wez/wezterm/pull/4850 * fix: render bar cursors on topmost layer (#4850) * x11: refactor selection logic in the spirit of DRY * x11: more actively try to fallback to STRING for selection * docs: fix typo * docs: fix typo * docs for https://github.com/wez/wezterm/pull/4824 * macos: set minimum increment size to 1x1 cells * wayland: set minimum increment size to 1x1 cells * x11: set minimum increment size to 1x1 cells * Set base_width/height in set_resize_increments * Move set_resize_increments() to apply_dimensions() * Refactor set_resize_increment() args into struct * x11: speculatively allow pasting latin-1 data * Update AttachDomain.md * Update shell-integration.md * chore: add signal getter on exit status * macos/clipboard: use try_quote instead of quote * x11: fix handling of high-speed key events * fixup issue with compose key * docs: changelog for #4828 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=111
26 lines
1.0 KiB
Plaintext
26 lines
1.0 KiB
Plaintext
<services>
|
|
<service mode="manual" name="obs_scm">
|
|
<param name="url">https://github.com/wez/wezterm</param>
|
|
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">178f35a496d5367b8c00bc5d5bb69b0425d2bf8d</param>
|
|
<param name="versionrewrite-pattern">(\d+)-(\d+)-(\w+)</param>
|
|
<param name="versionrewrite-replacement">\1.\2.\3</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">uncomfy+openbuildservice@uncomfyhalomacro.pl</param>
|
|
</service>
|
|
<service mode="manual" name="tar" />
|
|
<service mode="manual" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service mode="manual" name="set_version"/>
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="src">wezterm</param>
|
|
<param name="update">true</param>
|
|
<param name="i-accept-the-risk">RUSTSEC-2022-0090</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="manual" />
|
|
</services>
|
|
|