|
|
@ -5,7 +5,7 @@
|
|
|
|
%global crate hyper
|
|
|
|
%global crate hyper
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.12.9
|
|
|
|
Version: 0.12.10
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Fast and correct HTTP library
|
|
|
|
Summary: Fast and correct HTTP library
|
|
|
|
|
|
|
|
|
|
|
@ -21,7 +21,7 @@ BuildRequires: (crate(bytes) >= 0.4.4 with crate(bytes) < 0.5.0)
|
|
|
|
BuildRequires: (crate(futures) >= 0.1.21 with crate(futures) < 0.2.0)
|
|
|
|
BuildRequires: (crate(futures) >= 0.1.21 with crate(futures) < 0.2.0)
|
|
|
|
BuildRequires: (crate(futures-cpupool) >= 0.1.6 with crate(futures-cpupool) < 0.2.0)
|
|
|
|
BuildRequires: (crate(futures-cpupool) >= 0.1.6 with crate(futures-cpupool) < 0.2.0)
|
|
|
|
BuildRequires: (crate(h2) >= 0.1.10 with crate(h2) < 0.2.0)
|
|
|
|
BuildRequires: (crate(h2) >= 0.1.10 with crate(h2) < 0.2.0)
|
|
|
|
BuildRequires: (crate(http) >= 0.1.7 with crate(http) < 0.2.0)
|
|
|
|
BuildRequires: (crate(http) >= 0.1.13 with crate(http) < 0.2.0)
|
|
|
|
BuildRequires: (crate(httparse) >= 1.0.0 with crate(httparse) < 2.0.0)
|
|
|
|
BuildRequires: (crate(httparse) >= 1.0.0 with crate(httparse) < 2.0.0)
|
|
|
|
BuildRequires: (crate(iovec) >= 0.1.0 with crate(iovec) < 0.2.0)
|
|
|
|
BuildRequires: (crate(iovec) >= 0.1.0 with crate(iovec) < 0.2.0)
|
|
|
|
BuildRequires: (crate(itoa) >= 0.4.1 with crate(itoa) < 0.5.0)
|
|
|
|
BuildRequires: (crate(itoa) >= 0.4.1 with crate(itoa) < 0.5.0)
|
|
|
@ -85,6 +85,9 @@ which use %{crate} from crates.io.
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Sep 17 2018 Josh Stone <jistone@redhat.com> - 0.12.10-1
|
|
|
|
|
|
|
|
- Update to 0.12.10
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Sep 08 2018 Josh Stone <jistone@redhat.com> - 0.12.9-1
|
|
|
|
* Sat Sep 08 2018 Josh Stone <jistone@redhat.com> - 0.12.9-1
|
|
|
|
- Update to 0.12.9
|
|
|
|
- Update to 0.12.9
|
|
|
|
|
|
|
|
|
|
|
|