|
|
@ -7,7 +7,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.8.0
|
|
|
|
Version: 0.8.0
|
|
|
|
Release: 13%{?dist}
|
|
|
|
Release: 14%{?dist}
|
|
|
|
Summary: Modern replacement for ls
|
|
|
|
Summary: Modern replacement for ls
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -17,7 +17,7 @@ Source: %{crates_source}
|
|
|
|
# * Bump ansi_term to 0.11, 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.6, https://github.com/ogham/exa/pull/315
|
|
|
|
# * Bump env_logger to 0.6, https://github.com/ogham/exa/pull/315
|
|
|
|
# https://github.com/ogham/exa/pull/469
|
|
|
|
# https://github.com/ogham/exa/pull/469
|
|
|
|
# * Bump users to 0.6, https://github.com/ogham/exa/pull/395
|
|
|
|
# * Bump users to 0.9, https://github.com/ogham/exa/pull/495
|
|
|
|
# * Bump lazy_static, https://github.com/ogham/exa/pull/322
|
|
|
|
# * 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.8, https://github.com/ogham/exa/commit/f757300718b1861852d4a33459385eaf921d69e7
|
|
|
|
# https://github.com/ogham/exa/pull/461
|
|
|
|
# https://github.com/ogham/exa/pull/461
|
|
|
@ -26,6 +26,8 @@ Patch0: exa-fix-metadata.diff
|
|
|
|
Patch1: 0001-Upgrade-libgit2.patch
|
|
|
|
Patch1: 0001-Upgrade-libgit2.patch
|
|
|
|
# Make it work with new env_logger
|
|
|
|
# Make it work with new env_logger
|
|
|
|
Patch2: 0001-Update-log-to-0.4-and-env_logger-to-0.5.patch
|
|
|
|
Patch2: 0001-Update-log-to-0.4-and-env_logger-to-0.5.patch
|
|
|
|
|
|
|
|
# Make it work with new users
|
|
|
|
|
|
|
|
Patch3: 0001-Bump-users-crate-version.patch
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
@ -46,7 +48,7 @@ BuildRequires: (crate(scoped_threadpool/default) >= 0.1.0 with crate(scoped_thr
|
|
|
|
BuildRequires: (crate(term_grid/default) >= 0.1.6 with crate(term_grid/default) < 0.2.0)
|
|
|
|
BuildRequires: (crate(term_grid/default) >= 0.1.6 with crate(term_grid/default) < 0.2.0)
|
|
|
|
BuildRequires: (crate(term_size/default) >= 0.3.0 with crate(term_size/default) < 0.4.0)
|
|
|
|
BuildRequires: (crate(term_size/default) >= 0.3.0 with crate(term_size/default) < 0.4.0)
|
|
|
|
BuildRequires: (crate(unicode-width/default) >= 0.1.4 with crate(unicode-width/default) < 0.2.0)
|
|
|
|
BuildRequires: (crate(unicode-width/default) >= 0.1.4 with crate(unicode-width/default) < 0.2.0)
|
|
|
|
BuildRequires: (crate(users/default) >= 0.7.0 with crate(users/default) < 0.8.0)
|
|
|
|
BuildRequires: (crate(users/default) >= 0.9.0 with crate(users/default) < 0.10.0)
|
|
|
|
BuildRequires: (crate(zoneinfo_compiled/default) >= 0.4.5 with crate(zoneinfo_compiled/default) < 0.5.0)
|
|
|
|
BuildRequires: (crate(zoneinfo_compiled/default) >= 0.4.5 with crate(zoneinfo_compiled/default) < 0.5.0)
|
|
|
|
|
|
|
|
|
|
|
|
%global _description \
|
|
|
|
%global _description \
|
|
|
@ -99,6 +101,9 @@ Summary: %{summary}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Apr 25 17:20:22 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.8.0-214
|
|
|
|
|
|
|
|
- Rebuilt for rust-users 0.9.1
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.0-13
|
|
|
|
* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.0-13
|
|
|
|
- Update git2 and env_logger deps
|
|
|
|
- Update git2 and env_logger deps
|
|
|
|
|
|
|
|
|
|
|
|