From 6e0167d1a9c3b1e724519093d8e63ef7560d84f5 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 18 Mar 2020 17:27:57 -0700 Subject: [PATCH] Bump crossterm to 0.16. --- rust-tui.spec | 8 +++++++- tui-fix-metadata.diff | 11 +++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 tui-fix-metadata.diff diff --git a/rust-tui.spec b/rust-tui.spec index b5c6dcb..dd9c98a 100644 --- a/rust-tui.spec +++ b/rust-tui.spec @@ -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 - 0.8.0-4 +- Bump crossterm to 0.16. + * Wed Mar 18 2020 Igor Raits - 0.8.0-3 - Backport features needed for ytop diff --git a/tui-fix-metadata.diff b/tui-fix-metadata.diff new file mode 100644 index 0000000..76d7e92 --- /dev/null +++ b/tui-fix-metadata.diff @@ -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]