Update to 6.0.1 (close RHBZ#2292914)

epel10
Benjamin A. Beasley 7 months ago
parent 38d0f82146
commit 3b287e4a08

1
.gitignore vendored

@ -13,3 +13,4 @@
/dashmap-5.5.0.crate
/dashmap-5.5.1.crate
/dashmap-5.5.3.crate
/dashmap-6.0.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate dashmap
Name: rust-dashmap
Version: 5.5.3
Version: 6.0.1
Release: %autorelease
Summary: Blazing fast concurrent HashMap for Rust
@ -13,7 +13,7 @@ License: MIT
URL: https://crates.io/crates/dashmap
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Blazing fast concurrent HashMap for Rust.}
@ -107,7 +107,7 @@ use the "serde" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (dashmap-5.5.3.crate) = 15079a921d768224defebdf8d5339257c9e94a46d115b37ddfca8eb83718b2448555a8982bcf0381a915d292aff9d271a89d3398d2ae2f396dd581cc6883963a
SHA512 (dashmap-6.0.1.crate) = 8ed876bf014a55d495f960e92012219b75c61b93c37f510ab4dd2b66eeda417a19fded1dd583188b3052799a9848dc704b663ef4cd7030b93ca828279f355f55

Loading…
Cancel
Save