diff --git a/exa-0.8.0-fix-metadata.diff b/exa-0.8.0-fix-metadata.diff index da4cd51..e13aadb 100644 --- a/exa-0.8.0-fix-metadata.diff +++ b/exa-0.8.0-fix-metadata.diff @@ -31,7 +31,7 @@ [dependencies.ansi_term] -version = "0.8.0" -+version = "0.10.2" ++version = "0.11" [dependencies.libc] version = "0.2.9" diff --git a/rust-exa.spec b/rust-exa.spec index b9e7a56..2736bf8 100644 --- a/rust-exa.spec +++ b/rust-exa.spec @@ -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 - 0.8.0-6 +- Bump ansi_term to 0.11 + * Mon Mar 12 2018 Igor Gnatenko - 0.8.0-5 - Bump git2 to 0.7