From 7755d4d921457da939049de8aad42bcb20717287 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Fri, 22 May 2020 11:34:22 +0200 Subject: [PATCH] Update users to 0.10 Signed-off-by: Igor Raits --- exa-fix-metadata.diff | 10 +++++++--- rust-exa.spec | 8 ++++++-- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/exa-fix-metadata.diff b/exa-fix-metadata.diff index 2bb38fd..988fb5b 100644 --- a/exa-fix-metadata.diff +++ b/exa-fix-metadata.diff @@ -1,5 +1,5 @@ --- exa-0.9.0/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ exa-0.9.0/Cargo.toml 2020-05-17T07:49:43.278368+00:00 ++++ exa-0.9.0/Cargo.toml 2020-05-22T09:33:37.117202+00:00 @@ -42,13 +42,13 @@ version = "0.12.0" @@ -17,8 +17,12 @@ optional = true default-features = false -@@ -92,11 +92,10 @@ - version = "0.9.1" +@@ -89,14 +89,13 @@ + version = "0.1.5" + + [dependencies.users] +-version = "0.9.1" ++version = "0.10" [dependencies.zoneinfo_compiled] -version = "0.4.8" diff --git a/rust-exa.spec b/rust-exa.spec index 61de105..7b71f33 100644 --- a/rust-exa.spec +++ b/rust-exa.spec @@ -8,7 +8,7 @@ Name: rust-%{crate} Version: 0.9.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Modern replacement for ls # Upstream license specification: MIT @@ -18,7 +18,8 @@ Source: %{crates_source} # Initial patched metadata # * Bump to env_logger 0.7.1, https://github.com/ogham/exa/pull/603 # * Update git2 to 0.13, https://github.com/ogham/exa/pull/640 -# * Update zoneinfo_compiled/datetime to 0.5, https://github.com/ogham/exa/pull/667 +# * Update zoneinfo_compiled/datetime to 0.5, users to 0.10 +# https://github.com/ogham/exa/pull/667 Patch0: exa-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -90,6 +91,9 @@ install -Dpm0644 -T contrib/completions.zsh \ %endif %changelog +* Fri May 22 2020 Igor Raits - 0.9.0-11 +- Update users to 0.10 + * Sun May 17 2020 Igor Raits - 0.9.0-10 - Update zoneinfo_compiled/datetime to 0.5