From 42fbced4624a44a185dabf9230195421b452502c Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Thu, 19 Mar 2020 11:36:27 +0100 Subject: [PATCH] Update git2 to 0.13 Signed-off-by: Igor Raits --- exa-fix-metadata.diff | 4 ++-- rust-exa.spec | 13 +++++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/exa-fix-metadata.diff b/exa-fix-metadata.diff index 5030465..afddc7e 100644 --- a/exa-fix-metadata.diff +++ b/exa-fix-metadata.diff @@ -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 diff --git a/rust-exa.spec b/rust-exa.spec index 08204bc..6bbd107 100644 --- a/rust-exa.spec +++ b/rust-exa.spec @@ -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 - 0.9.0-8 +- Update git2 to 0.13 + * Tue Mar 03 2020 Josh Stone - 0.9.0-7 - Bump to git2 0.12