|
|
@ -1,4 +1,4 @@
|
|
|
|
# Generated by rust2rpm 11
|
|
|
|
# Generated by rust2rpm 13
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
# Exa is not supposed to be used as a library
|
|
|
|
# Exa is not supposed to be used as a library
|
|
|
|
%global __cargo_skip_build 0
|
|
|
|
%global __cargo_skip_build 0
|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.9.0
|
|
|
|
Version: 0.9.0
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Summary: Modern replacement for ls
|
|
|
|
Summary: Modern replacement for ls
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT
|
|
|
|
# Upstream license specification: MIT
|
|
|
@ -17,7 +17,7 @@ URL: https://crates.io/crates/exa
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * Bump to env_logger 0.7.1, https://github.com/ogham/exa/pull/603
|
|
|
|
# * Bump to env_logger 0.7.1, https://github.com/ogham/exa/pull/603
|
|
|
|
# * Bump to git2 0.10.2, https://github.com/ogham/exa/pull/612
|
|
|
|
# * Bump to git2 0.10.2, https://github.com/ogham/exa/pull/617
|
|
|
|
Patch0: exa-fix-metadata.diff
|
|
|
|
Patch0: exa-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
@ -83,6 +83,9 @@ install -Dpm0644 -T contrib/completions.zsh \
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Dec 25 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-5
|
|
|
|
|
|
|
|
- Update git2 to 0.11
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Dec 10 2019 Josh Stone <jistone@redhat.com> - 0.9.0-4
|
|
|
|
* Tue Dec 10 2019 Josh Stone <jistone@redhat.com> - 0.9.0-4
|
|
|
|
- Update git2 and env_logger deps
|
|
|
|
- Update git2 and env_logger deps
|
|
|
|
|
|
|
|
|
|
|
|