|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 13
|
|
|
|
# Generated by rust2rpm 15
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate crossbeam-channel
|
|
|
|
%global crate crossbeam-channel
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.4.4
|
|
|
|
Version: 0.5.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Multi-producer multi-consumer channels for message passing
|
|
|
|
Summary: Multi-producer multi-consumer channels for message passing
|
|
|
|
|
|
|
|
|
|
|
@ -52,6 +52,30 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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 "crossbeam-utils" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+crossbeam-utils-devel
|
|
|
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+std-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+std-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
|
|
|
which use "std" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+std-devel
|
|
|
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
@ -69,10 +93,14 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
# Test below is just unreliable
|
|
|
|
# Test below is just unreliable
|
|
|
|
# https://github.com/crossbeam-rs/crossbeam/pull/474#issuecomment-589250957
|
|
|
|
# https://github.com/crossbeam-rs/crossbeam/pull/474#issuecomment-589250957
|
|
|
|
%cargo_test -- -- --skip fairness2
|
|
|
|
%cargo_test -- -- --skip fairness2 --skip select2::main
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Nov 12 2020 Fabio Valentini <decathorpe@gmail.com> - 0.5.0-1
|
|
|
|
|
|
|
|
- Update to version 0.5.0.
|
|
|
|
|
|
|
|
- Fixes RHBZ#1887297
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Sep 21 2020 Fabio Valentini <decathorpe@gmail.com> - 0.4.4-1
|
|
|
|
* Mon Sep 21 2020 Fabio Valentini <decathorpe@gmail.com> - 0.4.4-1
|
|
|
|
- Update to version 0.4.4.
|
|
|
|
- Update to version 0.4.4.
|
|
|
|
|
|
|
|
|
|
|
|