Compare commits

..

6 Commits

Author SHA1 Message Date
Fabio Valentini 1b9f26472e
Update to version 0.5.11; Fixes RHBZ#2257264
1 year ago
Fabio Valentini 6b19905894
Update to version 0.5.10; Fixes RHBZ#2254354
1 year ago
Fabio Valentini fcacf4f4bf
Update to version 0.5.8; Fixes RHBZ#2185444
2 years ago
Fabio Valentini 338fef6ccb
Update to version 0.5.7; Fixes RHBZ#2173987
2 years ago
Fabio Valentini ffcc9a411c
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits 673a671223
Rebuild
3 years ago

3
.gitignore vendored

@ -19,6 +19,3 @@
/crossbeam-channel-0.5.8.crate /crossbeam-channel-0.5.8.crate
/crossbeam-channel-0.5.10.crate /crossbeam-channel-0.5.10.crate
/crossbeam-channel-0.5.11.crate /crossbeam-channel-0.5.11.crate
/crossbeam-channel-0.5.12.crate
/crossbeam-channel-0.5.13.crate
/crossbeam-channel-0.5.14.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 27 # Generated by rust2rpm 25
%bcond check 1 %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate crossbeam-channel %global crate crossbeam-channel
Name: rust-crossbeam-channel Name: rust-crossbeam-channel
Version: 0.5.14 Version: 0.5.11
Release: %autorelease Release: %autorelease
Summary: Multi-producer multi-consumer channels for message passing Summary: Multi-producer multi-consumer channels for message passing
@ -78,10 +78,7 @@ use the "std" feature of the "%{crate}" crate.
%check %check
# * skip unreliable tests: # * skip unreliable tests:
# https://github.com/crossbeam-rs/crossbeam/pull/474#issuecomment-589250957 # https://github.com/crossbeam-rs/crossbeam/pull/474#issuecomment-589250957
%{cargo_test -- -- --exact %{shrink: %cargo_test -- -- --exact --skip fairness2 --skip select2::main
--skip fairness2
--skip select2::main
}}
%endif %endif
%changelog %changelog

@ -1 +1 @@
SHA512 (crossbeam-channel-0.5.14.crate) = ab3448f7adeccab3c1d988746c3db1fc1e8854a53f7b5cad63fb7874e5b6f5663d34541d4c5383472db56a7c8b272fddfc78ea2ac1792a18d6c8230dfbabad45 SHA512 (crossbeam-channel-0.5.11.crate) = 1d37bae1c946d402c1fce37f22a82037d68896770757aa91d209387f947d39c514df52e0ce94317141513784511ac626482f16099cc3b62ca28a52f387b69c71

Loading…
Cancel
Save