|
|
@ -5,8 +5,8 @@
|
|
|
|
%global crate hyper
|
|
|
|
%global crate hyper
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.12.7
|
|
|
|
Version: 0.12.8
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Fast and correct HTTP library
|
|
|
|
Summary: Fast and correct HTTP library
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -35,6 +35,8 @@ BuildRequires: (crate(tokio-reactor) >= 0.1.0 with crate(tokio-reactor) < 0.2.0
|
|
|
|
BuildRequires: (crate(tokio-tcp) >= 0.1.0 with crate(tokio-tcp) < 0.2.0)
|
|
|
|
BuildRequires: (crate(tokio-tcp) >= 0.1.0 with crate(tokio-tcp) < 0.2.0)
|
|
|
|
BuildRequires: (crate(tokio-timer) >= 0.2.0 with crate(tokio-timer) < 0.3.0)
|
|
|
|
BuildRequires: (crate(tokio-timer) >= 0.2.0 with crate(tokio-timer) < 0.3.0)
|
|
|
|
BuildRequires: (crate(want) >= 0.0.6 with crate(want) < 0.0.7)
|
|
|
|
BuildRequires: (crate(want) >= 0.0.6 with crate(want) < 0.0.7)
|
|
|
|
|
|
|
|
# [build-dependencies]
|
|
|
|
|
|
|
|
BuildRequires: (crate(rustc_version) >= 0.2.3 with crate(rustc_version) < 0.3.0)
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
|
# [dev-dependencies]
|
|
|
|
# [dev-dependencies]
|
|
|
|
BuildRequires: (crate(futures-timer) >= 0.1.0 with crate(futures-timer) < 0.2.0)
|
|
|
|
BuildRequires: (crate(futures-timer) >= 0.1.0 with crate(futures-timer) < 0.2.0)
|
|
|
@ -83,6 +85,9 @@ which use %{crate} from crates.io.
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Aug 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.8-1
|
|
|
|
|
|
|
|
- Update to 0.12.8
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 28 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.7-2
|
|
|
|
* Sat Jul 28 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.7-2
|
|
|
|
- Rebuild to trigger tests
|
|
|
|
- Rebuild to trigger tests
|
|
|
|
|
|
|
|
|
|
|
|