Update to 0.12.23

epel9
Josh Stone 6 years ago
parent af9c349218
commit c9b49e1d83

1
.gitignore vendored

@ -18,3 +18,4 @@
/hyper-0.12.20.crate
/hyper-0.12.21.crate
/hyper-0.12.22.crate
/hyper-0.12.23.crate

@ -1,10 +1,12 @@
--- 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 @@
--- hyper-0.12.23/Cargo.toml 1969-12-31T16:00:00-08:00
+++ hyper-0.12.23/Cargo.toml 2019-01-24T13:52:07.035238-08:00
@@ -217,8 +217,5 @@
version = "1.0"
[features]
-__internal_flaky_tests = []
-__internal_happy_eyeballs_tests = []
default = ["runtime"]
-default = ["__internal_flaky_tests", "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.22
Version: 0.12.23
Release: 1%{?dist}
Summary: Fast and correct HTTP library
@ -23,7 +23,7 @@ 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.15 with crate(h2/default) < 0.2.0)
BuildRequires: (crate(h2/default) >= 0.1.10 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)
@ -207,6 +207,9 @@ which use "tokio-timer" feature of "%{crate}" crate.
%endif
%changelog
* Thu Jan 24 2019 Josh Stone <jistone@redhat.com> - 0.12.23-1
- Update to 0.12.23
* Wed Jan 23 2019 Josh Stone <jistone@redhat.com> - 0.12.22-1
- Update to 0.12.22

@ -1 +1 @@
SHA512 (hyper-0.12.22.crate) = eb9aa6574facf6d533359177adffade13d4928655caff5947656c9d1e92d3fa4150f27e2e9cf0781d7bb725ae8b4bbc3aed6ffcc9b8628c0ec8f134fcdb81a84
SHA512 (hyper-0.12.23.crate) = cdaaa6bf0a95eda6c0a550b61e9f93754caaaf3375b6748d39a5d96ee293d820fe385554ff0e64982a453bd1388fd77f096acc4c8adc60942a1560fdfc72fa0d

Loading…
Cancel
Save