SHA256
1
0
forked from pool/alacritty
Files
alacritty/_service
JL K ec5cf67b90 Accepting request 1169541 from home:VaiTon:branches:X11:terminals
- Update to version 0.13.2:
  * Added:
    + Default Home/End bindings in Vi mode mapped to First/Last respectively
  * Fixed:
    + CLI env variables clearing configuration file variables
    + Vi inline search/semantic selection expanding across newlines
    + C0 and C1 codes being emitted in associated text when using kitty keyboard
    + Occasional hang on startup with some Wayland compositors
    + Missing key for NumpadDecimal in key bindings
    + Scrolling content upwards moving lines into history when it shouldn't
    + Sticky keys not working sometimes on X11
    + Modifiers occasionally getting desynced on X11
    + Autokey no longer working with alacritty on X11
    + Freeze when moving window between monitors on Xfwm
    + Mouse cursor not changing on Wayland when cursor theme uses legacy cursor icon names
    + Config keys are available under proper names
    + Build failure when compiling with x11 feature on NetBSD
    + Hint Select action selecting the entire line for URL escapes
    + Kitty encoding used for regular keys when they don't carry text
  * Changed:
    + No unused-key warnings will be emitted for OS-specific config keys
    + Use built-in font for sextant symbols from U+1FB00 to U+1FB3B
    + Kitty encoding is not used anymore for uncommon keys unless the protocol enabled

OBS-URL: https://build.opensuse.org/request/show/1169541
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=86
2024-04-25 15:36:26 +00:00

43 lines
1.6 KiB
XML

<!-- vim: set syntax=xml: -->
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/alacritty/alacritty.git</param>
<param name="revision">refs/tags/v0.13.2</param>
<param name="match-tag">v*</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
<param name="exclude">.builds</param>
<param name="exclude">.github</param>
<param name="exclude">.agignore</param>
<param name="exclude">.editorconfig</param>
<param name="exclude">.gitattributes</param>
<param name="exclude">Makefile</param>
<param name="exclude">rustfmt.toml</param>
<param name="exclude">alacritty/src/macos</param>
<param name="exclude">alacritty_terminal/src/tty/windows</param>
<param name="exclude">extra/windows</param>
<param name="exclude">extra/osx</param>
<!--
smell: logo is required for build
<param name="exclude">extra/logo</param>
-->
<param name="exclude">alacritty_terminal/tests</param>
</service>
<service name="tar" mode="manual"/>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual"/>
<service name="cargo_vendor" mode="manual">
<param name="src">alacritty*.tar.*</param>
<param name="update">true</param>
<param name="filter">true</param>
</service>
<service name="cargo_audit" mode="manual"/>
</services>