update to version 1.6.1

epel9
Fabio Valentini 4 years ago
parent 09c14cc818
commit 26e9a57991
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -12,3 +12,4 @@
/indexmap-1.5.1.crate /indexmap-1.5.1.crate
/indexmap-1.5.2.crate /indexmap-1.5.2.crate
/indexmap-1.6.0.crate /indexmap-1.6.0.crate
/indexmap-1.6.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate indexmap %global crate indexmap
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.6.0 Version: 1.6.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Hash table with consistent order and fast iteration Summary: Hash table with consistent order and fast iteration
@ -150,6 +150,10 @@ which use "test_low_transition_point" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Jan 04 2021 Fabio Valentini <decathorpe@gmail.com> - 1.6.1-1
- Update to version 1.6.1.
- Fixes RHBZ#1907677
* Mon Sep 28 2020 Fabio Valentini <decathorpe@gmail.com> - 1.6.0-1 * Mon Sep 28 2020 Fabio Valentini <decathorpe@gmail.com> - 1.6.0-1
- Update to version 1.6.0. - Update to version 1.6.0.

@ -1 +1 @@
SHA512 (indexmap-1.6.0.crate) = f91c0d3588da037a2dc728c9cd823b4acf7edfbe7d59b28dbe1f5802294f2677eacf0ccea41235daa30b3d8187a97938653a040d8c9d2d38513440b2e82fd85e SHA512 (indexmap-1.6.1.crate) = a859cf4f2db46fe753aae0562ba6ea32dd529789a29784324e82b03f64f42a4f302789230ac298860513b1cd8cb238b7a150f6f865d342d606fcb7a2787f9a03

Loading…
Cancel
Save