|
|
|
@ -1,17 +1,13 @@
|
|
|
|
|
# Generated by rust2rpm 10
|
|
|
|
|
|
|
|
|
|
### test result: FAILED. 17 passed; 2 failed; 1 ignored; 0 measured; 0 filtered out
|
|
|
|
|
### Probably because of 'rust-stderrlog' package
|
|
|
|
|
### * new 0.7.0 versions requires many new updated crates
|
|
|
|
|
# Generated by rust2rpm 11
|
|
|
|
|
# * stderrlog is not packaged, and structopt 0.3 is not yet built
|
|
|
|
|
%bcond_with check
|
|
|
|
|
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate tui
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.7.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Library to build rich terminal user interfaces or dashboards
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT
|
|
|
|
@ -148,6 +144,9 @@ which use "termion" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Dec 13 18:35:05 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.0-2
|
|
|
|
|
- Update tests
|
|
|
|
|
|
|
|
|
|
* Wed Dec 11 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.7.0-1
|
|
|
|
|
- Update to 0.7.0
|
|
|
|
|
|
|
|
|
|