Bump git2 to 0.12

This commit is contained in:
Josh Stone 2020-03-03 15:09:13 -08:00
parent 050e33cfd1
commit 379c177add
2 changed files with 7 additions and 4 deletions

View File

@ -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

View File

@ -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 <jistone@redhat.com> - 0.12.1-4
- Bump git2 to 0.12
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild