Update to version 1.8.0; Fixes RHBZ#2038417

epel9
Fabio Valentini 3 years ago
parent a169b1ae1e
commit 5ccb0f5815
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -15,3 +15,4 @@
/indexmap-1.6.1.crate /indexmap-1.6.1.crate
/indexmap-1.6.2.crate /indexmap-1.6.2.crate
/indexmap-1.7.0.crate /indexmap-1.7.0.crate
/indexmap-1.8.0.crate

@ -0,0 +1,3 @@
[DEFAULT]
unwanted-features =
rustc-rayon

@ -1,11 +1,11 @@
# Generated by rust2rpm 18 # Generated by rust2rpm 21
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate indexmap %global crate indexmap
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.7.0 Version: 1.8.0
Release: %autorelease Release: %autorelease
Summary: Hash table with consistent order and fast iteration Summary: Hash table with consistent order and fast iteration
@ -15,11 +15,8 @@ URL: https://crates.io/crates/indexmap
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Hash table with consistent order and fast iteration. Hash table with consistent order and fast iteration.
@ -39,13 +36,15 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license %{crate_instdir}/LICENSE-APACHE
%doc README.rst %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/README.rst
%doc %{crate_instdir}/RELEASES.rst
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -53,11 +52,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+rayon-devel %package -n %{name}+rayon-devel
Summary: %{summary} Summary: %{summary}
@ -65,11 +64,11 @@ BuildArch: noarch
%description -n %{name}+rayon-devel %{_description} %description -n %{name}+rayon-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "rayon" feature of "%{crate}" crate. use the "rayon" feature of the "%{crate}" crate.
%files -n %{name}+rayon-devel %files -n %{name}+rayon-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel %package -n %{name}+serde-devel
Summary: %{summary} Summary: %{summary}
@ -77,11 +76,11 @@ BuildArch: noarch
%description -n %{name}+serde-devel %{_description} %description -n %{name}+serde-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "serde" feature of "%{crate}" crate. use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel %files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-1-devel %package -n %{name}+serde-1-devel
Summary: %{summary} Summary: %{summary}
@ -89,11 +88,11 @@ BuildArch: noarch
%description -n %{name}+serde-1-devel %{_description} %description -n %{name}+serde-1-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "serde-1" feature of "%{crate}" crate. use the "serde-1" feature of the "%{crate}" crate.
%files -n %{name}+serde-1-devel %files -n %{name}+serde-1-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
@ -101,11 +100,11 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description} %description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "std" feature of "%{crate}" crate. use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel %files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+test_debug-devel %package -n %{name}+test_debug-devel
Summary: %{summary} Summary: %{summary}
@ -113,11 +112,11 @@ BuildArch: noarch
%description -n %{name}+test_debug-devel %{_description} %description -n %{name}+test_debug-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "test_debug" feature of "%{crate}" crate. use the "test_debug" feature of the "%{crate}" crate.
%files -n %{name}+test_debug-devel %files -n %{name}+test_debug-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+test_low_transition_point-devel %package -n %{name}+test_low_transition_point-devel
Summary: %{summary} Summary: %{summary}
@ -125,11 +124,11 @@ BuildArch: noarch
%description -n %{name}+test_low_transition_point-devel %{_description} %description -n %{name}+test_low_transition_point-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "test_low_transition_point" feature of "%{crate}" crate. use the "test_low_transition_point" feature of the "%{crate}" crate.
%files -n %{name}+test_low_transition_point-devel %files -n %{name}+test_low_transition_point-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (indexmap-1.7.0.crate) = 9b882b4a7068a686acaee0a08bd4f3b35b58d36e786358cf14a3436eb61339649e64f1757331cc7833a2fa364c76eb6b75cf0c732afaeb202113de1e66b72ab9 SHA512 (indexmap-1.8.0.crate) = 6af44320a80c8256291cc6e3c90311ce67b7f69ce039d640bb3abbcb6057f16eb443a407060ba647d7b16f44214acf59b566772a4802ba5000f036f69ca82a43

Loading…
Cancel
Save