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

8
.gitignore vendored

@ -25,3 +25,11 @@
/indexmap-2.0.1.crate /indexmap-2.0.1.crate
/indexmap-2.0.2.crate /indexmap-2.0.2.crate
/indexmap-2.1.0.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,11 +1,11 @@
# Generated by rust2rpm 25 # 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-indexmap Name: rust-indexmap
Version: 2.1.0 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

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

@ -1 +1 @@
SHA512 (indexmap-2.1.0.crate) = 9d303eef918b9264b9fe326cc1d71f4095f7ed5639ed8696efa3e9be65dff2c50ada4495409e109e7718997db51ae1fd865cf8e88978107d7823faba14380600 SHA512 (indexmap-2.7.0.crate) = efac370b9f365a49489aa2c5406eb503044a4df7d6ceb772e0191b02244b6c2c1bf6c43ad4c8924160c1a2bd76d46c630b500a1c4252fc52366295d1cb04b48d

Loading…
Cancel
Save