|
|
@ -5,16 +5,13 @@
|
|
|
|
%global crate hyper
|
|
|
|
%global crate hyper
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.12.5
|
|
|
|
Version: 0.12.6
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Fast and correct HTTP library
|
|
|
|
Summary: Fast and correct HTTP library
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: https://crates.io/crates/hyper
|
|
|
|
URL: https://crates.io/crates/hyper
|
|
|
|
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
|
|
|
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
|
|
|
# Initial patched metadata
|
|
|
|
|
|
|
|
# * Bump want to 0.0.6, https://github.com/hyperium/hyper/pull/1601
|
|
|
|
|
|
|
|
Patch0: hyper-0.12.5-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
@ -43,6 +40,9 @@ BuildRequires: (crate(want) >= 0.0.6 with crate(want) < 0.0.7)
|
|
|
|
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)
|
|
|
|
BuildRequires: (crate(num_cpus) >= 1.0.0 with crate(num_cpus) < 2.0.0)
|
|
|
|
BuildRequires: (crate(num_cpus) >= 1.0.0 with crate(num_cpus) < 2.0.0)
|
|
|
|
BuildRequires: (crate(pretty_env_logger) >= 0.2.0 with crate(pretty_env_logger) < 0.3.0)
|
|
|
|
BuildRequires: (crate(pretty_env_logger) >= 0.2.0 with crate(pretty_env_logger) < 0.3.0)
|
|
|
|
|
|
|
|
BuildRequires: (crate(serde) >= 1.0.0 with crate(serde) < 2.0.0)
|
|
|
|
|
|
|
|
BuildRequires: (crate(serde_derive) >= 1.0.0 with crate(serde_derive) < 2.0.0)
|
|
|
|
|
|
|
|
BuildRequires: (crate(serde_json) >= 1.0.0 with crate(serde_json) < 2.0.0)
|
|
|
|
BuildRequires: (crate(spmc) >= 0.2.0 with crate(spmc) < 0.3.0)
|
|
|
|
BuildRequires: (crate(spmc) >= 0.2.0 with crate(spmc) < 0.3.0)
|
|
|
|
BuildRequires: (crate(tokio-fs) >= 0.1.0 with crate(tokio-fs) < 0.2.0)
|
|
|
|
BuildRequires: (crate(tokio-fs) >= 0.1.0 with crate(tokio-fs) < 0.2.0)
|
|
|
|
BuildRequires: (crate(tokio-mockstream) >= 1.1.0 with crate(tokio-mockstream) < 2.0.0)
|
|
|
|
BuildRequires: (crate(tokio-mockstream) >= 1.1.0 with crate(tokio-mockstream) < 2.0.0)
|
|
|
@ -82,6 +82,9 @@ which use %{crate} from crates.io.
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.6-1
|
|
|
|
|
|
|
|
- Update to 0.12.6
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.5-1
|
|
|
|
* Wed Jul 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.5-1
|
|
|
|
- Update to 0.12.5
|
|
|
|
- Update to 0.12.5
|
|
|
|
|
|
|
|
|
|
|
|