Bump crossterm to 0.16.

epel9
Josh Stone 5 years ago
parent 4792a975ee
commit 6e0167d1a9

@ -7,13 +7,16 @@
Name: rust-%{crate}
Version: 0.8.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Library to build rich terminal user interfaces or dashboards
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/tui
Source: %{crates_source}
# Initial patched metadata
# * Bump crossterm to 0.16, https://github.com/fdehau/tui-rs/commit/8c3db49fba9598714d36f37f9b4ebe1f83266b3a
Patch0: tui-fix-metadata.diff
# https://github.com/fdehau/tui-rs/commit/7aae9b380eef239f5eec227868ca42438aa7f12f
Patch0001: 0001-Add-header_gap-field-to-Table.patch
# https://github.com/fdehau/tui-rs/commit/262bf441ceedbe51acafbeffc78c6bc3370514b4
@ -150,6 +153,9 @@ which use "termion" feature of "%{crate}" crate.
%endif
%changelog
* Wed Mar 18 2020 Josh Stone <jistone@redhat.com> - 0.8.0-4
- Bump crossterm to 0.16.
* Wed Mar 18 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.8.0-3
- Backport features needed for ytop

@ -0,0 +1,11 @@
--- tui-0.8.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ tui-0.8.0/Cargo.toml 2020-03-19T00:25:28.244864+00:00
@@ -113,7 +113,7 @@
version = "0.3"
[dependencies.crossterm]
-version = "0.14"
+version = "0.16"
optional = true
[dependencies.easycurses]
Loading…
Cancel
Save