update to version 3.11.10

epel9
Fabio Valentini 4 years ago
parent 8cfe0deeb2
commit 65eae003a0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/dashmap-3.11.2.crate
/dashmap-3.11.4.crate
/dashmap-3.11.7.crate
/dashmap-3.11.10.crate

@ -0,0 +1,18 @@
--- dashmap-3.11.10/Cargo.toml 2020-08-04T17:52:42+00:00
+++ dashmap-3.11.10/Cargo.toml 2020-09-28T22:40:22.903103+00:00
@@ -26,13 +26,13 @@
[package.metadata.docs.rs]
features = ["raw-api", "serde"]
[dependencies.ahash]
-version = "0.3.8"
+version = "0.4.4"
[dependencies.cfg-if]
version = "0.1.10"
[dependencies.hashbrown]
-version = "0.8.0"
+version = "0.9.0"
optional = true
[dependencies.num_cpus]

@ -6,14 +6,18 @@
%global crate dashmap
Name: rust-%{crate}
Version: 3.11.7
Release: 3%{?dist}
Version: 3.11.10
Release: 1%{?dist}
Summary: Blazing fast concurrent HashMap for Rust
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/dashmap
Source: %{crates_source}
# Initial patched metadata
# * Bump ahash from 0.3.8 to 0.4.4 (matching hashbrown 0.9.1)
# * Bump hashbrown from 0.8.0 to 0.9.0
Patch0: dashmap-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -120,6 +124,9 @@ which use "serde" feature of "%{crate}" crate.
%endif
%changelog
* Mon Sep 28 2020 Fabio Valentini <decathorpe@gmail.com> - 3.11.10-1
- Update to version 3.11.10.
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.11.7-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (dashmap-3.11.7.crate) = f0107ef8ff4fe06462b20b77bf723b22edda6c7088139517b5475d82f2199ed1193f1549242943c6f4a3616542acbde723a45157744d8386292f8d1e39d60c82
SHA512 (dashmap-3.11.10.crate) = c2f6c2e3b8cbf6177fa4e712241730604f9d3c56caac31060162821ecf60f94e4f4a2c84ad7689dc2b36c8ede8bf2bf0207e7f28e975f5c9cc62181c61520104

Loading…
Cancel
Save