diff --git a/exa-fix-metadata.diff b/exa-fix-metadata.diff index fe01ed5..e016470 100644 --- a/exa-fix-metadata.diff +++ b/exa-fix-metadata.diff @@ -45,7 +45,7 @@ [dependencies.git2] -version = "0.6.4" -+version = "0.8" ++version = "0.9" optional = true default-features = false diff --git a/rust-exa.spec b/rust-exa.spec index 2bbebe0..a3a2a92 100644 --- a/rust-exa.spec +++ b/rust-exa.spec @@ -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 - 0.8.0-16 +- Bump git2 to 0.9 + * Tue May 07 14:00:28 CEST 2019 Igor Gnatenko - 0.8.0-15 - Update glob to 0.3, number_prefix to 0.3