Update to 0.12.11

epel9
Josh Stone 6 years ago
parent 66ce315eb3
commit 88377fdf65

1
.gitignore vendored

@ -9,3 +9,4 @@
/hyper-0.12.8.crate
/hyper-0.12.9.crate
/hyper-0.12.10.crate
/hyper-0.12.11.crate

@ -5,7 +5,7 @@
%global crate hyper
Name: rust-%{crate}
Version: 0.12.10
Version: 0.12.11
Release: 1%{?dist}
Summary: Fast and correct HTTP library
@ -35,8 +35,6 @@ 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-timer) >= 0.2.0 with crate(tokio-timer) < 0.3.0)
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}
# [dev-dependencies]
BuildRequires: (crate(futures-timer) >= 0.1.0 with crate(futures-timer) < 0.2.0)
@ -85,6 +83,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Fri Sep 28 2018 Josh Stone <jistone@redhat.com> - 0.12.11-1
- Update to 0.12.11
* Mon Sep 17 2018 Josh Stone <jistone@redhat.com> - 0.12.10-1
- Update to 0.12.10

@ -1 +1 @@
SHA512 (hyper-0.12.10.crate) = c11b122381a31e93ce90647450bb62b26a1ca1035a7173201696a9b7f5f3be0f82aef6ea0f492892d1f5855115a770032d74c4a8fb3f9995c37346cff7982f0f
SHA512 (hyper-0.12.11.crate) = 63ff6503d5f92417d6fa99086c6c511e14ecb864f7941a1f5490c19016299b6444542fcb387f59dbc7950ec8be49296a15355a41059d2a6da0712adbea129ec1

Loading…
Cancel
Save