update to version 1.5.1

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

1
.gitignore vendored

@ -18,3 +18,4 @@
/smallvec-1.4.1.crate
/smallvec-1.4.2.crate
/smallvec-1.5.0.crate
/smallvec-1.5.1.crate

@ -5,7 +5,7 @@
%global crate smallvec
Name: rust-%{crate}
Version: 1.5.0
Version: 1.5.1
Release: 1%{?dist}
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
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/{scripts/,.travis.yml}
%package -n %{name}+default-devel
Summary: %{summary}
@ -143,6 +144,10 @@ which use "write" feature of "%{crate}" crate.
%endif
%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
- Update to version 1.5.0.
- Fixes RHBZ#1898676

@ -1 +1 @@
SHA512 (smallvec-1.5.0.crate) = 7ead31972ee92041bb2749179bde2c3475db84390e5bc78bb1c459fc842ae1bd951952e659ae6b5813c548727cb284f5c44226c6a844c1e60b0863cd43463bd9
SHA512 (smallvec-1.5.1.crate) = e9b2e4c00ae8fb3bee01337dcbed586e72e922fbfbb69e7c79f3a6c9933495c56b1834797ea2a08e42bcf9cfa9c0842c414c2fcd68817e2b0702b2908b033842

Loading…
Cancel
Save