update to version 0.9.1

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

1
.gitignore vendored

@ -12,3 +12,4 @@
/crossbeam-epoch-0.8.0.crate /crossbeam-epoch-0.8.0.crate
/crossbeam-epoch-0.8.2.crate /crossbeam-epoch-0.8.2.crate
/crossbeam-epoch-0.9.0.crate /crossbeam-epoch-0.9.0.crate
/crossbeam-epoch-0.9.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 15 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate crossbeam-epoch %global crate crossbeam-epoch
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.9.0 Version: 0.9.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Epoch-based garbage collection Summary: Epoch-based garbage collection
@ -127,12 +127,14 @@ which use "std" feature of "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
# skip a test for struct size that depends on 32/64-bit-ness %cargo_test
# https://github.com/crossbeam-rs/crossbeam/issues/597
%cargo_test -- -- --skip internal::local_size
%endif %endif
%changelog %changelog
* Sat Nov 28 2020 Fabio Valentini <decathorpe@gmail.com> - 0.9.1-1
- Update to version 0.9.1.
- Fixes RHBZ#1901763
* Thu Nov 12 2020 Fabio Valentini <decathorpe@gmail.com> - 0.9.0-1 * Thu Nov 12 2020 Fabio Valentini <decathorpe@gmail.com> - 0.9.0-1
- Update to version 0.9.0. - Update to version 0.9.0.
- Fixes RHBZ#1887298 - Fixes RHBZ#1887298

@ -1 +1 @@
SHA512 (crossbeam-epoch-0.9.0.crate) = 31e3808e0cec2a9ab25dec87b6c0d7536aa9e7e4e0aa764f4aa76a61ea5c35ec5821425f8da3c40918c1238d17d7d991d61c6945ec91497db293527b89a1e46d SHA512 (crossbeam-epoch-0.9.1.crate) = 63d03e71013f7ffbc7b7a8ec5fe478323e7cf679bd126f03980c5e0790b57f5c48ce0ddb5e9c7ece31bd7380a944c1a1d462a9a1bf0126f9851e549739d8afc4

Loading…
Cancel
Save