Update to version 0.5.6; Fixes RHBZ#2110071

epel9
Fabio Valentini 3 years ago
parent 54cd04af83
commit d106e12159
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -14,3 +14,4 @@
/crossbeam-channel-0.5.2.crate
/crossbeam-channel-0.5.4.crate
/crossbeam-channel-0.5.5.crate
/crossbeam-channel-0.5.6.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 22
%bcond_without check
%global debug_package %{nil}
%global crate crossbeam-channel
Name: rust-%{crate}
Version: 0.5.5
Name: rust-crossbeam-channel
Version: 0.5.6
Release: %autorelease
Summary: Multi-producer multi-consumer channels for message passing
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/crossbeam-channel
Source: %{crates_source}
@ -91,8 +90,8 @@ use the "std" feature of the "%{crate}" crate.
%if %{with check}
%check
# * skip unreliable tests
# https://github.com/crossbeam-rs/crossbeam/pull/474#issuecomment-589250957
# * skip unreliable tests:
# https://github.com/crossbeam-rs/crossbeam/pull/474#issuecomment-589250957
%cargo_test -- -- --skip fairness2 --skip select2::main
%endif

@ -1 +1 @@
SHA512 (crossbeam-channel-0.5.5.crate) = c38bfc10bb1fcfaf067679165eb31b54b4ef05bf6e8e3465f856e3fc717d4f521b2eb98bd441a738eb7fac34472b7b9a030873c3595a267f19b26908713e2218
SHA512 (crossbeam-channel-0.5.6.crate) = de6a42ffede95750a13e3b9af6ab26cbc498125860cd8e4d227c7361bd831e558254a48bdef5cf901585a915003071b0efa321f2011f282218c364780f62f44a

Loading…
Cancel
Save