update to version 0.13.0

epel9
Fabio Valentini 4 years ago
parent 19bd07d0ba
commit f7366b569a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/tui-0.9.4.crate /tui-0.9.4.crate
/tui-0.9.5.crate /tui-0.9.5.crate
/tui-0.12.0.crate /tui-0.12.0.crate
/tui-0.13.0.crate

@ -0,0 +1,6 @@
[DEFAULT]
unwanted-features =
curses
easycurses
pancurses
rustbox

@ -1,4 +1,4 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
# * argh ^0.1 is not packaged # * argh ^0.1 is not packaged
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,17 +6,14 @@
%global crate tui %global crate tui
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.12.0 Version: 0.13.0
Release: 2%{?dist} Release: 1%{?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
# * drop optional features with broken dependencies
Patch0: tui-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -111,6 +108,10 @@ which use "termion" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Nov 30 2020 Fabio Valentini <decathorpe@gmail.com> - 0.13.0-1
- Update to version 0.13.0.
- Fixes RHBZ#1897806
* Sun Nov 8 2020 Fabio Valentini <decathorpe@gmail.com> - 0.12.0-2 * Sun Nov 8 2020 Fabio Valentini <decathorpe@gmail.com> - 0.12.0-2
- Drop optional features with broken dependencies. - Drop optional features with broken dependencies.

@ -1 +1 @@
SHA512 (tui-0.12.0.crate) = 9546de9bc189ab51f23e75d11783779e81b611b7d8ffeb5d30e05d2aaeada0acf3b0418adbf27ef0f28c243a374fb23e120df8b30e13b198e012b34354e2d451 SHA512 (tui-0.13.0.crate) = 93e818c9819bbd5b144155c257b253e8e6050bd1fe844b5a8ab8800137e5f6f2ec6d23dd6c644c84f4987b45d5a1912934cbbd3ac2836c1345e312575fb55053

Loading…
Cancel
Save