Update to version 1.9.3; Fixes RHBZ#2181678

epel9
Fabio Valentini 2 years ago
parent b562e10f10
commit 7ced4fc7eb
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -20,3 +20,4 @@
/indexmap-1.8.2.crate /indexmap-1.8.2.crate
/indexmap-1.9.1.crate /indexmap-1.9.1.crate
/indexmap-1.9.2.crate /indexmap-1.9.2.crate
/indexmap-1.9.3.crate

@ -1,3 +0,0 @@
# rust-indexmap
The rust-indexmap package

@ -1,11 +1,11 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate indexmap %global crate indexmap
Name: rust-indexmap Name: rust-indexmap
Version: 1.9.2 Version: 1.9.3
Release: %autorelease Release: %autorelease
Summary: Hash table with consistent order and fast iteration Summary: Hash table with consistent order and fast iteration
@ -16,7 +16,7 @@ Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Hash table with consistent order and fast iteration.} A hash table with consistent order and fast iteration.}
%description %{_description} %description %{_description}

@ -1 +1 @@
SHA512 (indexmap-1.9.2.crate) = 946c54881a347892dfcb55648a2b881d3a4d113424b8c76d8957980a834895318d11336dc438a04601916cca787420708ad7e271f965c38bfeae511ec1dedf85 SHA512 (indexmap-1.9.3.crate) = 2aa8069eb07a814c8fa3e11296c9f032ef60963520d7786ad20cca5cb7e73b8f76d97722a994d65295bb713020aadce5008cd3df5e99d8bd968ef1979f910a37

Loading…
Cancel
Save