update to version 0.9.0

epel10
Fabio Valentini 4 years ago
parent 562273c46d
commit 5e9f28b129
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/flume-0.7.1.crate /flume-0.7.1.crate
/flume-0.7.2.crate /flume-0.7.2.crate
/flume-0.9.0.crate

@ -1,13 +1,14 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 13
# * async-std is not packaged # * async-std is not packaged
# * criterion is too old (0.3.1+)
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate flume %global crate flume
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.7.2 Version: 0.9.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Blazingly fast multi-producer channel Summary: Blazingly fast multi-producer channel
# Upstream license specification: Apache-2.0/MIT # Upstream license specification: Apache-2.0/MIT
@ -65,6 +66,18 @@ which use "async" feature of "%{crate}" crate.
%files -n %{name}+async-devel %files -n %{name}+async-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %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 %package -n %{name}+futures-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -77,6 +90,18 @@ which use "futures" feature of "%{crate}" crate.
%files -n %{name}+futures-devel %files -n %{name}+futures-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %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 %package -n %{name}+select-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -108,6 +133,9 @@ which use "select" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Sep 23 2020 Fabio Valentini <decathorpe@gmail.com> - 0.9.0-1
- Update to version 0.9.0.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.2-2 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (flume-0.7.2.crate) = fa88aca0127b1e6b1bf1f41c848d4369e57bca3d466624fd5dc5631fb8b4a45707e0c5668cb7aced51a9529f58974da9897d287e963c0ed79aee4bfb3de67aa1 SHA512 (flume-0.9.0.crate) = cafc21bd27f645b9f990a8148282a9b36239893598c3cdd69fc3799270c1a1e0df9e341e05b51f28d0ed0f0d3527302d74ee79830587a8f122a8939b09e778f2

Loading…
Cancel
Save