Update to 0.17.5

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent a6117569e0
commit 48fd43db57
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -14,3 +14,4 @@
/crossterm-0.14.2.crate /crossterm-0.14.2.crate
/crossterm-0.16.0.crate /crossterm-0.16.0.crate
/crossterm-0.17.4.crate /crossterm-0.17.4.crate
/crossterm-0.17.5.crate

@ -1,8 +1,8 @@
--- crossterm-0.17.4/Cargo.toml 2020-05-02T06:10:31+00:00 --- crossterm-0.17.5/Cargo.toml 2020-05-23T11:31:26+00:00
+++ crossterm-0.17.4/Cargo.toml 2020-05-10T12:37:51.042747+00:00 +++ crossterm-0.17.5/Cargo.toml 2020-05-23T18:16:32.069008+00:00
@@ -71,9 +71,3 @@ @@ -71,9 +71,3 @@
[target."cfg(unix)".dependencies.signal-hook] [target."cfg(unix)".dependencies.signal-hook]
version = "0.1.13" version = "0.1.15"
features = ["mio-support"] features = ["mio-support"]
-[target."cfg(windows)".dependencies.crossterm_winapi] -[target."cfg(windows)".dependencies.crossterm_winapi]
-version = "0.6.1" -version = "0.6.1"

@ -1,4 +1,4 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 15
# * async-std is not packaged yet # * async-std is not packaged yet
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate crossterm %global crate crossterm
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.17.4 Version: 0.17.5
Release: 1%{?dist} Release: 1%{?dist}
Summary: Crossplatform terminal library for manipulating terminals Summary: Crossplatform terminal library for manipulating terminals
@ -112,6 +112,9 @@ find -type f -executable -exec chmod -v -x '{}' +
%endif %endif
%changelog %changelog
* Sat May 23 20:16:32 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.17.5-1
- Update to 0.17.5
* Sun May 10 14:37:51 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.17.4-1 * Sun May 10 14:37:51 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.17.4-1
- Update to 0.17.4 - Update to 0.17.4

@ -1 +1 @@
SHA512 (crossterm-0.17.4.crate) = 834cf189fc9e7aa0bad22d0933241dd964b78815ed19f649398528b86cd286f17a385f12ee30609c54f99ee77ec8080cfd7c6b83d8ebe67416a7841ff763cf08 SHA512 (crossterm-0.17.5.crate) = e501d8c0cd63d8963420ac644c383d7b80f8f53734df81e370cafec29e6f0c55e40f1b2e64f812a47a35792b79fbb40c5d63ff71841bff924edd42f3516b80c1

Loading…
Cancel
Save