Update git2 to 0.13

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Raits 2020-03-19 11:07:37 +01:00
parent 44fdd4756a
commit 84510b54d0
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
2 changed files with 15 additions and 4 deletions

View File

@ -5,7 +5,7 @@
Name: rust-%{crate}
Version: 10.1.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Utility that allows you to count code, quickly
# Upstream license specification: MIT/Apache-2.0
@ -13,7 +13,7 @@ License: MIT or ASL 2.0
URL: https://crates.io/crates/tokei
Source: %{crates_source}
# Initial patched metadata
# * Bump git2 to 0.12, https://github.com/XAMPPRocky/tokei/pull/454
# * Update git2 to 0.13, https://github.com/XAMPPRocky/tokei/commit/df72338cf710a054b8977f6e5abb38bc5e792471
Patch0: tokei-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -31,6 +31,14 @@ Utility that allows you to count code, quickly.}
%if ! %{__cargo_skip_build}
%package -n %{crate}
Summary: %{summary}
# Install all deps (without check), grab their licenses and make it simple
# * ASL 2.0 or Boost
# * ASL 2.0 or MIT
# * MIT
# * MIT or ASL 2.0
# * (MIT or ASL 2.0) and BSD
# * Unlicense or MIT
License: MIT and BSD and (ASL 2.0 or Boost)
%description -n %{crate} %{_description}
@ -179,6 +187,9 @@ which use "yaml" feature of "%{crate}" crate.
%endif
%changelog
* Thu Mar 19 11:06:08 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 10.1.2-3
- Update git2 to 0.13
* Tue Mar 03 2020 Josh Stone <jistone@redhat.com> - 10.1.2-2
- Bump git2 to 0.12

View File

@ -1,11 +1,11 @@
--- tokei-10.1.2/Cargo.toml 2020-02-13T17:02:09+00:00
+++ tokei-10.1.2/Cargo.toml 2020-03-03T22:41:15.081392+00:00
+++ tokei-10.1.2/Cargo.toml 2020-03-19T10:06:08.298004+00:00
@@ -83,7 +83,7 @@
[dependencies.toml]
version = "0.5.6"
[dev-dependencies.git2]
-version = "0.11.0"
+version = "0.12.0"
+version = "0.13.0"
features = []
default-features = false