Update git2 to 0.13

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Raits 2020-03-19 11:36:27 +01:00
parent 7da50063e1
commit 42fbced462
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
2 changed files with 13 additions and 4 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-03-03T22:22:58.721946+00:00
+++ exa-0.9.0/Cargo.toml 2020-03-19T10:33:52.293104+00:00
@@ -45,10 +45,10 @@
version = "0.4.7"
@ -9,7 +9,7 @@
[dependencies.git2]
-version = "0.9.1"
+version = "0.12"
+version = "0.13"
optional = true
default-features = false

View File

@ -8,7 +8,7 @@
Name: rust-%{crate}
Version: 0.9.0
Release: 7%{?dist}
Release: 8%{?dist}
Summary: Modern replacement for ls
# Upstream license specification: MIT
@ -17,7 +17,7 @@ URL: https://crates.io/crates/exa
Source: %{crates_source}
# Initial patched metadata
# * Bump to env_logger 0.7.1, https://github.com/ogham/exa/pull/603
# * Bump to git2 0.12, https://github.com/ogham/exa/pull/617
# * Update git2 to 0.13, https://github.com/ogham/exa/pull/640
Patch0: exa-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -38,6 +38,12 @@ and just one single binary.}
%package -n %{crate}
Summary: %{summary}
# Install all deps (without check), grab their licenses and make it simple
# * ASL 2.0 or MIT
# * MIT
# * MIT or ASL 2.0
# * Unlicense or MIT
License: MIT
%description -n %{crate} %{_description}
@ -83,6 +89,9 @@ install -Dpm0644 -T contrib/completions.zsh \
%endif
%changelog
* Thu Mar 19 11:33:52 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.9.0-8
- Update git2 to 0.13
* Tue Mar 03 2020 Josh Stone <jistone@redhat.com> - 0.9.0-7
- Bump to git2 0.12