Update to version 0.5.2; Fixes RHBZ#2038604

epel9
Fabio Valentini 3 years ago
parent 0850261b3d
commit 18b58c2d52
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/crossbeam-channel-0.4.4.crate
/crossbeam-channel-0.5.0.crate
/crossbeam-channel-0.5.1.crate
/crossbeam-channel-0.5.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 19
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate crossbeam-channel
Name: rust-%{crate}
Version: 0.5.1
Version: 0.5.2
Release: %autorelease
Summary: Multi-producer multi-consumer channels for message passing
@ -15,9 +15,6 @@ URL: https://crates.io/crates/crossbeam-channel
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -33,7 +30,7 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use "%{crate}" crate.
use the "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT LICENSE-THIRD-PARTY
@ -47,7 +44,7 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which
use "the default" feature of the "%{crate}" crate.
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -59,7 +56,7 @@ 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.
use the "crossbeam-utils" feature of the "%{crate}" crate.
%files -n %{name}+crossbeam-utils-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -71,7 +68,7 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which
use "the std" feature of the "%{crate}" crate.
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -91,7 +88,7 @@ use "the std" feature of the "%{crate}" crate.
%if %{with check}
%check
# Test below is just unreliable
# * skip unreliable tests
# https://github.com/crossbeam-rs/crossbeam/pull/474#issuecomment-589250957
%cargo_test -- -- --skip fairness2 --skip select2::main
%endif

@ -1 +1 @@
SHA512 (crossbeam-channel-0.5.1.crate) = f15aff67e9105584f5fe41e1ee650ae4fdd0d0ca0fa9202ee83c6f6025398a300decaa50d1b4682e8afb9bd6e11e95b69bcf23f68ae117419aa84df14ee7747b
SHA512 (crossbeam-channel-0.5.2.crate) = dc8dbfa40a7046ad82da3f33a20b29d216ff98180217489653e53aa46244089d1fd2490051d3f05b00333911e303e9efe76d16d4cbce8257be91f96554fb88d0

Loading…
Cancel
Save