Bump crossterm from 0.20 to 0.22

epel9
Fabio Valentini 3 years ago
parent 3533a15284
commit 0fbda34a63
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -0,0 +1,11 @@
--- below-view-0.4.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ below-view-0.4.1/Cargo.toml 2022-02-13T15:36:45.107215+00:00
@@ -30,7 +30,7 @@
package = "below-common"
[dependencies.crossterm]
-version = "0.20.0"
+version = "0.22.0"
features = ["event-stream"]
[dependencies.cursive]

@ -1,4 +1,4 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
@ -13,11 +13,11 @@ Summary: View crate for below
License: ASL 2.0
URL: https://crates.io/crates/below-view
Source: %{crates_source}
# Initial patched metadata
# * bump crossterm from 0.20 to 0.22
Patch0: below-view-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -32,8 +32,8 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE
@ -45,8 +45,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

Loading…
Cancel
Save