Update to 0.16.0

epel9
Josh Stone 5 years ago
parent 42bb991073
commit e8c833b58c

1
.gitignore vendored

@ -12,3 +12,4 @@
/crossterm-0.13.3.crate
/crossterm-0.14.1.crate
/crossterm-0.14.2.crate
/crossterm-0.16.0.crate

@ -1,11 +1,11 @@
--- crossterm-0.14.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ crossterm-0.14.1/Cargo.toml 2019-12-27T09:27:17.055358+00:00
--- crossterm-0.16.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ crossterm-0.16.0/Cargo.toml 2020-03-19T00:17:11.172520+00:00
@@ -71,9 +71,3 @@
[target."cfg(unix)".dependencies.signal-hook]
version = "0.1.12"
version = "0.1.13"
features = ["mio-support"]
-[target."cfg(windows)".dependencies.crossterm_winapi]
-version = "0.5.1"
-version = "0.6.1"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.8"

@ -6,8 +6,8 @@
%global crate crossterm
Name: rust-%{crate}
Version: 0.14.2
Release: 2%{?dist}
Version: 0.16.0
Release: 1%{?dist}
Summary: Crossplatform terminal library for manipulating terminals
# Upstream license specification: MIT
@ -94,6 +94,7 @@ which use "serde" feature of "%{crate}" crate.
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
find -type f -exec chmod -x '{}' '+'
%cargo_prep
%generate_buildrequires
@ -111,6 +112,9 @@ which use "serde" feature of "%{crate}" crate.
%endif
%changelog
* Thu Mar 19 2020 Josh Stone <jistone@redhat.com> - 0.16.0-1
- Update to 0.16.0
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (crossterm-0.14.2.crate) = 313f82b58fe6fa412bdb72f8b57a4b74bea52e30ac4956db37071797a4294d63e7230b2b19c8ab993f2208fd0f8ea91535b36a6a0a7abb7df61e9a02701eb4c7
SHA512 (crossterm-0.16.0.crate) = bf253490940c9873529506af55de083a2352fbe01b201c04eafc1c6219a51a06d72aa59754036822be5b48fa66e54064232d9cb7f8480ea960ccd63c1ae2dba2

Loading…
Cancel
Save