Update to 0.12.6

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent ba5e8742cc
commit 907a730fc9
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -4,3 +4,4 @@
/hyper-0.11.25.crate
/hyper-0.11.26.crate
/hyper-0.12.5.crate
/hyper-0.12.6.crate

@ -1,11 +0,0 @@
--- hyper-0.12.5/Cargo.toml 1970-01-01T01:00:00+01:00
+++ hyper-0.12.5/Cargo.toml 2018-07-11T22:50:35.942841+02:00
@@ -154,7 +154,7 @@
optional = true
[dependencies.want]
-version = "0.0.5"
+version = "0.0.6"
[dev-dependencies.futures-timer]
version = "0.1"

@ -5,16 +5,13 @@
%global crate hyper
Name: rust-%{crate}
Version: 0.12.5
Version: 0.12.6
Release: 1%{?dist}
Summary: Fast and correct HTTP library
License: MIT
URL: https://crates.io/crates/hyper
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}
@ -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(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(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(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)
@ -82,6 +82,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%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
- Update to 0.12.5

@ -1 +1 @@
SHA512 (hyper-0.12.5.crate) = ec64bbafb0ce331026866a93968e705079ec274b9f95afa09685ee59e04e0278d56ffcfe09ecd0b20b2562f7ebd7102d23a528497d0179ddac93708472ee875d
SHA512 (hyper-0.12.6.crate) = 98a1c540567406be84af75417cb77f87cf7b6be7a03273f69e6e09116db7a5a4cb438384e0a145569d67874037c9a5c8997d318705d7feecf562e1fea920e934

Loading…
Cancel
Save