Compare commits

..

11 Commits

Author SHA1 Message Date
Fabio Valentini 630a41ff35
Update to version 0.5.14; Fixes RHBZ#2332480
1 month ago
Fedora Release Engineering fb76fda058 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini b25358239b
Update to version 0.5.13; Fixes RHBZ#2281539
7 months ago
Fabio Valentini 9f84fdabb6
Update to version 0.5.12; Fixes RHBZ#2266635
11 months ago
Fedora Release Engineering e35e0beb87 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fabio Valentini e0dbf71788
Update to version 0.5.11; Fixes RHBZ#2257264
1 year ago
Fabio Valentini 5704c83ec5
Update to version 0.5.10; Fixes RHBZ#2254354
1 year ago
Fedora Release Engineering 8236ece85d Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini 722bc1ee83
Update to version 0.5.8; Fixes RHBZ#2185444
2 years ago
Fabio Valentini 156a588b82
Update to version 0.5.7; Fixes RHBZ#2173987
2 years ago
Fedora Release Engineering 79cad99608 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

3
.gitignore vendored

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

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

Loading…
Cancel
Save