Bump to parking_lot 0.11

epel9
Josh Stone 4 years ago
parent b53f4985af
commit d484235696

@ -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"

@ -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 <jistone@redhat.com> - 0.17.7-3
- Bump to parking_lot 0.11
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Loading…
Cancel
Save