Update to version 0.1.14; Fixes RHBZ#2189635

epel10
Fabio Valentini 2 years ago
parent a05100a829
commit 478fbb95e6
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/tokio-stream-0.1.10.crate
/tokio-stream-0.1.11.crate
/tokio-stream-0.1.12.crate
/tokio-stream-0.1.14.crate

@ -6,7 +6,7 @@
%global crate tokio-stream
Name: rust-tokio-stream
Version: 0.1.12
Version: 0.1.14
Release: %autorelease
Summary: Utilities to work with Stream and tokio
@ -59,6 +59,18 @@ use the "fs" feature of the "%{crate}" crate.
%files -n %{name}+fs-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+full-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+full-devel %{_description}
This package contains library source intended for building other packages which
use the "full" feature of the "%{crate}" crate.
%files -n %{name}+full-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+io-util-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (tokio-stream-0.1.12.crate) = 201252df891be78401185a3e43b474efd289a33fab043d22418b436516db7d7011493b2a3246c46957ddad7dd7359196a17f720ffa01b2b23f6a3fb506fdfc48
SHA512 (tokio-stream-0.1.14.crate) = b600ef2dd90e0f46d21e94cd04baba91ec3f586832125cc2f51f350b47e7f9cc1ff5bc7529843347fc60043a61243e5b846d8db8406014969a8935385f161303

Loading…
Cancel
Save