Update git2 to 0.13
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
379c177add
commit
d4e81f5e84
@ -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
|
||||
|
||||
|
@ -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 <ignatenkobrain@fedoraproject.org> - 0.12.1-5
|
||||
- Update git2 to 0.13
|
||||
|
||||
* Tue Mar 03 2020 Josh Stone <jistone@redhat.com> - 0.12.1-4
|
||||
- Bump git2 to 0.12
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user