update to version 1.5.0

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

1
.gitignore vendored

@ -17,3 +17,4 @@
/smallvec-1.4.0.crate
/smallvec-1.4.1.crate
/smallvec-1.4.2.crate
/smallvec-1.5.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate smallvec
Name: rust-%{crate}
Version: 1.4.2
Version: 1.5.0
Release: 1%{?dist}
Summary: 'Small vector' optimization: store up to a small number of items on the stack
@ -143,6 +143,10 @@ which use "write" feature of "%{crate}" crate.
%endif
%changelog
* Thu Nov 19 2020 Fabio Valentini <decathorpe@gmail.com> - 1.5.0-1
- Update to version 1.5.0.
- Fixes RHBZ#1898676
* Thu Aug 13 2020 Josh Stone <jistone@redhat.com> - 1.4.2-1
- Update to 1.4.2

@ -1 +1 @@
SHA512 (smallvec-1.4.2.crate) = 5fa8ca2bd49dcf23c5f2c241b69811ff92bcca30b9687c3796cd4d4676450640cf5ab15745fd0df07993db42d12e2d4022fc395c55e5464b12ad6a1b3f7f75d5
SHA512 (smallvec-1.5.0.crate) = 7ead31972ee92041bb2749179bde2c3475db84390e5bc78bb1c459fc842ae1bd951952e659ae6b5813c548727cb284f5c44226c6a844c1e60b0863cd43463bd9

Loading…
Cancel
Save