|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
%global crate hyper
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.12.18
|
|
|
|
|
Version: 0.12.20
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Fast and correct HTTP library
|
|
|
|
|
|
|
|
|
@ -34,7 +34,7 @@ BuildRequires: (crate(tokio-reactor/default) >= 0.1.0 with crate(tokio-reactor/
|
|
|
|
|
BuildRequires: (crate(tokio-tcp/default) >= 0.1.0 with crate(tokio-tcp/default) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(tokio-threadpool/default) >= 0.1.3 with crate(tokio-threadpool/default) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(tokio-timer/default) >= 0.2.0 with crate(tokio-timer/default) < 0.3.0)
|
|
|
|
|
BuildRequires: (crate(tokio/default) >= 0.1.7 with crate(tokio/default) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(tokio/rt-full) >= 0.1.14 with crate(tokio/rt-full) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(want/default) >= 0.0.6 with crate(want/default) < 0.0.7)
|
|
|
|
|
%if %{with check}
|
|
|
|
|
BuildRequires: (crate(futures-timer/default) >= 0.1.0 with crate(futures-timer/default) < 0.2.0)
|
|
|
|
@ -216,6 +216,9 @@ which use "tokio-timer" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jan 08 2019 Josh Stone <jistone@redhat.com> - 0.12.20-1
|
|
|
|
|
- Update to 0.12.20
|
|
|
|
|
|
|
|
|
|
* Wed Dec 12 2018 Josh Stone <jistone@redhat.com> - 0.12.18-1
|
|
|
|
|
- Update to 0.12.18
|
|
|
|
|
|
|
|
|
|