Update to 0.14.0

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 4 years ago
parent f7366b569a
commit 0fd34678de
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -7,3 +7,4 @@
/tui-0.9.5.crate
/tui-0.12.0.crate
/tui-0.13.0.crate
/tui-0.14.0.crate

@ -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 <ignatenkobrain@fedoraproject.org> - 0.14.0-1
- Update to 0.14.0 (Fixes: RHBZ#1911913)
* Mon Nov 30 2020 Fabio Valentini <decathorpe@gmail.com> - 0.13.0-1
- Update to version 0.13.0.
- Fixes RHBZ#1897806

@ -1 +1 @@
SHA512 (tui-0.13.0.crate) = 93e818c9819bbd5b144155c257b253e8e6050bd1fe844b5a8ab8800137e5f6f2ec6d23dd6c644c84f4987b45d5a1912934cbbd3ac2836c1345e312575fb55053
SHA512 (tui-0.14.0.crate) = d333c5368ad51a9a3d6bfdf23bbbc636bfc4518238b7e2bf4983ff7ad765c5d3c6f016a00ebc6ecaf7aea79bef54e4e7acf88d5e18cde50fd3f7d0fe8df2c1ee

@ -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]
Loading…
Cancel
Save