|
|
@ -1,4 +1,4 @@
|
|
|
|
# Generated by rust2rpm 17
|
|
|
|
# Generated by rust2rpm 18
|
|
|
|
# * 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,8 +6,8 @@
|
|
|
|
%global crate tui
|
|
|
|
%global crate tui
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.14.0
|
|
|
|
Version: 0.15.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: %autorelease
|
|
|
|
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
|
|
|
@ -38,7 +38,7 @@ which use "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
|
%doc README.md CHANGELOG.md
|
|
|
|
%doc examples README.md CHANGELOG.md
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
%package -n %{name}+default-devel
|
|
|
@ -108,60 +108,4 @@ which use "termion" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-2
|
|
|
|
%autochangelog
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Nov 8 2020 Fabio Valentini <decathorpe@gmail.com> - 0.12.0-2
|
|
|
|
|
|
|
|
- Drop optional features with broken dependencies.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Oct 25 2020 Fabio Valentini <decathorpe@gmail.com> - 0.12.0-1
|
|
|
|
|
|
|
|
- Update to version 0.12.0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 22 2020 Josh Stone <jistone@redhat.com> - 0.9.5-1
|
|
|
|
|
|
|
|
- Update to 0.9.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 13 2020 Josh Stone <jistone@redhat.com> - 0.9.4-1
|
|
|
|
|
|
|
|
- Update to 0.9.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 11 12:13:41 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.9.3-1
|
|
|
|
|
|
|
|
- Update to 0.9.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun May 10 18:20:57 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.9.2-1
|
|
|
|
|
|
|
|
- Update to 0.9.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun May 10 14:46:18 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.9.1-1
|
|
|
|
|
|
|
|
- Update to 0.9.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 19 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.8.0-5
|
|
|
|
|
|
|
|
- Backport more features needed for ytop
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
- Backport features needed for ytop
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 16 2020 Josh Stone <jistone@redhat.com> - 0.8.0-1
|
|
|
|
|
|
|
|
- Update to 0.8.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 15 19:05:51 EET 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.6.2-1
|
|
|
|
|
|
|
|
- Initial package
|
|
|
|
|
|
|
|