From 512ee3efe2ebb61ae4860934454c32b1e3650468 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sun, 17 May 2020 09:38:09 +0200 Subject: [PATCH] Update zoneinfo-compiled/datetime to 0.5 Signed-off-by: Igor Raits --- exa-fix-metadata.diff | 24 +++++++++++++++++++++--- rust-exa.spec | 6 +++++- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/exa-fix-metadata.diff b/exa-fix-metadata.diff index afddc7e..2bb38fd 100644 --- a/exa-fix-metadata.diff +++ b/exa-fix-metadata.diff @@ -1,7 +1,11 @@ --- exa-0.9.0/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ exa-0.9.0/Cargo.toml 2020-03-19T10:33:52.293104+00:00 -@@ -45,10 +45,10 @@ - version = "0.4.7" ++++ exa-0.9.0/Cargo.toml 2020-05-17T07:49:43.278368+00:00 +@@ -42,13 +42,13 @@ + version = "0.12.0" + + [dependencies.datetime] +-version = "0.4.7" ++version = "0.5" [dependencies.env_logger] -version = "0.6.1" @@ -13,3 +17,17 @@ optional = true default-features = false +@@ -92,11 +92,10 @@ + version = "0.9.1" + + [dependencies.zoneinfo_compiled] +-version = "0.4.8" ++version = "0.5" + [build-dependencies.datetime] +-version = "0.4.7" ++version = "0.5" + + [features] + default = ["git"] + git = ["git2"] +-vendored-openssl = ["git2/vendored-openssl"] diff --git a/rust-exa.spec b/rust-exa.spec index c7963d5..61de105 100644 --- a/rust-exa.spec +++ b/rust-exa.spec @@ -8,7 +8,7 @@ Name: rust-%{crate} Version: 0.9.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Modern replacement for ls # Upstream license specification: MIT @@ -18,6 +18,7 @@ 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 Patch0: exa-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -89,6 +90,9 @@ install -Dpm0644 -T contrib/completions.zsh \ %endif %changelog +* Sun May 17 2020 Igor Raits - 0.9.0-10 +- Update zoneinfo_compiled/datetime to 0.5 + * Wed Apr 15 2020 Igor Raits - 0.9.0-9 - Rebuild for libgit2 1.0.0