Update to 1.5.2

epel9
Josh Stone 5 years ago
parent 34f0e52393
commit 437c341f1c

1
.gitignore vendored

@ -10,3 +10,4 @@
/indexmap-1.4.0.crate
/indexmap-1.5.0.crate
/indexmap-1.5.1.crate
/indexmap-1.5.2.crate

@ -5,7 +5,7 @@
%global crate indexmap
Name: rust-%{crate}
Version: 1.5.1
Version: 1.5.2
Release: 1%{?dist}
Summary: Hash table with consistent order and fast iteration
@ -95,6 +95,18 @@ which use "serde-1" feature of "%{crate}" crate.
%files -n %{name}+serde-1-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+test_debug-devel
Summary: %{summary}
BuildArch: noarch
@ -138,6 +150,9 @@ which use "test_low_transition_point" feature of "%{crate}" crate.
%endif
%changelog
* Tue Sep 01 2020 Josh Stone <jistone@redhat.com> - 1.5.2-1
- Update to 1.5.2
* Sat Aug 08 2020 Josh Stone <jistone@redhat.com> - 1.5.1-1
- Update to 1.5.1

@ -1 +1 @@
SHA512 (indexmap-1.5.1.crate) = 429bfcf26346061a781728eed279ed61982f5470a7af02b0ab4d37cd8b89d5a833f1aedfbad77e09e6aa6f6c83f086f6bdcce5b3a41ae433121064922a3b8280
SHA512 (indexmap-1.5.2.crate) = 6297d720181a41624ad255c2f870abd2de12a7752f7ae4c724a64822c36b37275103cd75e35f6e690e150688171dd34de45b01cebac74a3711be7a3f5728ed6a

Loading…
Cancel
Save