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