SHA256
1
0
forked from pool/alacritty

Accepting request 812114 from home:elimat:branches:X11:terminals

- Update to 0.4.3
- Fixed
  * Tabstops not being reset with reset
  * Fallback to LC_CTYPE=UTF-8 on macOS without valid system locale
  * Resize lag on launch under some X11 wms
  * Increased input latency due to vsync behavior on X11
  * Emoji colors blending with terminal background
  * Fix escapes prematurely terminated by terminators in unicode glyphs
  * Incorrect location when clicking inside an unfocused window on macOS
  * Startup mode Maximized on Windows
  * Crash when writing a fullwidth character in the last column with auto-wrap mode disabled
  * Crashing at startup on Windows
- run spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/812114
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=27
This commit is contained in:
Matthias Eliasson 2020-06-08 19:37:51 +00:00 committed by Git OBS Bridge
parent 24da636181
commit 60e41af083
5 changed files with 26 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8dda9d580b9ec793cfdb336b000b73b7e98b4eba91c23ee04ee72a1728754ab2
size 1486725

3
alacritty-0.4.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8bc0fc90b16187a4f75a834f29c4725b2c6cfbab9543fc36913ddd9aca604c42
size 1488401

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Jun 6 22:00:39 UTC 2020 - Matthias Eliasson <elimat@opensuse.org>
- Update to 0.4.3
- Fixed
* Tabstops not being reset with reset
* Fallback to LC_CTYPE=UTF-8 on macOS without valid system locale
* Resize lag on launch under some X11 wms
* Increased input latency due to vsync behavior on X11
* Emoji colors blending with terminal background
* Fix escapes prematurely terminated by terminators in unicode glyphs
* Incorrect location when clicking inside an unfocused window on macOS
* Startup mode Maximized on Windows
* Crash when writing a fullwidth character in the last column with auto-wrap mode disabled
* Crashing at startup on Windows
- run spec-cleaner
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 30 12:04:23 UTC 2020 - Martin Rey <mrey@suse.com> Mon Mar 30 12:04:23 UTC 2020 - Martin Rey <mrey@suse.com>

View File

@ -20,11 +20,10 @@
%global rustflags "-Clink-arg=-Wl,-z,relro,-z,now" %global rustflags "-Clink-arg=-Wl,-z,relro,-z,now"
Name: alacritty Name: alacritty
Version: 0.4.2 Version: 0.4.3
Release: 0 Release: 0
Summary: A GPU-accelerated terminal emulator Summary: A GPU-accelerated terminal emulator
License: Apache-2.0 License: Apache-2.0
Group: System/X11/Terminals
URL: https://github.com/jwilm/alacritty/ URL: https://github.com/jwilm/alacritty/
Source: https://github.com/jwilm/alacritty/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source: https://github.com/jwilm/alacritty/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: vendor.tar.xz Source1: vendor.tar.xz
@ -47,9 +46,8 @@ rendering.
%package bash-completion %package bash-completion
Summary: Bash Completion for %{name} Summary: Bash Completion for %{name}
Group: System/X11/Terminals
Requires: bash-completion Requires: bash-completion
Supplements: packageand(%{name}:bash) Supplements: (%{name} and bash)
BuildArch: noarch BuildArch: noarch
%description bash-completion %description bash-completion
@ -58,8 +56,7 @@ for every argument that can currently be passed to alacritty.
%package fish-completion %package fish-completion
Summary: Fish Completion for %{name} Summary: Fish Completion for %{name}
Group: System/X11/Terminals Supplements: (%{name} and fish)
Supplements: packageand(%{name}:fish)
BuildArch: noarch BuildArch: noarch
%description fish-completion %description fish-completion
@ -67,8 +64,7 @@ The official fish completion script for alacritty.
%package zsh-completion %package zsh-completion
Summary: ZSH Completion for %{name} Summary: ZSH Completion for %{name}
Group: System/X11/Terminals Supplements: (%{name} and zsh)
Supplements: packageand(%{name}:zsh)
BuildArch: noarch BuildArch: noarch
%description zsh-completion %description zsh-completion

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:ece352c8c99fc35a108b99d461736de8c14d4b2b510eab438873e835805d7465 oid sha256:9b67bad69f2c2a12ff6756f3c580e033eccf842380388c092211fd3145f81473
size 13005972 size 13151612