|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 16
|
|
|
|
# Generated by rust2rpm 17
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate smallvec
|
|
|
|
%global crate smallvec
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 1.5.1
|
|
|
|
Version: 1.6.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: 'Small vector' optimization: store up to a small number of items on the stack
|
|
|
|
Summary: 'Small vector' optimization: store up to a small number of items on the stack
|
|
|
|
|
|
|
|
|
|
|
@ -39,7 +39,6 @@ which use "%{crate}" crate.
|
|
|
|
%license LICENSE-MIT LICENSE-APACHE
|
|
|
|
%license LICENSE-MIT LICENSE-APACHE
|
|
|
|
%doc README.md
|
|
|
|
%doc README.md
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/{scripts/,.travis.yml}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -144,6 +143,9 @@ which use "write" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jan 01 15:06:38 CET 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.6.0-1
|
|
|
|
|
|
|
|
- Update to 1.6.0 (Fixes: RHBZ#1911860)
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 07 2020 Fabio Valentini <decathorpe@gmail.com> - 1.5.1-1
|
|
|
|
* Mon Dec 07 2020 Fabio Valentini <decathorpe@gmail.com> - 1.5.1-1
|
|
|
|
- Update to version 1.5.1.
|
|
|
|
- Update to version 1.5.1.
|
|
|
|
- Fixes RHBZ#1904619
|
|
|
|
- Fixes RHBZ#1904619
|
|
|
|