diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a496649 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/crossbeam-channel-0.5.11.crate diff --git a/.rust-crossbeam-channel.metadata b/.rust-crossbeam-channel.metadata index e69de29..5fa145b 100644 --- a/.rust-crossbeam-channel.metadata +++ b/.rust-crossbeam-channel.metadata @@ -0,0 +1 @@ +598a146fd93840744ff4c256cdd4f6b2b119cb34 SOURCES/crossbeam-channel-0.5.11.crate diff --git a/SOURCES/crossbeam-channel-0.5.10.crate b/SOURCES/crossbeam-channel-0.5.10.crate deleted file mode 100644 index a17c475..0000000 Binary files a/SOURCES/crossbeam-channel-0.5.10.crate and /dev/null differ diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..a61aa06 --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -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"] + diff --git a/SPECS/rust-crossbeam-channel.spec b/SPECS/rust-crossbeam-channel.spec index 97d0461..0668750 100644 --- a/SPECS/rust-crossbeam-channel.spec +++ b/SPECS/rust-crossbeam-channel.spec @@ -15,7 +15,7 @@ %global crate crossbeam-channel Name: rust-crossbeam-channel -Version: 0.5.10 +Version: 0.5.11 Release: %autorelease Summary: Multi-producer multi-consumer channels for message passing @@ -88,13 +88,16 @@ use the "std" feature of the "%{crate}" crate. %check # * skip unreliable tests: # 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 %changelog -* Sat Jan 13 2024 Arkady L. Shane - 0.5.10-1 +* Sat Jan 13 2024 Arkady L. Shane - 0.5.11-1 - Rebuilt for MSVSphere 9.3 +* Thu Jan 11 2024 Fabio Valentini - 0.5.11-1 +- Update to version 0.5.11; Fixes RHBZ#2257264 + * Wed Dec 27 2023 Fabio Valentini - 0.5.10-1 - Update to version 0.5.10; Fixes RHBZ#2254354