|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.8.0
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
Summary: Modern replacement for ls
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -14,7 +14,7 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{
|
|
|
|
|
# Initial patched metadata
|
|
|
|
|
# * 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 users to 0.6, https://github.com/ogham/exa/pull/395
|
|
|
|
|
# * Bump lazy_static, https://github.com/ogham/exa/pull/322
|
|
|
|
|
# * Bump git2 to 0.7, https://github.com/ogham/exa/commit/f757300718b1861852d4a33459385eaf921d69e7
|
|
|
|
|
Patch0: exa-0.8.0-fix-metadata.diff
|
|
|
|
@ -41,7 +41,7 @@ BuildRequires: (crate(scoped_threadpool) >= 0.1.0 with crate(scoped_threadpool)
|
|
|
|
|
BuildRequires: (crate(term_grid) >= 0.1.6 with crate(term_grid) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(term_size) >= 0.3.0 with crate(term_size) < 0.4.0)
|
|
|
|
|
BuildRequires: (crate(unicode-width) >= 0.1.4 with crate(unicode-width) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(users) >= 0.6.0 with crate(users) < 0.7.0)
|
|
|
|
|
BuildRequires: (crate(users) >= 0.7.0 with crate(users) < 0.8.0)
|
|
|
|
|
BuildRequires: (crate(zoneinfo_compiled) >= 0.4.5 with crate(zoneinfo_compiled) < 0.5.0)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -108,6 +108,9 @@ which use %{crate} from crates.io.
|
|
|
|
|
%exclude %{cargo_registry}/%{crate}-%{version}/{Makefile,Vagrantfile,contrib,devtools,screenshots.png,xtests}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jun 25 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.0-7
|
|
|
|
|
- Bump users to 0.7
|
|
|
|
|
|
|
|
|
|
* Mon Mar 26 2018 Josh Stone <jistone@redhat.com> - 0.8.0-6
|
|
|
|
|
- Bump ansi_term to 0.11
|
|
|
|
|
|
|
|
|
|