update to version 1.6.2

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

1
.gitignore vendored

@ -13,3 +13,4 @@
/indexmap-1.5.2.crate
/indexmap-1.6.0.crate
/indexmap-1.6.1.crate
/indexmap-1.6.2.crate

@ -5,8 +5,8 @@
%global crate indexmap
Name: rust-%{crate}
Version: 1.6.1
Release: 2%{?dist}
Version: 1.6.2
Release: 1%{?dist}
Summary: Hash table with consistent order and fast iteration
# Upstream license specification: Apache-2.0/MIT
@ -150,6 +150,10 @@ which use "test_low_transition_point" feature of "%{crate}" crate.
%endif
%changelog
* Fri Mar 26 2021 Fabio Valentini <decathorpe@gmail.com> - 1.6.2-1
- Update to version 1.6.2.
- Fixes RHBZ#1935999
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (indexmap-1.6.1.crate) = a859cf4f2db46fe753aae0562ba6ea32dd529789a29784324e82b03f64f42a4f302789230ac298860513b1cd8cb238b7a150f6f865d342d606fcb7a2787f9a03
SHA512 (indexmap-1.6.2.crate) = 1509b6aa6b3b84fa15b98026052f6d5f0f1aedd065b02b24e31b799f8db68d5770e9a8302ef10e1ad16817256dbc03c55593928a48eddb252d25de7e0b7e6406

Loading…
Cancel
Save