Update to version 5.5.0; Fixes RHBZ#2221857

epel9
Fabio Valentini 2 years ago
parent 4090fee761
commit 4885d879e3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/dashmap-4.0.2.crate
/dashmap-5.3.4.crate
/dashmap-5.4.0.crate
/dashmap-5.5.0.crate

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate dashmap
Name: rust-dashmap
Version: 5.4.0
Version: 5.5.0
Release: %autorelease
Summary: Blazing fast concurrent HashMap for Rust
@ -46,6 +46,30 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+arbitrary-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+arbitrary-devel %{_description}
This package contains library source intended for building other packages which
use the "arbitrary" feature of the "%{crate}" crate.
%files -n %{name}+arbitrary-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+inline-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+inline-devel %{_description}
This package contains library source intended for building other packages which
use the "inline" feature of the "%{crate}" crate.
%files -n %{name}+inline-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+raw-api-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (dashmap-5.4.0.crate) = 886ec6dd43d4053ca964ade99586a31b420953e47a6e710a1259d8d5f34936f847683844db5c73dfe243803ba45b30ab9641b27af1ae5d825180119a7d61a910
SHA512 (dashmap-5.5.0.crate) = 191448f8366c9462b268c93f975196522d3094ace757617e0dd895b3361884b11d4be68cee49c090d2aa6d8d7c6ce1a76194791fdc11a6605782933b721b4744

Loading…
Cancel
Save