From 9478da53747d0c2c3ef77327e1ced091434fa576 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 11 Sep 2020 16:48:29 -0700 Subject: [PATCH] Rebuild --- rust-tokei.spec | 3 +++ tokei-fix-metadata.diff | 11 +++++++++++ 2 files changed, 14 insertions(+) create mode 100644 tokei-fix-metadata.diff diff --git a/rust-tokei.spec b/rust-tokei.spec index 7355846..b543956 100644 --- a/rust-tokei.spec +++ b/rust-tokei.spec @@ -12,6 +12,9 @@ Summary: Utility that allows you to count code, quickly 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} diff --git a/tokei-fix-metadata.diff b/tokei-fix-metadata.diff new file mode 100644 index 0000000..239f70f --- /dev/null +++ b/tokei-fix-metadata.diff @@ -0,0 +1,11 @@ +--- 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"