From 9beb3555f28f8324de43b4600ab1ef34aa86e3f3db6c2dd0143f647f9e7ad9e9 Mon Sep 17 00:00:00 2001 From: Avindra Goolcharan Date: Wed, 10 Apr 2019 01:32:09 +0000 Subject: [PATCH] Accepting request 687821 from home:elimat:branches:X11:terminals - update to 0.2.9 Changed: * Accept fonts which are smaller in width or height than a single pixel Fixed: * Incorrect font spacing after moving Alacritty between displays - refresh vendor.tar.xz - add --path flag to cargo install which is now required - minor cleanup with spec-cleaner OBS-URL: https://build.opensuse.org/request/show/687821 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=13 --- alacritty-0.2.1.tar.gz | 3 --- alacritty-0.2.9.tar.gz | 3 +++ alacritty.changes | 12 ++++++++++++ alacritty.spec | 11 ++++++----- vendor.tar.xz | 4 ++-- 5 files changed, 23 insertions(+), 10 deletions(-) delete mode 100644 alacritty-0.2.1.tar.gz create mode 100644 alacritty-0.2.9.tar.gz diff --git a/alacritty-0.2.1.tar.gz b/alacritty-0.2.1.tar.gz deleted file mode 100644 index 1a8bcc2..0000000 --- a/alacritty-0.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d335f09ba914faf8d8b2ba91a67672aab3acd1a3bb1528ec3d9339381697f6a1 -size 892444 diff --git a/alacritty-0.2.9.tar.gz b/alacritty-0.2.9.tar.gz new file mode 100644 index 0000000..ffe9c53 --- /dev/null +++ b/alacritty-0.2.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0261d427bd93262403c3acdda6ebcb06c6a37062124e96fe2b29ff3104cb3089 +size 1024988 diff --git a/alacritty.changes b/alacritty.changes index c8d6b53..baf7770 100644 --- a/alacritty.changes +++ b/alacritty.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Mar 22 22:11:30 UTC 2019 - Matthias Eliasson + +- update to 0.2.9 + Changed: + * Accept fonts which are smaller in width or height than a single pixel + Fixed: + * Incorrect font spacing after moving Alacritty between displays +- refresh vendor.tar.xz +- add --path flag to cargo install which is now required +- minor cleanup with spec-cleaner + ------------------------------------------------------------------- Sat Oct 27 15:37:35 UTC 2018 - avindra@opensuse.org diff --git a/alacritty.spec b/alacritty.spec index b0c902b..6ddefd1 100644 --- a/alacritty.spec +++ b/alacritty.spec @@ -1,7 +1,7 @@ # # spec file for package alacritty # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: alacritty -Version: 0.2.1 +Version: 0.2.9 Release: 0 Summary: A GPU-accelerated terminal emulator License: Apache-2.0 @@ -27,11 +27,12 @@ Source: https://github.com/jwilm/alacritty/archive/v%{version}.tar.gz#/% Source1: vendor.tar.xz BuildRequires: cargo BuildRequires: cmake -BuildRequires: fontconfig-devel BuildRequires: freetype-devel +BuildRequires: pkgconfig BuildRequires: rust BuildRequires: rust-std BuildRequires: xclip +BuildRequires: pkgconfig(fontconfig) %description Alacritty is a terminal emulator written in Rust that leverages the GPU for @@ -67,7 +68,7 @@ BuildArch: noarch The official zsh completion script for alacritty. %prep -%setup -q -n %{name}-%{version} -a1 +%setup -q -a1 mkdir cargo-home cat >cargo-home/config <