update to version 0.3.6

epel9
Fabio Valentini 4 years ago
parent 7fabebe448
commit 39df60299e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/futures-0.3.3.crate
/futures-0.3.4.crate
/futures-0.3.5.crate
/futures-0.3.6.crate

@ -6,8 +6,8 @@
%global crate futures
Name: rust-%{crate}
Version: 0.3.5
Release: 2%{?dist}
Version: 0.3.6
Release: 1%{?dist}
Summary: Implementation of futures and streams
# Upstream license specification: MIT OR Apache-2.0
@ -89,6 +89,18 @@ which use "bilock" feature of "%{crate}" crate.
%files -n %{name}+bilock-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+cfg-target-has-atomic-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+cfg-target-has-atomic-devel %{_description}
This package contains library source intended for building other packages
which use "cfg-target-has-atomic" feature of "%{crate}" crate.
%files -n %{name}+cfg-target-has-atomic-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+compat-devel
Summary: %{summary}
BuildArch: noarch
@ -173,6 +185,30 @@ which use "thread-pool" feature of "%{crate}" crate.
%files -n %{name}+thread-pool-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+unstable-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+unstable-devel %{_description}
This package contains library source intended for building other packages
which use "unstable" feature of "%{crate}" crate.
%files -n %{name}+unstable-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+write-all-vectored-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+write-all-vectored-devel %{_description}
This package contains library source intended for building other packages
which use "write-all-vectored" feature of "%{crate}" crate.
%files -n %{name}+write-all-vectored-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
@ -192,6 +228,9 @@ which use "thread-pool" feature of "%{crate}" crate.
%endif
%changelog
* Wed Oct 07 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.6-1
- Update to version 0.3.6.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (futures-0.3.5.crate) = f3668ddb8d940f4115e9f0c6dfb1e19eb9461462b3ec2a37c77021fa7d285d802b70185062a1ea589925079432ab1e356c11d25c2a2cb0198f4a3a80fef5c444
SHA512 (futures-0.3.6.crate) = 862bbc7854e3590befa148b74dc17e2756fed8e98fe4b1d2c2dbd5b576dc24934deb89cf25a800b407cf07eff0aa3590142c44f0fb98814d3a8144e46d232e3f

Loading…
Cancel
Save