update to version 0.8.0

epel9
Fabio Valentini 4 years ago
parent b96c4c0225
commit 23b70adbf1
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/git-delta-0.4.5.crate
/git-delta-0.5.1.crate
/git-delta-0.6.0.crate
/git-delta-0.8.0.crate

@ -5,7 +5,7 @@
%global crate git-delta
Name: rust-%{crate}
Version: 0.6.0
Version: 0.8.0
Release: 1%{?dist}
Summary: Syntax-highlighting pager for git
@ -28,12 +28,15 @@ Summary: %{summary}
# 0BSD or MIT or ASL 2.0
# ASL 2.0
# ASL 2.0 or Boost
# ASL 2.0 or MIT
# BSD
# LGPLv3+
# MIT
# MIT or ASL 2.0
# MIT or ASL 2.0 or zlib
# MIT or zlib or ASL 2.0
# Unlicense or MIT
# zlib or ASL 2.0 or MIT
License: MIT and ASL 2.0 and BSD and LGPLv3+
%description -n %{crate} %{_description}
@ -55,6 +58,9 @@ License: MIT and ASL 2.0 and BSD and LGPLv3+
%generate_buildrequires
%cargo_generate_buildrequires
%if %{with check}
echo 'git-core'
%endif
%build
%cargo_build
@ -72,6 +78,10 @@ install -Dpm0644 etc/completion/completion.zsh \
%endif
%changelog
* Sun May 30 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.0-1
- Update to version 0.8.0.
- Fixes RHBZ#1944442
* Fri Feb 05 17:25:00 CET 2021 Stefano Figura <stefano@figura.im> - 0.6.0-1
- Update to 0.6.0 (Fixes: RHBZ#1925552)

@ -1 +1 @@
SHA512 (git-delta-0.6.0.crate) = 65345e251ba834c3e71de382ff51868776528ab20973eac81d367cd52cb993333df92f7d770601b60759c94ecb4eaaf91fbdcd491e24eafde0ca1e2549d080b8
SHA512 (git-delta-0.8.0.crate) = b0eca9245b89218e6d6e8ee13314482f6d2a1315f089ccac42f341e52b4beabf74acc8bd5d9c3b51c9ef59237f61657f8970a7f3d45c5bcb8e3fa50a18afb59d

Loading…
Cancel
Save