|
|
|
@ -5,8 +5,8 @@
|
|
|
|
|
%global crate indexmap
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 1.5.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 1.5.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Hash table with consistent order and fast iteration
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: Apache-2.0/MIT
|
|
|
|
@ -23,14 +23,13 @@ BuildRequires: rust-packaging
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Hash table with consistent order and fast iteration.
|
|
|
|
|
The indexmap is a hash
|
|
|
|
|
table where the iteration order of the key-value pairs is independent of the
|
|
|
|
|
hash values of the keys. It has the usual hash table functionality, it
|
|
|
|
|
preserves insertion order except after removals, and it allows lookup of its
|
|
|
|
|
elements by either hash table key or numerical index. A corresponding hash set
|
|
|
|
|
type is also provided.
|
|
|
|
|
This crate was initially published under the name
|
|
|
|
|
ordermap, but it was renamed to indexmap.}
|
|
|
|
|
The indexmap is a hash table where the iteration order of the key-value pairs
|
|
|
|
|
is independent of the hash values of the keys. It has the usual hash table
|
|
|
|
|
functionality, it preserves insertion order except after removals, and it
|
|
|
|
|
allows lookup of its elements by either hash table key or numerical index. A
|
|
|
|
|
corresponding hash set type is also provided.
|
|
|
|
|
This crate was initially published under the name ordermap, but it was renamed
|
|
|
|
|
to indexmap.}
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
@ -139,6 +138,9 @@ which use "test_low_transition_point" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Aug 08 2020 Josh Stone <jistone@redhat.com> - 1.5.1-1
|
|
|
|
|
- Update to 1.5.1
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|