Update to 10.1.1
This commit is contained in:
parent
d89b4577ef
commit
94d5ead159
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/tokei-10.0.0.crate
|
||||
/tokei-10.0.1.crate
|
||||
/tokei-10.1.0.crate
|
||||
/tokei-10.1.1.crate
|
||||
|
@ -4,17 +4,14 @@
|
||||
%global crate tokei
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 10.1.0
|
||||
Release: 2%{?dist}
|
||||
Version: 10.1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Utility that allows you to count code, quickly
|
||||
|
||||
# Upstream license specification: MIT/Apache-2.0
|
||||
License: MIT or ASL 2.0
|
||||
URL: https://crates.io/crates/tokei
|
||||
Source: %{crates_source}
|
||||
# Initial patched metadata
|
||||
# * Update git2 to 0.11, https://github.com/XAMPPRocky/tokei/commit/6ebf893dcff3721b6aa083e3d1131fc902f035b2
|
||||
Patch0: tokei-fix-metadata.diff
|
||||
|
||||
ExclusiveArch: %{rust_arches}
|
||||
%if %{__cargo_skip_build}
|
||||
@ -179,6 +176,9 @@ which use "yaml" feature of "%{crate}" crate.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 10.1.1-1
|
||||
- Update to 10.1.1
|
||||
|
||||
* Wed Dec 25 11:00:37 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.1.0-2
|
||||
- Update git2 to 0.11
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (tokei-10.1.0.crate) = d3b6ed05a96d5348965108a142098e20b1d25029501df18aa0fd1bdd4fba4b35cb58f727e66a3633fda60c455d751ab83760b7231fa7a37cfcf9bc3af0ac3248
|
||||
SHA512 (tokei-10.1.1.crate) = 20e2084a78eca764072ef08547f33fd55ba1b2b6cee7e81b796d94227f7c6e85c31b07c0f081c930ea2029716828be7558073a4538148045c9db6efd4ae6bee8
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- tokei-10.1.0/Cargo.toml 1970-01-01T00:00:00+00:00
|
||||
+++ tokei-10.1.0/Cargo.toml 2019-12-25T10:00:37.449891+00:00
|
||||
@@ -83,7 +83,7 @@
|
||||
[dependencies.toml]
|
||||
version = "0.5.5"
|
||||
[dev-dependencies.git2]
|
||||
-version = "0.10.1"
|
||||
+version = "0.11.0"
|
||||
features = []
|
||||
default-features = false
|
||||
|
Loading…
Reference in New Issue
Block a user