diff --git a/.gitignore b/.gitignore index ab6f9ff..5d779c3 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /tokei-11.2.0.crate /tokei-11.2.1.crate /tokei-12.0.4.crate +/tokei-12.1.0.crate diff --git a/rust-tokei.spec b/rust-tokei.spec index 4cb2dc6..d3f4b6d 100644 --- a/rust-tokei.spec +++ b/rust-tokei.spec @@ -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 - 12.1.0-1 +- Update to 12.1.0 + * Fri Sep 11 2020 Josh Stone - 12.0.4-5 - Bump to parking_lot 0.11 diff --git a/sources b/sources index 14fa518..69f293b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tokei-12.0.4.crate) = 2ae4acbf1238faddc494602f19b08c413eb5dab73fba9bc244aa9acdcda215221245f99a5556fcddbd127c4faffb23d4338e18ed3258231abd209908f051b744 +SHA512 (tokei-12.1.0.crate) = 5ec66f5a44e461004b4480590d6336a232bae60bc00d2875ec378db73ef15aa773d7cca912789ad6b0c216e95af3769fca2062c68431722e42151ee4714fb383 diff --git a/tokei-fix-metadata.diff b/tokei-fix-metadata.diff deleted file mode 100644 index 239f70f..0000000 --- a/tokei-fix-metadata.diff +++ /dev/null @@ -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"