|
|
|
@ -5,14 +5,14 @@
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.8.0
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Summary: Modern replacement for ls
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: https://crates.io/crates/exa
|
|
|
|
|
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
|
|
|
|
# Initial patched metadata
|
|
|
|
|
# * Bump ansi_term to 0.10, remove getopts, https://github.com/ogham/exa/commit/4c3fd5483d2eff2ea1e623878ede54eaa396e09e
|
|
|
|
|
# * Bump ansi_term to 0.11, remove getopts, https://github.com/ogham/exa/commit/4c3fd5483d2eff2ea1e623878ede54eaa396e09e
|
|
|
|
|
# * Bump env_logger to 0.4, https://github.com/ogham/exa/pull/315
|
|
|
|
|
# * Bump users to 0.6, https://github.com/ogham/exa/pull/317
|
|
|
|
|
# * Bump lazy_static, https://github.com/ogham/exa/pull/322
|
|
|
|
@ -25,7 +25,7 @@ ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
# [dependencies]
|
|
|
|
|
BuildRequires: (crate(ansi_term) >= 0.10.2 with crate(ansi_term) < 0.11.0)
|
|
|
|
|
BuildRequires: (crate(ansi_term) >= 0.11.0 with crate(ansi_term) < 0.12.0)
|
|
|
|
|
BuildRequires: (crate(datetime) >= 0.4.5 with crate(datetime) < 0.5.0)
|
|
|
|
|
BuildRequires: (crate(env_logger) >= 0.4.0 with crate(env_logger) < 0.5.0)
|
|
|
|
|
BuildRequires: (crate(git2) >= 0.7.0 with crate(git2) < 0.8.0)
|
|
|
|
@ -108,6 +108,9 @@ which use %{crate} from crates.io.
|
|
|
|
|
%exclude %{cargo_registry}/%{crate}-%{version}/{Makefile,Vagrantfile,contrib,devtools,screenshots.png,xtests}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Mar 26 2018 Josh Stone <jistone@redhat.com> - 0.8.0-6
|
|
|
|
|
- Bump ansi_term to 0.11
|
|
|
|
|
|
|
|
|
|
* Mon Mar 12 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.0-5
|
|
|
|
|
- Bump git2 to 0.7
|
|
|
|
|
|
|
|
|
|