Accepting request 951672 from X11:terminals

OBS-URL: https://build.opensuse.org/request/show/951672
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alacritty?expand=0&rev=23
This commit is contained in:
Dominique Leuenberger 2022-02-05 22:23:03 +00:00 committed by Git OBS Bridge
commit 26b03ece85
6 changed files with 58 additions and 11 deletions

View File

@ -6,8 +6,8 @@
<service name="obs_scm" mode="disabled"> <service name="obs_scm" mode="disabled">
<param name="scm">git</param> <param name="scm">git</param>
<param name="url">https://github.com/alacritty/alacritty.git</param> <param name="url">https://github.com/alacritty/alacritty.git</param>
<param name="revision">fed349aa2c567cbba900d56f72a830be45e0dfc8</param> <param name="revision">998250f3c3168855ede9ee14be9a52f884f12055</param>
<param name="version">0.9.0</param> <param name="version">0.10.0</param>
<param name="exclude">.builds</param> <param name="exclude">.builds</param>
<param name="exclude">.github</param> <param name="exclude">.github</param>

3
alacritty-0.10.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:705211681ef68256acf71d7d695f32f7567d6dc7d6e1be6d472a70425f848a8e
size 966832

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:95fded611f8396a4ed2dcea94d264ae03e69ab0619fdda586ea97c7f7b15afad
size 960252

View File

@ -1,8 +1,53 @@
-------------------------------------------------------------------
Thu Feb 3 21:41:13 UTC 2022 - JL K <me@jlk.one>
- 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 <guillaume.gardet@opensuse.org> Wed Dec 15 09:07:11 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Restore the removing of the checksum of config.guess and - 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. It was wrongly dropped with previous commit.
------------------------------------------------------------------- -------------------------------------------------------------------

View File

@ -1,7 +1,7 @@
# #
# spec file for package alacritty # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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 Name: alacritty
Version: 0.9.0 Version: 0.10.0
Release: 0 Release: 0
Summary: A GPU-accelerated terminal emulator Summary: A GPU-accelerated terminal emulator
License: Apache-2.0 License: Apache-2.0
@ -82,7 +84,7 @@ sed -i -e 's#"config.guess":"e0c1d7ef8ce964fb57c35e7704ae8661d7e4ca87d6a3c18950e
%endif %endif
%build %build
%{cargo_build} RUSTFLAGS=%{rustflags} %{cargo_build}
%install %install
mkdir -p "%{buildroot}%{_bindir}" mkdir -p "%{buildroot}%{_bindir}"

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:c5662a441145cb82b4aff9a70f753fa592175362d6eaedae2af761d1ceaac676 oid sha256:13be6721ff3106d429012864accd7721bdb03c2b1b8101bc12b460f156560f4e
size 11832896 size 12954136