|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
%global crate hyper
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.12.16
|
|
|
|
|
Version: 0.12.17
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Fast and correct HTTP library
|
|
|
|
|
|
|
|
|
@ -21,7 +21,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/default) >= 0.1.13 with crate(http/default) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(http/default) >= 0.1.14 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)
|
|
|
|
|
BuildRequires: (crate(itoa/default) >= 0.4.1 with crate(itoa/default) < 0.5.0)
|
|
|
|
@ -115,18 +115,6 @@ which use "net2" feature of "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+net2-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+nightly-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+nightly-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "nightly" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+nightly-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+runtime-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -228,6 +216,9 @@ which use "tokio-timer" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Dec 06 2018 Josh Stone <jistone@redhat.com> - 0.12.17-1
|
|
|
|
|
- Update to 0.12.17
|
|
|
|
|
|
|
|
|
|
* Mon Nov 26 2018 Josh Stone <jistone@redhat.com> - 0.12.16-1
|
|
|
|
|
- Update to 0.12.16
|
|
|
|
|
|
|
|
|
|