update to version 0.5.0

epel9
Fabio Valentini 4 years ago
parent aa7ec998e6
commit 15bfc8495e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -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

@ -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 <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
- Update to version 0.4.4.

@ -1 +1 @@
SHA512 (crossbeam-channel-0.4.4.crate) = 2933721d6af3126f492f112f3d662fc40fb49139a84c72d33b6c2b0aa94fe964acb302fe726e999be4292a1410d3ee896169a0434dccfbf44d166008719846d3
SHA512 (crossbeam-channel-0.5.0.crate) = 838b433d48b84f1fea020a1d1324e366e6cdae30ef07396140f195afc45b8f705de6347d949b68ce1ed0708fe533ffaa2cfdedc9d2e6288a7325c188ccde9aa2

Loading…
Cancel
Save