Merge branch 'rawhide' into epel9

epel9
Fabio Valentini 2 years ago
commit 4cc5b4cd53
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

4
.gitignore vendored

@ -15,3 +15,7 @@
/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
/indexmap-1.8.1.crate
/indexmap-1.8.2.crate
/indexmap-1.9.1.crate

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

@ -1,35 +1,25 @@
# 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.9.1
Release: %autorelease Release: %autorelease
Summary: Hash table with consistent order and fast iteration Summary: Hash table with consistent order and fast iteration
# Upstream license specification: Apache-2.0/MIT # Upstream license specification: Apache-2.0 OR MIT
License: ASL 2.0 or MIT License: ASL 2.0 or MIT
URL: https://crates.io/crates/indexmap 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.}
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.}
%description %{_description} %description %{_description}
@ -39,13 +29,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.md
%doc %{crate_instdir}/RELEASES.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -53,11 +45,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 +57,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 +69,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 +81,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 +93,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 +105,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 +117,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.9.1.crate) = 7eac99056123332ad38ef32eb65235c810e8b4d051d9b0ddd5582348c9cd3b162d36defe8e46a532e2066562f224e37fae94b52b4649ee9cfac7673b76a2513e

Loading…
Cancel
Save