| |
@@ -7,7 +7,7 @@
|
| |
%global crate flume
|
| |
|
| |
Name: rust-%{crate}
|
| |
- Version: 0.9.0
|
| |
+ Version: 0.9.1
|
| |
Release: 1%{?dist}
|
| |
Summary: Blazingly fast multi-producer channel
|
| |
|
| |
@@ -78,16 +78,28 @@
|
| |
%files -n %{name}+eventual-fairness-devel
|
| |
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
| |
|
| |
- %package -n %{name}+futures-devel
|
| |
+ %package -n %{name}+futures-core-devel
|
| |
Summary: %{summary}
|
| |
BuildArch: noarch
|
| |
|
| |
- %description -n %{name}+futures-devel %{_description}
|
| |
+ %description -n %{name}+futures-core-devel %{_description}
|
| |
|
| |
This package contains library source intended for building other packages
|
| |
- which use "futures" feature of "%{crate}" crate.
|
| |
+ which use "futures-core" feature of "%{crate}" crate.
|
| |
|
| |
- %files -n %{name}+futures-devel
|
| |
+ %files -n %{name}+futures-core-devel
|
| |
+ %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
| |
+
|
| |
+ %package -n %{name}+futures-sink-devel
|
| |
+ Summary: %{summary}
|
| |
+ BuildArch: noarch
|
| |
+
|
| |
+ %description -n %{name}+futures-sink-devel %{_description}
|
| |
+
|
| |
+ This package contains library source intended for building other packages
|
| |
+ which use "futures-sink" feature of "%{crate}" crate.
|
| |
+
|
| |
+ %files -n %{name}+futures-sink-devel
|
| |
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
| |
|
| |
%package -n %{name}+rand-devel
|
| |
@@ -133,6 +145,9 @@
|
| |
%endif
|
| |
|
| |
%changelog
|
| |
+ * Thu Oct 01 2020 Fabio Valentini <decathorpe@gmail.com> - 0.9.1-1
|
| |
+ - Update to version 0.9.1.
|
| |
+
|
| |
* Wed Sep 23 2020 Fabio Valentini <decathorpe@gmail.com> - 0.9.0-1
|
| |
- Update to version 0.9.0.
|
| |
|
| |