Update to version 2.0.0; Fixes RHBZ#2217109

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

1
.gitignore vendored

@ -21,3 +21,4 @@
/indexmap-1.9.1.crate
/indexmap-1.9.2.crate
/indexmap-1.9.3.crate
/indexmap-2.0.0.crate

@ -5,7 +5,7 @@
%global crate indexmap
Name: rust-indexmap
Version: 1.9.3
Version: 2.0.0
Release: %autorelease
Summary: Hash table with consistent order and fast iteration
@ -96,18 +96,6 @@ use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-1-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde-1-devel %{_description}
This package contains library source intended for building other packages which
use the "serde-1" feature of the "%{crate}" crate.
%files -n %{name}+serde-1-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
@ -132,18 +120,6 @@ use the "test_debug" feature of the "%{crate}" crate.
%files -n %{name}+test_debug-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+test_low_transition_point-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+test_low_transition_point-devel %{_description}
This package contains library source intended for building other packages which
use the "test_low_transition_point" feature of the "%{crate}" crate.
%files -n %{name}+test_low_transition_point-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep

@ -1 +1 @@
SHA512 (indexmap-1.9.3.crate) = 2aa8069eb07a814c8fa3e11296c9f032ef60963520d7786ad20cca5cb7e73b8f76d97722a994d65295bb713020aadce5008cd3df5e99d8bd968ef1979f910a37
SHA512 (indexmap-2.0.0.crate) = 59bc19653436389e1408e21b0933e5ca6f9fe228f0f5fbe9a7e4fb461b9712ba82983cbf22c0581eaf7913298b9ef5842702946152b493c1dc651381d6bce1a3

Loading…
Cancel
Save