Update to version 0.22.1

epel9
Fabio Valentini 3 years ago
parent 8863b8dcce
commit d3d6ab0180
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -20,3 +20,4 @@
/crossterm-0.18.2.crate /crossterm-0.18.2.crate
/crossterm-0.19.0.crate /crossterm-0.19.0.crate
/crossterm-0.20.0.crate /crossterm-0.20.0.crate
/crossterm-0.22.1.crate

@ -1,11 +1,11 @@
--- crossterm-0.20.0/Cargo.toml 1970-01-01T00:00:00+00:00 --- crossterm-0.22.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ crossterm-0.20.0/Cargo.toml 2021-09-03T11:59:21.181532+00:00 +++ crossterm-0.22.1/Cargo.toml 2022-02-13T11:47:33.053433+00:00
@@ -81,9 +81,3 @@ @@ -84,9 +84,3 @@
[target."cfg(unix)".dependencies.signal-hook-mio] [target."cfg(unix)".dependencies.signal-hook-mio]
version = "0.2.1" version = "0.2.1"
features = ["support-v0_7"] features = ["support-v0_7"]
-[target."cfg(windows)".dependencies.crossterm_winapi] -[target."cfg(windows)".dependencies.crossterm_winapi]
-version = "0.8" -version = "0.9"
- -
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.winapi]
-version = "0.3.9" -version = "0.3.9"

@ -1,11 +1,11 @@
# Generated by rust2rpm 18 # Generated by rust2rpm 20
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate crossterm %global crate crossterm
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.20.0 Version: 0.22.1
Release: %autorelease Release: %autorelease
Summary: Crossplatform terminal library for manipulating terminals Summary: Crossplatform terminal library for manipulating terminals
@ -18,9 +18,6 @@ Source: %{crates_source}
Patch0: crossterm-fix-metadata.diff Patch0: crossterm-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
@ -35,12 +32,12 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE %license LICENSE
%doc README.md CHANGELOG.md %doc CHANGELOG.md README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -49,8 +46,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -61,8 +58,8 @@ BuildArch: noarch
%description -n %{name}+event-stream-devel %{_description} %description -n %{name}+event-stream-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "event-stream" feature of "%{crate}" crate. use the "event-stream" feature of the "%{crate}" crate.
%files -n %{name}+event-stream-devel %files -n %{name}+event-stream-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -73,8 +70,8 @@ BuildArch: noarch
%description -n %{name}+futures-core-devel %{_description} %description -n %{name}+futures-core-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "futures-core" feature of "%{crate}" crate. use the "futures-core" feature of the "%{crate}" crate.
%files -n %{name}+futures-core-devel %files -n %{name}+futures-core-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -85,8 +82,8 @@ BuildArch: noarch
%description -n %{name}+serde-devel %{_description} %description -n %{name}+serde-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "serde" feature of "%{crate}" crate. use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel %files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (crossterm-0.20.0.crate) = 998d5377b5e204375ba6016da678d3d3a4feb5174092b9e2dd8c8d26d8a5c7f321d60d829262f4b3a962566204fc6e804e3637494be97760e6ef66f888a6ab38 SHA512 (crossterm-0.22.1.crate) = 2a8534a12bb119be583d491b3595259d164de6922ce2a17bbe6f19fcff93339a6d0d8c08398958a7592d6aa765eb2ebc6e61b54211080785357c711b2c454d91

Loading…
Cancel
Save