From d4842356962b40ca3a05f164605cf6bfea790e5d Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 11 Sep 2020 16:48:29 -0700 Subject: [PATCH] Bump to parking_lot 0.11 --- crossterm-fix-metadata.diff | 13 +++++++++++-- rust-crossterm.spec | 6 +++++- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/crossterm-fix-metadata.diff b/crossterm-fix-metadata.diff index 321b2bd..8c6469b 100644 --- a/crossterm-fix-metadata.diff +++ b/crossterm-fix-metadata.diff @@ -1,5 +1,14 @@ ---- crossterm-0.17.6/Cargo.toml 2020-07-06T17:58:34+00:00 -+++ crossterm-0.17.6/Cargo.toml 2020-07-10T17:22:16.807630+00:00 +--- crossterm-0.17.7/Cargo.toml 2020-07-13T19:33:25+00:00 ++++ crossterm-0.17.7/Cargo.toml 2020-09-11T22:54:04.818132+00:00 +@@ -41,7 +41,7 @@ + version = "1.4" + + [dependencies.parking_lot] +-version = "0.10" ++version = "0.11" + + [dependencies.serde] + version = "1.0" @@ -73,9 +73,3 @@ [target."cfg(unix)".dependencies.signal-hook] version = "0.1.15" diff --git a/rust-crossterm.spec b/rust-crossterm.spec index bf46b59..72f221b 100644 --- a/rust-crossterm.spec +++ b/rust-crossterm.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.17.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Crossplatform terminal library for manipulating terminals # Upstream license specification: MIT @@ -16,6 +16,7 @@ URL: https://crates.io/crates/crossterm Source: %{crates_source} # Initial patched metadata # * No windows +# * Bump to parking_lot 0.11, https://github.com/crossterm-rs/crossterm/pull/486 Patch0: crossterm-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -112,6 +113,9 @@ find -type f -executable -exec chmod -v -x '{}' + %endif %changelog +* Fri Sep 11 2020 Josh Stone - 0.17.7-3 +- Bump to parking_lot 0.11 + * Wed Jul 29 2020 Fedora Release Engineering - 0.17.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild