From d4e81f5e84bf1472c8f27c43707162af68595838 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Thu, 19 Mar 2020 11:32:16 +0100 Subject: [PATCH] Update git2 to 0.13 Signed-off-by: Igor Raits --- bat-fix-metadata.diff | 4 ++-- rust-bat.spec | 20 ++++++++++++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/bat-fix-metadata.diff b/bat-fix-metadata.diff index e537e42..2af7c30 100644 --- a/bat-fix-metadata.diff +++ b/bat-fix-metadata.diff @@ -1,5 +1,5 @@ --- bat-0.12.1/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ bat-0.12.1/Cargo.toml 2020-03-03T22:20:04.074057+00:00 ++++ bat-0.12.1/Cargo.toml 2020-03-19T10:31:13.749370+00:00 @@ -38,7 +38,7 @@ default-features = false @@ -14,7 +14,7 @@ [dependencies.git2] -version = "0.10" -+version = "0.12" ++version = "0.13" features = [] default-features = false diff --git a/rust-bat.spec b/rust-bat.spec index 3fcb11e..04574a8 100644 --- a/rust-bat.spec +++ b/rust-bat.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.12.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: cat(1) clone with wings # Upstream license specification: MIT/Apache-2.0 @@ -16,7 +16,7 @@ URL: https://crates.io/crates/bat Source: %{crates_source} # Initial patched metadata # * Bump console to 0.9, https://github.com/sharkdp/bat/pull/657 -# * Bump git2 to 0.12, https://github.com/sharkdp/bat/pull/842 +# * Update git2 to 0.13, https://github.com/sharkdp/bat/commit/a2075b0f24b458e029495bb7f3b45bb40badef79 Patch0: bat-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -30,6 +30,19 @@ Cat(1) clone with wings.} %package -n %{crate} Summary: %{summary} +# Install all deps (without check), grab their licenses and make it simple +# * ASL 2.0 +# * ASL 2.0 or Boost +# * ASL 2.0 or MIT +# * BSD +# * CC0 +# * ISC +# * LGPLv3+ +# * MIT +# * MIT or ASL 2.0 +# * Unlicense or MIT +# * zlib +License: ASL 2.0 and BSD and CC0 and ISC and LGPLv3+ and MIT and zlib %description -n %{crate} %{_description} @@ -60,6 +73,9 @@ install -Dpm0644 -t %{buildroot}%{_mandir}/man1 \ %endif %changelog +* Thu Mar 19 11:31:13 CET 2020 Igor Raits - 0.12.1-5 +- Update git2 to 0.13 + * Tue Mar 03 2020 Josh Stone - 0.12.1-4 - Bump git2 to 0.12