From 0fd34678dee82d0aaa8775dad3ae4b98c886243a Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sun, 10 Jan 2021 19:49:40 +0100 Subject: [PATCH] Update to 0.14.0 Signed-off-by: Igor Raits --- .gitignore | 1 + rust-tui.spec | 7 +++++-- sources | 2 +- tui-fix-metadata.diff | 30 ------------------------------ 4 files changed, 7 insertions(+), 33 deletions(-) delete mode 100644 tui-fix-metadata.diff diff --git a/.gitignore b/.gitignore index 94cb790..898ab10 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /tui-0.9.5.crate /tui-0.12.0.crate /tui-0.13.0.crate +/tui-0.14.0.crate diff --git a/rust-tui.spec b/rust-tui.spec index 6f2f033..132835a 100644 --- a/rust-tui.spec +++ b/rust-tui.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 16 +# Generated by rust2rpm 17 # * argh ^0.1 is not packaged %bcond_with check %global debug_package %{nil} @@ -6,7 +6,7 @@ %global crate tui Name: rust-%{crate} -Version: 0.13.0 +Version: 0.14.0 Release: 1%{?dist} Summary: Library to build rich terminal user interfaces or dashboards @@ -108,6 +108,9 @@ which use "termion" feature of "%{crate}" crate. %endif %changelog +* Sun Jan 10 19:48:49 CET 2021 Igor Raits - 0.14.0-1 +- Update to 0.14.0 (Fixes: RHBZ#1911913) + * Mon Nov 30 2020 Fabio Valentini - 0.13.0-1 - Update to version 0.13.0. - Fixes RHBZ#1897806 diff --git a/sources b/sources index ae707a1..da60465 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tui-0.13.0.crate) = 93e818c9819bbd5b144155c257b253e8e6050bd1fe844b5a8ab8800137e5f6f2ec6d23dd6c644c84f4987b45d5a1912934cbbd3ac2836c1345e312575fb55053 +SHA512 (tui-0.14.0.crate) = d333c5368ad51a9a3d6bfdf23bbbc636bfc4518238b7e2bf4983ff7ad765c5d3c6f016a00ebc6ecaf7aea79bef54e4e7acf88d5e18cde50fd3f7d0fe8df2c1ee diff --git a/tui-fix-metadata.diff b/tui-fix-metadata.diff deleted file mode 100644 index 17b1494..0000000 --- a/tui-fix-metadata.diff +++ /dev/null @@ -1,30 +0,0 @@ ---- tui-0.12.0/Cargo.toml 2020-09-27T17:56:46+00:00 -+++ tui-0.12.0/Cargo.toml 2020-11-08T21:45:13.996104+00:00 -@@ -122,19 +122,6 @@ - version = "0.17" - optional = true - --[dependencies.easycurses] --version = "0.12.2" --optional = true -- --[dependencies.pancurses] --version = "0.16.1" --features = ["win32a"] --optional = true -- --[dependencies.rustbox] --version = "0.11" --optional = true -- - [dependencies.serde] - version = "1" - features = ["derive"] -@@ -156,7 +143,6 @@ - version = "0.7" - - [features] --curses = ["easycurses", "pancurses"] - default = ["termion"] - - [badges]