update to version 0.9.0

epel9
Fabio Valentini 4 years ago
parent 9c247edc46
commit 5fa80299a2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/crossbeam-epoch-0.7.2.crate
/crossbeam-epoch-0.8.0.crate
/crossbeam-epoch-0.8.2.crate
/crossbeam-epoch-0.9.0.crate

@ -1,15 +1,15 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
%bcond_without check
%global debug_package %{nil}
%global crate crossbeam-epoch
Name: rust-%{crate}
Version: 0.8.2
Release: 2%{?dist}
Version: 0.9.0
Release: 1%{?dist}
Summary: Epoch-based garbage collection
# Upstream license specification: MIT/Apache-2.0
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/crossbeam-epoch
Source: %{crates_source}
@ -127,10 +127,16 @@ which use "std" feature of "%{crate}" crate.
%if %{with check}
%check
%cargo_test
# skip a test for struct size that depends on 32/64-bit-ness
# https://github.com/crossbeam-rs/crossbeam/issues/597
%cargo_test -- -- --skip internal::local_size
%endif
%changelog
* Thu Nov 12 2020 Fabio Valentini <decathorpe@gmail.com> - 0.9.0-1
- Update to version 0.9.0.
- Fixes RHBZ#1887298
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (crossbeam-epoch-0.8.2.crate) = 7406e92a768dee07c8d13b0fefd658e9eebfd3e89c782c4690740353c0de920013c345d6c112a78a2014396cc837ce4fdbf845dfcfacfd7a57172f483bb9b8e4
SHA512 (crossbeam-epoch-0.9.0.crate) = 31e3808e0cec2a9ab25dec87b6c0d7536aa9e7e4e0aa764f4aa76a61ea5c35ec5821425f8da3c40918c1238d17d7d991d61c6945ec91497db293527b89a1e46d

Loading…
Cancel
Save