|
|
@ -6,7 +6,7 @@
|
|
|
|
%global crate hyper
|
|
|
|
%global crate hyper
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.12.24
|
|
|
|
Version: 0.12.25
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Fast and correct HTTP library
|
|
|
|
Summary: Fast and correct HTTP library
|
|
|
|
|
|
|
|
|
|
|
@ -30,6 +30,7 @@ BuildRequires: (crate(iovec/default) >= 0.1.0 with crate(iovec/default) < 0.2.0
|
|
|
|
BuildRequires: (crate(itoa/default) >= 0.4.1 with crate(itoa/default) < 0.5.0)
|
|
|
|
BuildRequires: (crate(itoa/default) >= 0.4.1 with crate(itoa/default) < 0.5.0)
|
|
|
|
BuildRequires: (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0)
|
|
|
|
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(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(time/default) >= 0.1.0 with crate(time/default) < 0.2.0)
|
|
|
|
BuildRequires: (crate(tokio-executor/default) >= 0.1.0 with crate(tokio-executor/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-io/default) >= 0.1.0 with crate(tokio-io/default) < 0.2.0)
|
|
|
@ -207,6 +208,9 @@ which use "tokio-timer" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Mar 01 2019 Josh Stone <jistone@redhat.com> - 0.12.25-1
|
|
|
|
|
|
|
|
- Update to 0.12.25
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 11 2019 Josh Stone <jistone@redhat.com> - 0.12.24-1
|
|
|
|
* Mon Feb 11 2019 Josh Stone <jistone@redhat.com> - 0.12.24-1
|
|
|
|
- Update to 0.12.24
|
|
|
|
- Update to 0.12.24
|
|
|
|
|
|
|
|
|
|
|
|