- Pin rustflags via specfile - Update to version 0.10.0 * feat: Option colors.transparent_background_colors to allow applying opacity to all background colors * feat: Support for running multiple windows from a single Alacritty instance (see docs/features.md) * feat: Urgency support on Wayland via xdg_activation_v1 * refactor: ExpandSelection is now a configurable mouse binding action * refactor: Config option background_opacity, you should use window.opacity instead * refactor: Reload configuration files when their symbolic link is replaced * refactor: Strip trailing whitespaces when yanking from a block selection * refactor: Display area keeps history position when viewport is cleared * refactor: Commands spawn from the current directory of the foreground shell in Unix-like systems * refactor: Remove trailing newline from strings taken from hints or simple/semantic selections * refactor: Builtin font is now used for box drawing characters from U+2500 to U+259f * refactor: Logs now print the time since startup instead of the local time * fix: Line indicator obstructing vi mode cursor when scrolled into history * fix: Vi mode search starting in the line below the vi cursor * fix: Invisible cursor with matching foreground/background colors * fix: Crash when hovering over a match emptied by post-processing * fix: Crash when the vi cursor is on the scrollback and viewport clear is invoked * fix: Freeze when the vi cursor is on the scrollback and scrollback clear is invoked * fix: Vi cursor on topmost of the display moving downward when scrolled into history with active output * fix: Input lag on Wayland with Nvidia binary driver * fix: Crash when hovering the mouse over fullwidth characters * fix: Do not create logfile if the file already exists OBS-URL: https://build.opensuse.org/request/show/951446 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=51
44 lines
1.5 KiB
XML
44 lines
1.5 KiB
XML
<!--
|
|
# vim: set syntax=xml
|
|
-->
|
|
|
|
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/alacritty/alacritty.git</param>
|
|
<param name="revision">998250f3c3168855ede9ee14be9a52f884f12055</param>
|
|
<param name="version">0.10.0</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="disabled"/>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="cargo_vendor" mode="disabled">
|
|
<param name="srcdir">alacritty</param>
|
|
<param name="compression">xz</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="disabled">
|
|
<param name="srcdir">alacritty</param>
|
|
</service>
|
|
</services>
|
|
|