import rust-crossbeam-channel-0.5.11-1.el9

i9ce changed/i9ce/rust-crossbeam-channel-0.5.11-1.el9
MSVSphere Packaging Team 1 year ago
parent 08cab5f641
commit da5868a8e9

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/crossbeam-channel-0.5.11.crate

@ -0,0 +1 @@
598a146fd93840744ff4c256cdd4f6b2b119cb34 SOURCES/crossbeam-channel-0.5.11.crate

@ -0,0 +1,5 @@
[tests]
skip = ["fairness2", "select2::main"]
skip-exact = true
comments = ["skip unreliable tests: https://github.com/crossbeam-rs/crossbeam/pull/474#issuecomment-589250957"]

@ -15,7 +15,7 @@
%global crate crossbeam-channel %global crate crossbeam-channel
Name: rust-crossbeam-channel Name: rust-crossbeam-channel
Version: 0.5.10 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
@ -88,13 +88,16 @@ 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 -- -- --skip fairness2 --skip select2::main %cargo_test -- -- --exact --skip fairness2 --skip select2::main
%endif %endif
%changelog %changelog
* Sat Jan 13 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.5.10-1 * Sat Jan 13 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.5.11-1
- Rebuilt for MSVSphere 9.3 - Rebuilt for MSVSphere 9.3
* Thu Jan 11 2024 Fabio Valentini <decathorpe@gmail.com> - 0.5.11-1
- Update to version 0.5.11; Fixes RHBZ#2257264
* Wed Dec 27 2023 Fabio Valentini <decathorpe@gmail.com> - 0.5.10-1 * Wed Dec 27 2023 Fabio Valentini <decathorpe@gmail.com> - 0.5.10-1
- Update to version 0.5.10; Fixes RHBZ#2254354 - Update to version 0.5.10; Fixes RHBZ#2254354

Loading…
Cancel
Save