|
|
@ -5,7 +5,7 @@
|
|
|
|
%global crate smallvec
|
|
|
|
%global crate smallvec
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 1.5.0
|
|
|
|
Version: 1.5.1
|
|
|
|
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,6 +39,7 @@ 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}
|
|
|
@ -143,6 +144,10 @@ which use "write" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Dec 07 2020 Fabio Valentini <decathorpe@gmail.com> - 1.5.1-1
|
|
|
|
|
|
|
|
- Update to version 1.5.1.
|
|
|
|
|
|
|
|
- Fixes RHBZ#1904619
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Nov 19 2020 Fabio Valentini <decathorpe@gmail.com> - 1.5.0-1
|
|
|
|
* Thu Nov 19 2020 Fabio Valentini <decathorpe@gmail.com> - 1.5.0-1
|
|
|
|
- Update to version 1.5.0.
|
|
|
|
- Update to version 1.5.0.
|
|
|
|
- Fixes RHBZ#1898676
|
|
|
|
- Fixes RHBZ#1898676
|
|
|
|