From 3a65d2cffc513ca25a697308ee0331878be212c61117c14466be33d7aa504ba8 Mon Sep 17 00:00:00 2001 From: Avindra Goolcharan Date: Sat, 27 Oct 2018 15:41:51 +0000 Subject: [PATCH] 0.2.1 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=11 --- alacritty-0.1.0.tar.gz | 3 --- alacritty-0.2.1.tar.gz | 3 +++ alacritty.changes | 9 +++++++++ alacritty.spec | 20 +++++--------------- vendor.tar.xz | 4 ++-- 5 files changed, 19 insertions(+), 20 deletions(-) delete mode 100644 alacritty-0.1.0.tar.gz create mode 100644 alacritty-0.2.1.tar.gz diff --git a/alacritty-0.1.0.tar.gz b/alacritty-0.1.0.tar.gz deleted file mode 100644 index 41467f8..0000000 --- a/alacritty-0.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:620b5b2ec6dffdd2293126e2347a298c31450514baeeb25eabb45ff282cf853a -size 817407 diff --git a/alacritty-0.2.1.tar.gz b/alacritty-0.2.1.tar.gz new file mode 100644 index 0000000..1a8bcc2 --- /dev/null +++ b/alacritty-0.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d335f09ba914faf8d8b2ba91a67672aab3acd1a3bb1528ec3d9339381697f6a1 +size 892444 diff --git a/alacritty.changes b/alacritty.changes index 1437d7d..c8d6b53 100644 --- a/alacritty.changes +++ b/alacritty.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Oct 27 15:37:35 UTC 2018 - avindra@opensuse.org + +- update to 0.2.1 + * first non-development release for opensuse. see + https://github.com/jwilm/alacritty/releases/tag/v0.2.1 for notes +- simplify cargo vendoring +- minor cleanup with spec-cleaner + ------------------------------------------------------------------- Sat Jul 28 15:49:09 UTC 2018 - avindra@opensuse.org diff --git a/alacritty.spec b/alacritty.spec index 4f9909f..b0c902b 100644 --- a/alacritty.spec +++ b/alacritty.spec @@ -12,19 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%define rev 57a455e5f209dd965fd6b495d7f2b033fd5288c0 Name: alacritty -Version: 0.1.0 +Version: 0.2.1 Release: 0 Summary: A GPU-accelerated terminal emulator License: Apache-2.0 Group: System/X11/Terminals URL: https://github.com/jwilm/alacritty/ -Source: https://github.com/jwilm/alacritty/archive/%{rev}.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 BuildRequires: cargo BuildRequires: cmake @@ -68,25 +67,16 @@ BuildArch: noarch The official zsh completion script for alacritty. %prep -%setup -q -n %{name}-%{rev} -a1 +%setup -q -n %{name}-%{version} -a1 mkdir cargo-home cat >cargo-home/config <