Update to 1.4.2

epel9
Josh Stone 4 years ago
parent ad0d7b1db4
commit a6267114c8

1
.gitignore vendored

@ -16,3 +16,4 @@
/smallvec-1.3.0.crate /smallvec-1.3.0.crate
/smallvec-1.4.0.crate /smallvec-1.4.0.crate
/smallvec-1.4.1.crate /smallvec-1.4.1.crate
/smallvec-1.4.2.crate

@ -5,8 +5,8 @@
%global crate smallvec %global crate smallvec
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.4.1 Version: 1.4.2
Release: 3%{?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
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -143,6 +143,9 @@ which use "write" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Aug 13 2020 Josh Stone <jistone@redhat.com> - 1.4.2-1
- Update to 1.4.2
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-3 * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-3
- Second attempt - Rebuilt for - Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (smallvec-1.4.1.crate) = 9fd60cfc29f413b44a5f215d3dc78b90b25a5f300e70d5f655571fbffc14bd701383485fb67ed3f4a73b9cfb46c6584bcf81be67e99d5e6a69dec5681ed6c4e4 SHA512 (smallvec-1.4.2.crate) = 5fa8ca2bd49dcf23c5f2c241b69811ff92bcca30b9687c3796cd4d4676450640cf5ab15745fd0df07993db42d12e2d4022fc395c55e5464b12ad6a1b3f7f75d5

Loading…
Cancel
Save