Update to 11.0.0

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Raits 2020-03-21 17:14:55 +01:00
parent 84510b54d0
commit cde86a45f1
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
4 changed files with 7 additions and 17 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@
/tokei-10.1.0.crate
/tokei-10.1.1.crate
/tokei-10.1.2.crate
/tokei-11.0.0.crate

View File

@ -4,17 +4,14 @@
%global crate tokei
Name: rust-%{crate}
Version: 10.1.2
Release: 3%{?dist}
Version: 11.0.0
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.13, https://github.com/XAMPPRocky/tokei/commit/df72338cf710a054b8977f6e5abb38bc5e792471
Patch0: tokei-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -187,6 +184,9 @@ which use "yaml" feature of "%{crate}" crate.
%endif
%changelog
* Sat Mar 21 17:14:07 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 11.0.0-1
- Update to 11.0.0
* Thu Mar 19 11:06:08 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 10.1.2-3
- Update git2 to 0.13

View File

@ -1 +1 @@
SHA512 (tokei-10.1.2.crate) = e4f1b7ed79941e2504a7b9d680c50d06b6bd486d7e603a14120ff2411334274fecf2475192d479ff19a8cde424ba2784d27cb72ff60aee06302f1ab7cba70349
SHA512 (tokei-11.0.0.crate) = c88c22718daca4743a31c99274ff65036e34525d04348e0c8313cbb138d0288910fb8e21c5ee8612116a86300a0bfacf8e1b2ba004916613ab43dff80335daf6

View File

@ -1,11 +0,0 @@
--- tokei-10.1.2/Cargo.toml 2020-02-13T17:02:09+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.13.0"
features = []
default-features = false