Compare commits

...

18 Commits

Author SHA1 Message Date
Fabio Valentini ff4d4cc3ad
Update to version 2.7.0; Fixes RHBZ#2329661
2 months ago
Fabio Valentini 66fca11a14
Update to version 2.6.0; Fixes RHBZ#2316039
3 months ago
Fabio Valentini 3329533be0
Update to version 2.5.0; Fixes RHBZ#2304746
4 months ago
Fabio Valentini 4f5916e6bc
Update to version 2.3.0; Fixes RHBZ#2302182
6 months ago
Fedora Release Engineering 66c792e569 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Benjamin A. Beasley 0202d3cc24
Update to version 2.2.6 (Fixes RHBZ#2271147)
9 months ago
Fabio Valentini 8e01f1daaf
Update to version 2.2.5; Fixes RHBZ#2266777
11 months ago
Fabio Valentini 4fb8037c37
Update to version 2.2.3; Fixes RHBZ#2262182
11 months ago
Fabio Valentini cdf4b966a7
Update to version 2.2.1; Fixes RHBZ#2260765
12 months ago
Fedora Release Engineering fe7121b713 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fabio Valentini 5c444c2c0a
Update to version 2.1.0; Fixes RHBZ#2247331
1 year ago
Fabio Valentini f0a301bc35
Update to version 2.0.2; Fixes RHBZ#2241422
1 year ago
Fabio Valentini 91ef09dc3e
Update to version 2.0.1; Fixes RHBZ#2241021
1 year ago
Fedora Release Engineering bfd5df402b Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini c8e1c5303e
Update to version 2.0.0; Fixes RHBZ#2217109
2 years ago
Fabio Valentini e65bcb95a5
Update to version 1.9.3; Fixes RHBZ#2181678
2 years ago
Fedora Release Engineering 49e7b317ad Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fabio Valentini fd457c8ef8
Update to version 1.9.2; Fixes RHBZ#2143796
2 years ago

14
.gitignore vendored

@ -19,3 +19,17 @@
/indexmap-1.8.1.crate /indexmap-1.8.1.crate
/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.3.crate
/indexmap-2.0.0.crate
/indexmap-2.0.1.crate
/indexmap-2.0.2.crate
/indexmap-2.1.0.crate
/indexmap-2.2.1.crate
/indexmap-2.2.3.crate
/indexmap-2.2.5.crate
/indexmap-2.2.6.crate
/indexmap-2.3.0.crate
/indexmap-2.5.0.crate
/indexmap-2.6.0.crate
/indexmap-2.7.0.crate

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

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

@ -1,25 +1,22 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate indexmap %global crate indexmap
Name: rust-%{crate} Name: rust-indexmap
Version: 1.9.1 Version: 2.7.0
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 OR MIT License: Apache-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} BuildRequires: cargo-rpm-macros >= 24
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}
@ -51,80 +48,80 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+rayon-devel %package -n %{name}+arbitrary-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+rayon-devel %{_description} %description -n %{name}+arbitrary-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "rayon" feature of the "%{crate}" crate. use the "arbitrary" feature of the "%{crate}" crate.
%files -n %{name}+rayon-devel %files -n %{name}+arbitrary-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel %package -n %{name}+quickcheck-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+serde-devel %{_description} %description -n %{name}+quickcheck-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "serde" feature of the "%{crate}" crate. use the "quickcheck" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel %files -n %{name}+quickcheck-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-1-devel %package -n %{name}+rayon-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+serde-1-devel %{_description} %description -n %{name}+rayon-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "serde-1" feature of the "%{crate}" crate. use the "rayon" feature of the "%{crate}" crate.
%files -n %{name}+serde-1-devel %files -n %{name}+rayon-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+serde-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+std-devel %{_description} %description -n %{name}+serde-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate. use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+std-devel %files -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+test_debug-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+test_debug-devel %{_description} %description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "test_debug" feature of the "%{crate}" crate. use the "std" feature of the "%{crate}" crate.
%files -n %{name}+test_debug-devel %files -n %{name}+std-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+test_low_transition_point-devel %package -n %{name}+test_debug-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+test_low_transition_point-devel %{_description} %description -n %{name}+test_debug-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "test_low_transition_point" feature of the "%{crate}" crate. use the "test_debug" feature of the "%{crate}" crate.
%files -n %{name}+test_low_transition_point-devel %files -n %{name}+test_debug-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -0,0 +1,6 @@
[features]
hide = [
"borsh",
"rustc-rayon",
]

@ -1 +1 @@
SHA512 (indexmap-1.9.1.crate) = 7eac99056123332ad38ef32eb65235c810e8b4d051d9b0ddd5582348c9cd3b162d36defe8e46a532e2066562f224e37fae94b52b4649ee9cfac7673b76a2513e SHA512 (indexmap-2.7.0.crate) = efac370b9f365a49489aa2c5406eb503044a4df7d6ceb772e0191b02244b6c2c1bf6c43ad4c8924160c1a2bd76d46c630b500a1c4252fc52366295d1cb04b48d

Loading…
Cancel
Save