diff --git a/_service b/_service index 011bd1e..fdb860a 100644 --- a/_service +++ b/_service @@ -6,8 +6,8 @@ git https://github.com/alacritty/alacritty.git - fed349aa2c567cbba900d56f72a830be45e0dfc8 - 0.9.0 + 998250f3c3168855ede9ee14be9a52f884f12055 + 0.10.0 .builds .github diff --git a/alacritty-0.10.0.tar.xz b/alacritty-0.10.0.tar.xz new file mode 100644 index 0000000..95f89be --- /dev/null +++ b/alacritty-0.10.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:705211681ef68256acf71d7d695f32f7567d6dc7d6e1be6d472a70425f848a8e +size 966832 diff --git a/alacritty-0.9.0.tar.xz b/alacritty-0.9.0.tar.xz deleted file mode 100644 index 54ace26..0000000 --- a/alacritty-0.9.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95fded611f8396a4ed2dcea94d264ae03e69ab0619fdda586ea97c7f7b15afad -size 960252 diff --git a/alacritty.changes b/alacritty.changes index 781b219..5218b47 100644 --- a/alacritty.changes +++ b/alacritty.changes @@ -1,8 +1,53 @@ +------------------------------------------------------------------- +Thu Feb 3 21:41:13 UTC 2022 - JL K + +- 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 + ------------------------------------------------------------------- Wed Dec 15 09:07:11 UTC 2021 - Guillaume GARDET - Restore the removing of the checksum of config.guess and - config.sub for architectures that modify them. + config.sub for architectures that modify them. It was wrongly dropped with previous commit. ------------------------------------------------------------------- diff --git a/alacritty.spec b/alacritty.spec index c2cfe54..1993335 100644 --- a/alacritty.spec +++ b/alacritty.spec @@ -1,7 +1,7 @@ # # spec file for package alacritty # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,8 +16,10 @@ # +%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now' + Name: alacritty -Version: 0.9.0 +Version: 0.10.0 Release: 0 Summary: A GPU-accelerated terminal emulator License: Apache-2.0 @@ -82,7 +84,7 @@ sed -i -e 's#"config.guess":"e0c1d7ef8ce964fb57c35e7704ae8661d7e4ca87d6a3c18950e %endif %build -%{cargo_build} +RUSTFLAGS=%{rustflags} %{cargo_build} %install mkdir -p "%{buildroot}%{_bindir}" diff --git a/vendor.tar.xz b/vendor.tar.xz index 88e0a61..05efc55 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c5662a441145cb82b4aff9a70f753fa592175362d6eaedae2af761d1ceaac676 -size 11832896 +oid sha256:13be6721ff3106d429012864accd7721bdb03c2b1b8101bc12b460f156560f4e +size 12954136