Update zoneinfo-compiled/datetime to 0.5

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Raits 2020-05-17 09:38:09 +02:00
parent 809817b14e
commit 512ee3efe2
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E
2 changed files with 26 additions and 4 deletions

View File

@ -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"]

View File

@ -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 <ignatenkobrain@fedoraproject.org> - 0.9.0-10
- Update zoneinfo_compiled/datetime to 0.5
* Wed Apr 15 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.9.0-9
- Rebuild for libgit2 1.0.0