Update to 0.12.10

epel9
Josh Stone 6 years ago
parent ac8ac2fe64
commit 66ce315eb3

1
.gitignore vendored

@ -8,3 +8,4 @@
/hyper-0.12.7.crate
/hyper-0.12.8.crate
/hyper-0.12.9.crate
/hyper-0.12.10.crate

@ -5,7 +5,7 @@
%global crate hyper
Name: rust-%{crate}
Version: 0.12.9
Version: 0.12.10
Release: 1%{?dist}
Summary: Fast and correct HTTP library
@ -21,7 +21,7 @@ BuildRequires: (crate(bytes) >= 0.4.4 with crate(bytes) < 0.5.0)
BuildRequires: (crate(futures) >= 0.1.21 with crate(futures) < 0.2.0)
BuildRequires: (crate(futures-cpupool) >= 0.1.6 with crate(futures-cpupool) < 0.2.0)
BuildRequires: (crate(h2) >= 0.1.10 with crate(h2) < 0.2.0)
BuildRequires: (crate(http) >= 0.1.7 with crate(http) < 0.2.0)
BuildRequires: (crate(http) >= 0.1.13 with crate(http) < 0.2.0)
BuildRequires: (crate(httparse) >= 1.0.0 with crate(httparse) < 2.0.0)
BuildRequires: (crate(iovec) >= 0.1.0 with crate(iovec) < 0.2.0)
BuildRequires: (crate(itoa) >= 0.4.1 with crate(itoa) < 0.5.0)
@ -85,6 +85,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Mon Sep 17 2018 Josh Stone <jistone@redhat.com> - 0.12.10-1
- Update to 0.12.10
* Sat Sep 08 2018 Josh Stone <jistone@redhat.com> - 0.12.9-1
- Update to 0.12.9

@ -1 +1 @@
SHA512 (hyper-0.12.9.crate) = e954e1acc0ea51f9cdead43f7c096f2675a621371eeb80e9b09b1af6d6fb37b2c15db504f68f849eed4a65421fbbd69e9dbb980bf754b8cd03afd31d38d1d395
SHA512 (hyper-0.12.10.crate) = c11b122381a31e93ce90647450bb62b26a1ca1035a7173201696a9b7f5f3be0f82aef6ea0f492892d1f5855115a770032d74c4a8fb3f9995c37346cff7982f0f

Loading…
Cancel
Save