From 15bfc8495ef0110a9dc98a882063ea5cdc5d4337 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Nov 12 2020 10:30:05 +0000 Subject: update to version 0.5.0 --- diff --git a/.gitignore b/.gitignore index 6aad212..e7251aa 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /crossbeam-channel-0.4.2.crate /crossbeam-channel-0.4.3.crate /crossbeam-channel-0.4.4.crate +/crossbeam-channel-0.5.0.crate diff --git a/rust-crossbeam-channel.spec b/rust-crossbeam-channel.spec index 26736b7..c24782d 100644 --- a/rust-crossbeam-channel.spec +++ b/rust-crossbeam-channel.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 13 +# Generated by rust2rpm 15 %bcond_without check %global debug_package %{nil} %global crate crossbeam-channel Name: rust-%{crate} -Version: 0.4.4 +Version: 0.5.0 Release: 1%{?dist} 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 %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 %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep @@ -69,10 +93,14 @@ which use "default" feature of "%{crate}" crate. %check # Test below is just unreliable # https://github.com/crossbeam-rs/crossbeam/pull/474#issuecomment-589250957 -%cargo_test -- -- --skip fairness2 +%cargo_test -- -- --skip fairness2 --skip select2::main %endif %changelog +* Thu Nov 12 2020 Fabio Valentini - 0.5.0-1 +- Update to version 0.5.0. +- Fixes RHBZ#1887297 + * Mon Sep 21 2020 Fabio Valentini - 0.4.4-1 - Update to version 0.4.4. diff --git a/sources b/sources index af32516..fecab1b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (crossbeam-channel-0.4.4.crate) = 2933721d6af3126f492f112f3d662fc40fb49139a84c72d33b6c2b0aa94fe964acb302fe726e999be4292a1410d3ee896169a0434dccfbf44d166008719846d3 +SHA512 (crossbeam-channel-0.5.0.crate) = 838b433d48b84f1fea020a1d1324e366e6cdae30ef07396140f195afc45b8f705de6347d949b68ce1ed0708fe533ffaa2cfdedc9d2e6288a7325c188ccde9aa2