Update to 0.12.25

epel9
Josh Stone 6 years ago
parent 7c63e55bd7
commit 7e8d6c7e85

1
.gitignore vendored

@ -20,3 +20,4 @@
/hyper-0.12.22.crate
/hyper-0.12.23.crate
/hyper-0.12.24.crate
/hyper-0.12.25.crate

@ -1,7 +1,7 @@
--- 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"
--- hyper-0.12.25/Cargo.toml 1969-12-31T16:00:00-08:00
+++ hyper-0.12.25/Cargo.toml 2019-03-01T15:35:58.088898-08:00
@@ -219,8 +219,5 @@
version = "0.2"
[features]
-__internal_flaky_tests = []

@ -6,7 +6,7 @@
%global crate hyper
Name: rust-%{crate}
Version: 0.12.24
Version: 0.12.25
Release: 1%{?dist}
Summary: Fast and correct HTTP library
@ -30,6 +30,7 @@ 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)
BuildRequires: (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0)
BuildRequires: (crate(net2/default) >= 0.2.32 with crate(net2/default) < 0.3.0)
BuildRequires: (crate(rustc_version/default) >= 0.2.0 with crate(rustc_version/default) < 0.3.0)
BuildRequires: (crate(time/default) >= 0.1.0 with crate(time/default) < 0.2.0)
BuildRequires: (crate(tokio-executor/default) >= 0.1.0 with crate(tokio-executor/default) < 0.2.0)
BuildRequires: (crate(tokio-io/default) >= 0.1.0 with crate(tokio-io/default) < 0.2.0)
@ -207,6 +208,9 @@ which use "tokio-timer" feature of "%{crate}" crate.
%endif
%changelog
* Fri Mar 01 2019 Josh Stone <jistone@redhat.com> - 0.12.25-1
- Update to 0.12.25
* Mon Feb 11 2019 Josh Stone <jistone@redhat.com> - 0.12.24-1
- Update to 0.12.24

@ -1 +1 @@
SHA512 (hyper-0.12.24.crate) = df97429098cb0791a9a582e3c631945d65a37410226bddd94f05e755118945a77adaa51fd1f357bc5c27546ad018e8998d82ae48f209d40c27643d6f4c4312db
SHA512 (hyper-0.12.25.crate) = 08ae7e697013311c826fd4204cce583ec937153a37521869e23ee5434c1d927a90c3e27e43ea3a8109933bf32b8a03f2dcdfe57b6bf1777ed0171c0815421c86

Loading…
Cancel
Save