update to version 0.12.0

epel9
Fabio Valentini 4 years ago
parent b4b33661ab
commit 39cb330646
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/tui-0.9.3.crate /tui-0.9.3.crate
/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

@ -1,13 +1,13 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 13
# * stderrlog is not packaged # * argh ^0.1 is not packaged
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate tui %global crate tui
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.9.5 Version: 0.12.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
@ -113,6 +113,18 @@ which use "rustbox" feature of "%{crate}" crate.
%files -n %{name}+rustbox-devel %files -n %{name}+rustbox-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde-devel %{_description}
This package contains library source intended for building other packages
which use "serde" feature of "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+termion-devel %package -n %{name}+termion-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -144,6 +156,9 @@ which use "termion" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* 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 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (tui-0.9.5.crate) = b71ff85a56e4d6a7f3611bfc5b042fa377703db23a9f6eebc169fc08bf7cb0c41d74ddb02cf65ebacd5d86ae2b1ebad1fefa44fdd914210cf88a2ba031a24b81 SHA512 (tui-0.12.0.crate) = 9546de9bc189ab51f23e75d11783779e81b611b7d8ffeb5d30e05d2aaeada0acf3b0418adbf27ef0f28c243a374fb23e120df8b30e13b198e012b34354e2d451

Loading…
Cancel
Save