|
|
|
@ -1,14 +1,15 @@
|
|
|
|
|
# Generated by rust2rpm
|
|
|
|
|
# Generated by rust2rpm 9
|
|
|
|
|
%bcond_with check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate hyper
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.12.28
|
|
|
|
|
Version: 0.12.29
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Fast and correct HTTP library
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: https://crates.io/crates/hyper
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
@ -23,6 +24,7 @@ BuildRequires: (crate(bytes/default) >= 0.4.4 with crate(bytes/default) < 0.5.0
|
|
|
|
|
BuildRequires: (crate(futures-cpupool/default) >= 0.1.6 with crate(futures-cpupool/default) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(futures/default) >= 0.1.21 with crate(futures/default) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(h2/default) >= 0.1.10 with crate(h2/default) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(http-body/default) >= 0.1.0 with crate(http-body/default) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(http/default) >= 0.1.15 with crate(http/default) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(httparse/default) >= 1.0.0 with crate(httparse/default) < 2.0.0)
|
|
|
|
|
BuildRequires: (crate(iovec/default) >= 0.1.0 with crate(iovec/default) < 0.2.0)
|
|
|
|
@ -31,6 +33,7 @@ BuildRequires: (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0)
|
|
|
|
|
BuildRequires: (crate(net2/default) >= 0.2.32 with crate(net2/default) < 0.3.0)
|
|
|
|
|
BuildRequires: (crate(rustc_version/default) >= 0.2.0 with crate(rustc_version/default) < 0.3.0)
|
|
|
|
|
BuildRequires: (crate(time/default) >= 0.1.0 with crate(time/default) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(tokio-buf/default) >= 0.1.0 with crate(tokio-buf/default) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(tokio-executor/default) >= 0.1.0 with crate(tokio-executor/default) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(tokio-io/default) >= 0.1.0 with crate(tokio-io/default) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(tokio-reactor/default) >= 0.1.0 with crate(tokio-reactor/default) < 0.2.0)
|
|
|
|
@ -52,8 +55,8 @@ BuildRequires: (crate(tokio-mockstream/default) >= 1.1.0 with crate(tokio-mocks
|
|
|
|
|
BuildRequires: (crate(url/default) >= 1.0.0 with crate(url/default) < 2.0.0)
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%global _description \
|
|
|
|
|
A fast and correct HTTP library.
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Fast and correct HTTP library.}
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
@ -219,6 +222,9 @@ which use "tokio-timer" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Jun 02 13:53:51 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.29-1
|
|
|
|
|
- Update to 0.12.29
|
|
|
|
|
|
|
|
|
|
* Tue Apr 30 08:30:54 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.28-1
|
|
|
|
|
- Update to 0.12.28
|
|
|
|
|
|
|
|
|
|