From 379c177add35e1284a8ba0cf1288c6022c220c4c Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 3 Mar 2020 15:09:13 -0800 Subject: [PATCH] Bump git2 to 0.12 --- bat-fix-metadata.diff | 4 ++-- rust-bat.spec | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/bat-fix-metadata.diff b/bat-fix-metadata.diff index 8d954ca..e537e42 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 2019-12-25T08:50:18.841108+00:00 ++++ bat-0.12.1/Cargo.toml 2020-03-03T22:20:04.074057+00:00 @@ -38,7 +38,7 @@ default-features = false @@ -14,7 +14,7 @@ [dependencies.git2] -version = "0.10" -+version = "0.11" ++version = "0.12" features = [] default-features = false diff --git a/rust-bat.spec b/rust-bat.spec index 030c1ec..3fcb11e 100644 --- a/rust-bat.spec +++ b/rust-bat.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.12.1 -Release: 3%{?dist} +Release: 4%{?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.11, https://github.com/sharkdp/bat/commit/826624c9fa3af2b9aacd2bbdaa03304b9376b832 +# * Bump git2 to 0.12, https://github.com/sharkdp/bat/pull/842 Patch0: bat-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -60,6 +60,9 @@ install -Dpm0644 -t %{buildroot}%{_mandir}/man1 \ %endif %changelog +* Tue Mar 03 2020 Josh Stone - 0.12.1-4 +- Bump git2 to 0.12 + * Thu Jan 30 2020 Fedora Release Engineering - 0.12.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild