Update git2 and env_logger deps

This commit is contained in:
Josh Stone 2019-12-10 13:44:44 -08:00
parent 75e08c61cd
commit 6b124639d8
2 changed files with 24 additions and 2 deletions

15
exa-fix-metadata.diff Normal file
View File

@ -0,0 +1,15 @@
--- exa-0.9.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ exa-0.9.0/Cargo.toml 2019-12-10T21:28:42.831752+00:00
@@ -45,10 +45,10 @@
version = "0.4.7"
[dependencies.env_logger]
-version = "0.6.1"
+version = "0.7.1"
[dependencies.git2]
-version = "0.9.1"
+version = "0.10.2"
optional = true
default-features = false

View File

@ -1,4 +1,4 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 11
%bcond_without check
# Exa is not supposed to be used as a library
%global __cargo_skip_build 0
@ -8,13 +8,17 @@
Name: rust-%{crate}
Version: 0.9.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Modern replacement for ls
# Upstream license specification: MIT
License: MIT
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.10.2, https://github.com/ogham/exa/pull/612
Patch0: exa-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -79,6 +83,9 @@ install -Dpm0644 -T contrib/completions.zsh \
%endif
%changelog
* Tue Dec 10 2019 Josh Stone <jistone@redhat.com> - 0.9.0-4
- Update git2 and env_logger deps
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild