update to version 4.0.2

epel9
Fabio Valentini 4 years ago
parent f37e8f4aa0
commit 70e45fa364
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/dashmap-3.11.4.crate /dashmap-3.11.4.crate
/dashmap-3.11.7.crate /dashmap-3.11.7.crate
/dashmap-3.11.10.crate /dashmap-3.11.10.crate
/dashmap-4.0.2.crate

@ -1,23 +1,18 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 17
# * chashmap, cht and contrie are not packaged %bcond_without check
%bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate dashmap %global crate dashmap
Name: rust-%{crate} Name: rust-%{crate}
Version: 3.11.10 Version: 4.0.2
Release: 2%{?dist} Release: 1%{?dist}
Summary: Blazing fast concurrent HashMap for Rust Summary: Blazing fast concurrent HashMap for Rust
# Upstream license specification: MIT # Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/dashmap URL: https://crates.io/crates/dashmap
Source: %{crates_source} 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} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -57,40 +52,28 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+hashbrown-devel %package -n %{name}+raw-api-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+hashbrown-devel %{_description}
This package contains library source intended for building other packages
which use "hashbrown" feature of "%{crate}" crate.
%files -n %{name}+hashbrown-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+no_std-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+no_std-devel %{_description} %description -n %{name}+raw-api-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages
which use "no_std" feature of "%{crate}" crate. which use "raw-api" feature of "%{crate}" crate.
%files -n %{name}+no_std-devel %files -n %{name}+raw-api-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+raw-api-devel %package -n %{name}+rayon-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+raw-api-devel %{_description} %description -n %{name}+rayon-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages
which use "raw-api" feature of "%{crate}" crate. which use "rayon" feature of "%{crate}" crate.
%files -n %{name}+raw-api-devel %files -n %{name}+rayon-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-devel %package -n %{name}+serde-devel
@ -124,6 +107,9 @@ which use "serde" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Apr 20 2021 Fabio Valentini <decathorpe@gmail.com> - 4.0.2-1
- Update to version 4.0.2.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.11.10-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.11.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (dashmap-3.11.10.crate) = c2f6c2e3b8cbf6177fa4e712241730604f9d3c56caac31060162821ecf60f94e4f4a2c84ad7689dc2b36c8ede8bf2bf0207e7f28e975f5c9cc62181c61520104 SHA512 (dashmap-4.0.2.crate) = 1658183be619b781c5d9e33a2c709805053ab81187145517eb4bd22e12acb42426fef841a91618e889f4e7da792b88437bbf26e3899144222562c54575107d0e

Loading…
Cancel
Save