Update to 0.15.0

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

1
.gitignore vendored

@ -8,3 +8,4 @@
/tui-0.12.0.crate
/tui-0.13.0.crate
/tui-0.14.0.crate
/tui-0.15.0.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 17
# Generated by rust2rpm 18
# * argh ^0.1 is not packaged
%bcond_with check
%global debug_package %{nil}
@ -6,8 +6,8 @@
%global crate tui
Name: rust-%{crate}
Version: 0.14.0
Release: 2%{?dist}
Version: 0.15.0
Release: %autorelease
Summary: Library to build rich terminal user interfaces or dashboards
# Upstream license specification: MIT
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE
%doc README.md CHANGELOG.md
%doc examples README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -108,60 +108,4 @@ which use "termion" feature of "%{crate}" crate.
%endif
%changelog
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-2
- 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
%autochangelog

@ -1 +1 @@
SHA512 (tui-0.14.0.crate) = d333c5368ad51a9a3d6bfdf23bbbc636bfc4518238b7e2bf4983ff7ad765c5d3c6f016a00ebc6ecaf7aea79bef54e4e7acf88d5e18cde50fd3f7d0fe8df2c1ee
SHA512 (tui-0.15.0.crate) = 2df5234f369d0ebb9724d63399a8c88a26dff878e7b618bd7697cc1e60a61098119c7f8845ed469486156c25998d8211d93fab8d9b5c10292cb637604adfd3b6

Loading…
Cancel
Save