diff --git a/exa-0.8.0-fix-metadata.diff b/exa-0.8.0-fix-metadata.diff index e13aadb..6208b05 100644 --- a/exa-0.8.0-fix-metadata.diff +++ b/exa-0.8.0-fix-metadata.diff @@ -1,5 +1,5 @@ --- exa-0.8.0/Cargo.toml 1970-01-01T01:00:00+01:00 -+++ exa-0.8.0/Cargo.toml 2018-03-12T11:29:30.660423+01:00 ++++ exa-0.8.0/Cargo.toml 2018-06-25T13:23:04.561353+02:00 @@ -40,7 +40,7 @@ version = "0.4.5" @@ -24,7 +24,7 @@ [dependencies.users] -version = "0.5.2" -+version = "0.6" ++version = "0.7" [dependencies.term_size] version = "0.3.0" diff --git a/rust-exa.spec b/rust-exa.spec index 2736bf8..5e2a09a 100644 --- a/rust-exa.spec +++ b/rust-exa.spec @@ -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 - 0.8.0-7 +- Bump users to 0.7 + * Mon Mar 26 2018 Josh Stone - 0.8.0-6 - Bump ansi_term to 0.11