SHA256
1
0
forked from pool/alacritty
Avindra Goolcharan 2018-10-27 15:41:51 +00:00 committed by Git OBS Bridge
parent 12d99a3d22
commit 3a65d2cffc
5 changed files with 19 additions and 20 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:620b5b2ec6dffdd2293126e2347a298c31450514baeeb25eabb45ff282cf853a
size 817407

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

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

View File

@ -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 Sat Jul 28 15:49:09 UTC 2018 - avindra@opensuse.org

View File

@ -12,19 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 Name: alacritty
Version: 0.1.0 Version: 0.2.1
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 Group: System/X11/Terminals
URL: https://github.com/jwilm/alacritty/ 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 Source1: vendor.tar.xz
BuildRequires: cargo BuildRequires: cargo
BuildRequires: cmake BuildRequires: cmake
@ -68,25 +67,16 @@ BuildArch: noarch
The official zsh completion script for alacritty. The official zsh completion script for alacritty.
%prep %prep
%setup -q -n %{name}-%{rev} -a1 %setup -q -n %{name}-%{version} -a1
mkdir cargo-home mkdir cargo-home
cat >cargo-home/config <<EOF cat >cargo-home/config <<EOF
[source.crates-io] [source.crates-io]
replace-with = "vendored-sources" replace-with = "vendored-sources"
[source."https://github.com/jwilm/libfontconfig"]
git = "https://github.com/jwilm/libfontconfig"
branch = "updated-2017-10-8"
replace-with = "vendored-sources"
[source."https://github.com/jwilm/rust-fontconfig"]
git = "https://github.com/jwilm/rust-fontconfig"
branch = "updated-2017-10-8"
replace-with = "vendored-sources"
[source.vendored-sources] [source.vendored-sources]
directory = "./vendor" directory = "./vendor"
EOF EOF
%ifarch aarch64 ppc64le %ifarch aarch64 ppc64le
# 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
sed -i 's#"expat/conftools/config.guess":"ebaffe1c6683ae2c3dcabb87825a83b892f00391514756f7640c4a3dcafbad4f",##g' ./vendor/expat-sys/.cargo-checksum.json sed -i 's#"expat/conftools/config.guess":"ebaffe1c6683ae2c3dcabb87825a83b892f00391514756f7640c4a3dcafbad4f",##g' ./vendor/expat-sys/.cargo-checksum.json

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:d5f4bca5f9594f1d1da485ed3ec705c5705e1c56fe0b704a20fe09a8af1f86c9 oid sha256:32d3d7b2924d750d4dd1f76f2ecc32e1730051800622ef51119fef94401be64b
size 10767544 size 13312016