From 5e9f28b1290ade03ee8f2b071a6a81b9fbb7e563 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sep 23 2020 14:27:04 +0000 Subject: update to version 0.9.0 --- diff --git a/.gitignore b/.gitignore index 3c4b416..2bc687b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /flume-0.7.1.crate /flume-0.7.2.crate +/flume-0.9.0.crate diff --git a/rust-flume.spec b/rust-flume.spec index e658c36..90087b1 100644 --- a/rust-flume.spec +++ b/rust-flume.spec @@ -1,13 +1,14 @@ # Generated by rust2rpm 13 # * async-std is not packaged +# * criterion is too old (0.3.1+) %bcond_with check %global debug_package %{nil} %global crate flume Name: rust-%{crate} -Version: 0.7.2 -Release: 2%{?dist} +Version: 0.9.0 +Release: 1%{?dist} Summary: Blazingly fast multi-producer channel # Upstream license specification: Apache-2.0/MIT @@ -65,6 +66,18 @@ which use "async" feature of "%{crate}" crate. %files -n %{name}+async-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%package -n %{name}+eventual-fairness-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+eventual-fairness-devel %{_description} + +This package contains library source intended for building other packages +which use "eventual-fairness" feature of "%{crate}" crate. + +%files -n %{name}+eventual-fairness-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + %package -n %{name}+futures-devel Summary: %{summary} BuildArch: noarch @@ -77,6 +90,18 @@ which use "futures" feature of "%{crate}" crate. %files -n %{name}+futures-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%package -n %{name}+rand-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+rand-devel %{_description} + +This package contains library source intended for building other packages +which use "rand" feature of "%{crate}" crate. + +%files -n %{name}+rand-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + %package -n %{name}+select-devel Summary: %{summary} BuildArch: noarch @@ -108,6 +133,9 @@ which use "select" feature of "%{crate}" crate. %endif %changelog +* Wed Sep 23 2020 Fabio Valentini - 0.9.0-1 +- Update to version 0.9.0. + * Wed Jul 29 2020 Fedora Release Engineering - 0.7.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index c96a037..8980501 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (flume-0.7.2.crate) = fa88aca0127b1e6b1bf1f41c848d4369e57bca3d466624fd5dc5631fb8b4a45707e0c5668cb7aced51a9529f58974da9897d287e963c0ed79aee4bfb3de67aa1 +SHA512 (flume-0.9.0.crate) = cafc21bd27f645b9f990a8148282a9b36239893598c3cdd69fc3799270c1a1e0df9e341e05b51f28d0ed0f0d3527302d74ee79830587a8f122a8939b09e778f2