Update to 0.19.0

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

1
.gitignore vendored

@ -18,3 +18,4 @@
/crossterm-0.17.6.crate
/crossterm-0.17.7.crate
/crossterm-0.18.2.crate
/crossterm-0.19.0.crate

@ -1,12 +1,12 @@
--- crossterm-0.18.2/Cargo.toml 2020-10-29T16:47:26+00:00
+++ crossterm-0.18.2/Cargo.toml 2020-12-01T15:22:55.993143+00:00
--- crossterm-0.19.0/Cargo.toml 2020-12-28T10:05:26+00:00
+++ crossterm-0.19.0/Cargo.toml 2021-03-21T14:46:54.683397+00:00
@@ -81,9 +81,3 @@
[target."cfg(unix)".dependencies.signal-hook]
version = "0.1.15"
features = ["mio-0_7-support"]
-[target."cfg(windows)".dependencies.crossterm_winapi]
-version = "0.6.2"
-version = "0.7.0"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.8"
-version = "0.3.9"
-features = ["winuser"]

@ -1,4 +1,4 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
# * async-std is not packaged yet
%bcond_with check
%global debug_package %{nil}
@ -6,8 +6,8 @@
%global crate crossterm
Name: rust-%{crate}
Version: 0.18.2
Release: 2%{?dist}
Version: 0.19.0
Release: 1%{?dist}
Summary: Crossplatform terminal library for manipulating terminals
# Upstream license specification: MIT
@ -94,7 +94,6 @@ which use "serde" feature of "%{crate}" crate.
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
find -type f -executable -exec chmod -v -x '{}' +
%cargo_prep
%generate_buildrequires
@ -112,6 +111,9 @@ find -type f -executable -exec chmod -v -x '{}' +
%endif
%changelog
* Sun Mar 21 15:46:54 CET 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.19.0-1
- Update to 0.19.0
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (crossterm-0.18.2.crate) = 21673eb1efa4b353b48c4d2e4780505fb1deb5ab5767787acf5f7133ef45e83176ad8d020804052e6b283135e72e1fa623b8e37417f805102a39d98cd72a4f18
SHA512 (crossterm-0.19.0.crate) = c46c095d73be48a3c1875806547ba708a40abfc8e5cd89514162e0d1636675c4f4e2857ac3b4b32239d14f7ab57a61018b6a919160b2136ae761dbbde726b932

Loading…
Cancel
Save