Update to 12.1.0

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Raits 2020-12-27 14:13:38 +01:00
parent 6070229e33
commit 6140b514c6
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E
4 changed files with 8 additions and 18 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@
/tokei-11.2.0.crate
/tokei-11.2.1.crate
/tokei-12.0.4.crate
/tokei-12.1.0.crate

View File

@ -1,20 +1,17 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 16
%bcond_without check
%global crate tokei
Name: rust-%{crate}
Version: 12.0.4
Release: 5%{?dist}
Version: 12.1.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
# * Bump to parking_lot 0.11, https://github.com/XAMPPRocky/tokei/pull/575
Patch0: tokei-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -162,6 +159,9 @@ which use "yaml" feature of "%{crate}" crate.
%endif
%changelog
* Sun Dec 27 14:12:53 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 12.1.0-1
- Update to 12.1.0
* Fri Sep 11 2020 Josh Stone <jistone@redhat.com> - 12.0.4-5
- Bump to parking_lot 0.11

View File

@ -1 +1 @@
SHA512 (tokei-12.0.4.crate) = 2ae4acbf1238faddc494602f19b08c413eb5dab73fba9bc244aa9acdcda215221245f99a5556fcddbd127c4faffb23d4338e18ed3258231abd209908f051b744
SHA512 (tokei-12.1.0.crate) = 5ec66f5a44e461004b4480590d6336a232bae60bc00d2875ec378db73ef15aa773d7cca912789ad6b0c216e95af3769fca2062c68431722e42151ee4714fb383

View File

@ -1,11 +0,0 @@
--- tokei-12.0.4/Cargo.toml 2020-06-24T12:03:47+00:00
+++ tokei-12.0.4/Cargo.toml 2020-09-11T22:58:34.504385+00:00
@@ -67,7 +67,7 @@
version = "1.4.0"
[dependencies.parking_lot]
-version = "0.10.2"
+version = "0.11.0"
[dependencies.rayon]
version = "1.3.1"