forked from pool/alacritty
0.7.1 -> 0.7.2
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=44
This commit is contained in:
parent
83ce2da478
commit
49aa96fefe
4
_service
4
_service
@ -6,8 +6,8 @@
|
|||||||
<service name="tar_scm" mode="manual">
|
<service name="tar_scm" mode="manual">
|
||||||
<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">a852eb85d57a9c966cea20063923444c18d63c54</param>
|
<param name="revision">5ac8060bf45e39f4f7dbdf095f3f1fd7d02dcd86</param>
|
||||||
<param name="version">0.7.1</param>
|
<param name="version">0.7.2</param>
|
||||||
|
|
||||||
<param name="exclude">.builds</param>
|
<param name="exclude">.builds</param>
|
||||||
<param name="exclude">.github</param>
|
<param name="exclude">.github</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:44b3d2213bbf0466cc413199ca80182625273040436e46aba628f6e87eb60ee0
|
|
||||||
size 283952
|
|
3
alacritty-0.7.2.tar.xz
Normal file
3
alacritty-0.7.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:245891d8dcdd333914a7605644a75cda309607eb1edea78ff9d00ef794794793
|
||||||
|
size 283852
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 20 22:34:40 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 0.7.2
|
||||||
|
* shell completions: remove obsolete options
|
||||||
|
* shell compeltions: add the -o/-option setting
|
||||||
|
* fix: Crash due to assertion failure on 32-bit architectures
|
||||||
|
* fix: Segmentation fault on shutdown with Wayland
|
||||||
|
* fix: Incorrect estimated DPR with Wayland
|
||||||
|
* fix: Consecutive clipboard stores dropped on Wayland until the
|
||||||
|
application is refocused
|
||||||
|
- ran spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 16 20:44:50 UTC 2021 - Matthias Eliasson <elimat@opensuse.org>
|
Sat Jan 16 20:44:50 UTC 2021 - Matthias Eliasson <elimat@opensuse.org>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: alacritty
|
Name: alacritty
|
||||||
Version: 0.7.1
|
Version: 0.7.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A GPU-accelerated terminal emulator
|
Summary: A GPU-accelerated terminal emulator
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -70,7 +70,7 @@ The official zsh completion script for alacritty.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -a1
|
%autosetup -a1
|
||||||
%define cargo_registry $(pwd)/vendor
|
%define cargo_registry $(pwd)/vendor
|
||||||
%cargo_prep
|
%{cargo_prep}
|
||||||
|
|
||||||
%ifarch aarch64 ppc64le riscv64
|
%ifarch aarch64 ppc64le riscv64
|
||||||
# Remove checksum of config.guess and config.sub since aarch64 and ppc64le modify them
|
# Remove checksum of config.guess and config.sub since aarch64 and ppc64le modify them
|
||||||
@ -83,7 +83,7 @@ sed -i -e 's#"config.guess":"e0c1d7ef8ce964fb57c35e7704ae8661d7e4ca87d6a3c18950e
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CARGO_NET_OFFLINE=true
|
export CARGO_NET_OFFLINE=true
|
||||||
%cargo_build
|
%{cargo_build}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p "%{buildroot}%{_bindir}"
|
mkdir -p "%{buildroot}%{_bindir}"
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:86a7b1930770216a1932b618d55f026df6c5d81829c94692b912497bdafb0488
|
oid sha256:73f12b0cc9c359c366c1b88c449e89d3032d5878cd52326cac1dc5cfbe01a704
|
||||||
size 8037808
|
size 8047132
|
||||||
|
Loading…
Reference in New Issue
Block a user