|
|
@ -6,7 +6,7 @@
|
|
|
|
%global crate crossbeam-channel
|
|
|
|
%global crate crossbeam-channel
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.2.6
|
|
|
|
Version: 0.3.3
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Multi-producer multi-consumer channels for message passing
|
|
|
|
Summary: Multi-producer multi-consumer channels for message passing
|
|
|
|
|
|
|
|
|
|
|
@ -19,12 +19,13 @@ ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: (crate(crossbeam-epoch/default) >= 0.6.0 with crate(crossbeam-epoch/default) < 0.7.0)
|
|
|
|
BuildRequires: (crate(crossbeam-epoch/default) >= 0.6.0 with crate(crossbeam-epoch/default) < 0.7.0)
|
|
|
|
BuildRequires: (crate(crossbeam-utils/default) >= 0.5.0 with crate(crossbeam-utils/default) < 0.6.0)
|
|
|
|
BuildRequires: (crate(crossbeam-utils/default) >= 0.6.0 with crate(crossbeam-utils/default) < 0.7.0)
|
|
|
|
BuildRequires: (crate(parking_lot/default) >= 0.6.3 with crate(parking_lot/default) < 0.7.0)
|
|
|
|
BuildRequires: (crate(parking_lot/default) >= 0.7.0 with crate(parking_lot/default) < 0.8.0)
|
|
|
|
BuildRequires: (crate(rand/default) >= 0.5.3 with crate(rand/default) < 0.6.0)
|
|
|
|
BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0)
|
|
|
|
BuildRequires: (crate(smallvec/default) >= 0.6.2 with crate(smallvec/default) < 0.7.0)
|
|
|
|
BuildRequires: (crate(smallvec/default) >= 0.6.2 with crate(smallvec/default) < 0.7.0)
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
|
BuildRequires: (crate(crossbeam/default) >= 0.3.0 with crate(crossbeam/default) < 0.4.0)
|
|
|
|
BuildRequires: (crate(crossbeam/default) >= 0.5.0 with crate(crossbeam/default) < 0.6.0)
|
|
|
|
|
|
|
|
BuildRequires: (crate(signal-hook/default) >= 0.1.5 with crate(signal-hook/default) < 0.2.0)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%global _description \
|
|
|
|
%global _description \
|
|
|
@ -74,6 +75,9 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Dec 15 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.3-1
|
|
|
|
|
|
|
|
- Update to 0.3.3
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Oct 28 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.6-1
|
|
|
|
* Sun Oct 28 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.6-1
|
|
|
|
- Update to 0.2.6
|
|
|
|
- Update to 0.2.6
|
|
|
|
|
|
|
|
|
|
|
|