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

7
.gitignore vendored

@ -15,3 +15,10 @@
/crossbeam-channel-0.5.4.crate /crossbeam-channel-0.5.4.crate
/crossbeam-channel-0.5.5.crate /crossbeam-channel-0.5.5.crate
/crossbeam-channel-0.5.6.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
/crossbeam-channel-0.5.12.crate
/crossbeam-channel-0.5.13.crate
/crossbeam-channel-0.5.14.crate

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%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.6 Version: 0.5.14
Release: %autorelease Release: %autorelease
Summary: Multi-producer multi-consumer channels for message passing 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 URL: https://crates.io/crates/crossbeam-channel
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Multi-producer multi-consumer channels for message passing.} 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 %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %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 %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -76,7 +62,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
@ -92,7 +78,10 @@ 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 %{shrink:
--skip fairness2
--skip select2::main
}}
%endif %endif
%changelog %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.14.crate) = ab3448f7adeccab3c1d988746c3db1fc1e8854a53f7b5cad63fb7874e5b6f5663d34541d4c5383472db56a7c8b272fddfc78ea2ac1792a18d6c8230dfbabad45

Loading…
Cancel
Save