|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.8.0
|
|
|
|
|
Release: 15%{?dist}
|
|
|
|
|
Release: 16%{?dist}
|
|
|
|
|
Summary: Modern replacement for ls
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT
|
|
|
|
@ -20,7 +20,7 @@ Source: %{crates_source}
|
|
|
|
|
# https://github.com/ogham/exa/pull/469
|
|
|
|
|
# * Bump users to 0.9, https://github.com/ogham/exa/pull/495
|
|
|
|
|
# * Bump lazy_static, https://github.com/ogham/exa/pull/322
|
|
|
|
|
# * Bump git2 to 0.8, https://github.com/ogham/exa/commit/f757300718b1861852d4a33459385eaf921d69e7
|
|
|
|
|
# * Bump git2 to 0.9, https://github.com/ogham/exa/commit/f757300718b1861852d4a33459385eaf921d69e7
|
|
|
|
|
# https://github.com/ogham/exa/pull/461
|
|
|
|
|
# * Bump number_prefix to 0.3, https://github.com/ogham/exa/pull/494
|
|
|
|
|
# * Bump glob to 0.2, https://github.com/ogham/exa/pull/494
|
|
|
|
@ -40,7 +40,7 @@ BuildRequires: rust-packaging
|
|
|
|
|
BuildRequires: (crate(ansi_term/default) >= 0.11.0 with crate(ansi_term/default) < 0.12.0)
|
|
|
|
|
BuildRequires: (crate(datetime/default) >= 0.4.5 with crate(datetime/default) < 0.5.0)
|
|
|
|
|
BuildRequires: (crate(env_logger/default) >= 0.6.0 with crate(env_logger/default) < 0.7.0)
|
|
|
|
|
BuildRequires: (crate(git2) >= 0.8.0 with crate(git2) < 0.9.0)
|
|
|
|
|
BuildRequires: (crate(git2) >= 0.9.0 with crate(git2) < 0.10.0)
|
|
|
|
|
BuildRequires: (crate(glob/default) >= 0.3.0 with crate(glob/default) < 0.4.0)
|
|
|
|
|
BuildRequires: (crate(lazy_static/default) >= 1.0.0 with crate(lazy_static/default) < 2.0.0)
|
|
|
|
|
BuildRequires: (crate(libc/default) >= 0.2.9 with crate(libc/default) < 0.3.0)
|
|
|
|
@ -105,6 +105,9 @@ Summary: %{summary}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jun 07 2019 Josh Stone <jistone@redhat.com> - 0.8.0-16
|
|
|
|
|
- Bump git2 to 0.9
|
|
|
|
|
|
|
|
|
|
* Tue May 07 14:00:28 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.0-15
|
|
|
|
|
- Update glob to 0.3, number_prefix to 0.3
|
|
|
|
|
|
|
|
|
|