Avindra Goolcharan 2021-01-03 18:15:56 +00:00 committed by Git OBS Bridge
parent 717b0e3264
commit 4458febdce
6 changed files with 7 additions and 22 deletions

View File

@ -6,7 +6,7 @@
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/alacritty/alacritty.git</param>
<param name="revision">v0.7.0-rc1</param>
<param name="revision">08e111dfae15d2428d87c3a80c68d858b144d287</param>
<param name="version">0.7.0</param>
<param name="exclude">.builds</param>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c87dc75bbb5461af7b757524e5bbf3e4e53f8000e812c7d996c37b70f95b5f54
size 283880
oid sha256:d0e8dd144c72ad9823cf7a7d0bf0d6bef0a379d972b666ba03f5854cf1216054
size 283884

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Sun Jan 3 07:43:09 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
- Update to version 0.7.0-rc1
- Update to version 0.7.0-rc2
+ Support for ~/ at the beginning of configuration file imports
+ New cursor.style.blinking option to set the default blinking state
+ New cursor.blink_interval option to configure the blinking frequency
@ -46,7 +46,6 @@ Sun Jan 3 07:43:09 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
- Packaging optimizations
* pull sources with exclusions
* add revendor_source.sh to remove unecessary objects from vendor tarball
- Add fix-import-regression.patch to fix build
-------------------------------------------------------------------
Fri Dec 4 03:45:47 UTC 2020 - Avindra Goolcharan <avindra@opensuse.org>

View File

@ -27,7 +27,6 @@ Source1: vendor.tar.xz
Source3: README.suse-maint
# cargo vendor supplement
Source99: revendor_source.sh
Patch0: fix-import-regression.patch
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: freetype-devel
@ -69,7 +68,7 @@ BuildArch: noarch
The official zsh completion script for alacritty.
%prep
%autosetup -a1 -p1
%autosetup -a1
%define cargo_registry $(pwd)/vendor
%cargo_prep

View File

@ -1,13 +0,0 @@
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
index 4012f11..d1b79ad 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -18,7 +18,7 @@ bitflags = "1"
parking_lot = "0.11.0"
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.8"
-vte = { git = "https://github.com/alacritty/vte", default-features = false }
+vte = { version = "0.9.0", default-features = false }
mio = "0.6.20"
mio-extras = "2"
log = "0.4"

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7b741078a80cb57a8598355e32e2d631ba7ca1e15644ae8e9beeb0665288f489
size 8041588
oid sha256:25538a83b3fc98b444c65e083dbb49e1d17fc7bbcad07d8e7d8fe58d6230fbf9
size 8041540