Update users to 0.10

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Raits 2020-05-22 11:34:22 +02:00
parent 512ee3efe2
commit 7755d4d921
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E
2 changed files with 13 additions and 5 deletions

View File

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

View File

@ -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 <ignatenkobrain@fedoraproject.org> - 0.9.0-11
- Update users to 0.10
* Sun May 17 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.9.0-10
- Update zoneinfo_compiled/datetime to 0.5