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

4
.gitignore vendored

@ -15,3 +15,7 @@
/crossbeam-channel-0.5.4.crate
/crossbeam-channel-0.5.5.crate
/crossbeam-channel-0.5.6.crate
/crossbeam-channel-0.5.7.crate
/crossbeam-channel-0.5.8.crate
/crossbeam-channel-0.5.10.crate
/crossbeam-channel-0.5.11.crate

@ -1,3 +0,0 @@
# rust-crossbeam-channel
The rust-crossbeam-channel package

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate crossbeam-channel
Name: rust-crossbeam-channel
Version: 0.5.6
Version: 0.5.11
Release: %autorelease
Summary: Multi-producer multi-consumer channels for message passing
@ -13,9 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/crossbeam-channel
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Multi-producer multi-consumer channels for message passing.}
@ -51,18 +49,6 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+crossbeam-utils-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+crossbeam-utils-devel %{_description}
This package contains library source intended for building other packages which
use the "crossbeam-utils" feature of the "%{crate}" crate.
%files -n %{name}+crossbeam-utils-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
@ -76,7 +62,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
@ -92,7 +78,7 @@ 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

@ -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"]

@ -1 +1 @@
SHA512 (crossbeam-channel-0.5.6.crate) = de6a42ffede95750a13e3b9af6ab26cbc498125860cd8e4d227c7361bd831e558254a48bdef5cf901585a915003071b0efa321f2011f282218c364780f62f44a
SHA512 (crossbeam-channel-0.5.11.crate) = 1d37bae1c946d402c1fce37f22a82037d68896770757aa91d209387f947d39c514df52e0ce94317141513784511ac626482f16099cc3b62ca28a52f387b69c71

Loading…
Cancel
Save