Update to 1.0.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 925b01b46d
commit 6509f0644a
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1 +1,2 @@
/indexmap-0.4.1.crate /indexmap-0.4.1.crate
/indexmap-1.0.0.crate

@ -5,7 +5,7 @@
%global crate indexmap %global crate indexmap
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.1 Version: 1.0.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Hash table with consistent order and fast iteration Summary: Hash table with consistent order and fast iteration
@ -38,6 +38,15 @@ BuildArch: noarch
%description devel %description devel
A hash table with consistent order and fast iteration. A 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.
This package contains library source intended for building other packages This package contains library source intended for building other packages
which use %{crate} from crates.io. which use %{crate} from crates.io.
@ -62,5 +71,8 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Mon Mar 12 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.0-1
- Update to 1.0.0
* Sat Mar 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.1-1 * Sat Mar 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.1-1
- Initial package - Initial package

@ -1 +1 @@
SHA512 (indexmap-0.4.1.crate) = 3d2a4656be12c5a11342a8e458d7e18c4d543f51e30d55751bb4db22a4780353c20fa7572952da16ada7a5d12407fd521037d0e83f32b21fe850f26b8a96ff11 SHA512 (indexmap-1.0.0.crate) = 6b56577a0202793a7fd35863542c7cfe8397674e521aa5f87113ffb03b4a4ce867b09911a6c2727c3063a0b4763a85f6023c1b8ff2ad57e556378349d3ae183d

Loading…
Cancel
Save