|
|
@ -5,7 +5,7 @@
|
|
|
|
%global crate futures
|
|
|
|
%global crate futures
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.1.21
|
|
|
|
Version: 0.2.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Implementation of futures and streams featuring zero allocations
|
|
|
|
Summary: Implementation of futures and streams featuring zero allocations
|
|
|
|
|
|
|
|
|
|
|
@ -16,6 +16,17 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
|
|
|
# [dependencies]
|
|
|
|
|
|
|
|
BuildRequires: (crate(futures-async-runtime) >= 0.2.1 with crate(futures-async-runtime) < 0.3.0)
|
|
|
|
|
|
|
|
BuildRequires: (crate(futures-channel) >= 0.2.1 with crate(futures-channel) < 0.3.0)
|
|
|
|
|
|
|
|
BuildRequires: (crate(futures-core) >= 0.2.1 with crate(futures-core) < 0.3.0)
|
|
|
|
|
|
|
|
BuildRequires: (crate(futures-executor) >= 0.2.1 with crate(futures-executor) < 0.3.0)
|
|
|
|
|
|
|
|
BuildRequires: (crate(futures-io) >= 0.2.1 with crate(futures-io) < 0.3.0)
|
|
|
|
|
|
|
|
BuildRequires: (crate(futures-macro-async) >= 0.2.1 with crate(futures-macro-async) < 0.3.0)
|
|
|
|
|
|
|
|
BuildRequires: (crate(futures-macro-await) >= 0.2.1 with crate(futures-macro-await) < 0.3.0)
|
|
|
|
|
|
|
|
BuildRequires: (crate(futures-sink) >= 0.2.1 with crate(futures-sink) < 0.3.0)
|
|
|
|
|
|
|
|
BuildRequires: (crate(futures-stable) >= 0.2.1 with crate(futures-stable) < 0.3.0)
|
|
|
|
|
|
|
|
BuildRequires: (crate(futures-util) >= 0.2.1 with crate(futures-util) < 0.3.0)
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
%{summary}.
|
|
|
@ -59,6 +70,9 @@ which use %{crate} from crates.io.
|
|
|
|
%exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml
|
|
|
|
%exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri May 25 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.1-1
|
|
|
|
|
|
|
|
- Update to 0.2.1
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 03 2018 Josh Stone <jistone@redhat.com> - 0.1.21-1
|
|
|
|
* Tue Apr 03 2018 Josh Stone <jistone@redhat.com> - 0.1.21-1
|
|
|
|
- Update to 0.1.21
|
|
|
|
- Update to 0.1.21
|
|
|
|
|
|
|
|
|
|
|
|