Update to 0.12.22

epel9
Josh Stone 6 years ago
parent 0364c5259e
commit af9c349218

1
.gitignore vendored

@ -17,3 +17,4 @@
/hyper-0.12.18.crate
/hyper-0.12.20.crate
/hyper-0.12.21.crate
/hyper-0.12.22.crate

@ -1,12 +1,10 @@
--- hyper-0.12.21/Cargo.toml 1969-12-31T16:00:00-08:00
+++ hyper-0.12.21/Cargo.toml 2019-01-15T14:04:14.103079-08:00
@@ -217,8 +217,5 @@
--- hyper-0.12.22/Cargo.toml 1969-12-31T16:00:00-08:00
+++ hyper-0.12.22/Cargo.toml 2019-01-23T13:16:51.088050-08:00
@@ -217,7 +217,5 @@
version = "1.0"
[features]
-__internal_flaky_tests = []
-__internal_happy_eyeballs_tests = []
-default = ["__internal_flaky_tests", "runtime"]
default = ["runtime"]
-nightly = []
+default = ["runtime"]
runtime = ["futures-cpupool", "net2", "tokio", "tokio-executor", "tokio-reactor", "tokio-tcp", "tokio-threadpool", "tokio-timer"]

@ -6,7 +6,7 @@
%global crate hyper
Name: rust-%{crate}
Version: 0.12.21
Version: 0.12.22
Release: 1%{?dist}
Summary: Fast and correct HTTP library
@ -23,8 +23,8 @@ BuildRequires: rust-packaging
BuildRequires: (crate(bytes/default) >= 0.4.4 with crate(bytes/default) < 0.5.0)
BuildRequires: (crate(futures-cpupool/default) >= 0.1.6 with crate(futures-cpupool/default) < 0.2.0)
BuildRequires: (crate(futures/default) >= 0.1.21 with crate(futures/default) < 0.2.0)
BuildRequires: (crate(h2/default) >= 0.1.10 with crate(h2/default) < 0.2.0)
BuildRequires: (crate(http/default) >= 0.1.14 with crate(http/default) < 0.2.0)
BuildRequires: (crate(h2/default) >= 0.1.15 with crate(h2/default) < 0.2.0)
BuildRequires: (crate(http/default) >= 0.1.15 with crate(http/default) < 0.2.0)
BuildRequires: (crate(httparse/default) >= 1.0.0 with crate(httparse/default) < 2.0.0)
BuildRequires: (crate(iovec/default) >= 0.1.0 with crate(iovec/default) < 0.2.0)
BuildRequires: (crate(itoa/default) >= 0.4.1 with crate(itoa/default) < 0.5.0)
@ -207,6 +207,9 @@ which use "tokio-timer" feature of "%{crate}" crate.
%endif
%changelog
* Wed Jan 23 2019 Josh Stone <jistone@redhat.com> - 0.12.22-1
- Update to 0.12.22
* Tue Jan 15 2019 Josh Stone <jistone@redhat.com> - 0.12.21-1
- Update to 0.12.21

@ -1 +1 @@
SHA512 (hyper-0.12.21.crate) = 8af887d9f95ffc4f31f96b28436437eef8e48b60fac019b96fa934f4c5e0939a66a837b4cae9974ea1fc8c929d1b7eba7731a54fc809282c06f553f510eaa600
SHA512 (hyper-0.12.22.crate) = eb9aa6574facf6d533359177adffade13d4928655caff5947656c9d1e92d3fa4150f27e2e9cf0781d7bb725ae8b4bbc3aed6ffcc9b8628c0ec8f134fcdb81a84

Loading…
Cancel
Save