Update to 0.12.20

epel9
Josh Stone 6 years ago
parent 53409091e2
commit e2db13c66c

1
.gitignore vendored

@ -15,3 +15,4 @@
/hyper-0.12.16.crate
/hyper-0.12.17.crate
/hyper-0.12.18.crate
/hyper-0.12.20.crate

@ -6,7 +6,7 @@
%global crate hyper
Name: rust-%{crate}
Version: 0.12.18
Version: 0.12.20
Release: 1%{?dist}
Summary: Fast and correct HTTP library
@ -34,7 +34,7 @@ BuildRequires: (crate(tokio-reactor/default) >= 0.1.0 with crate(tokio-reactor/
BuildRequires: (crate(tokio-tcp/default) >= 0.1.0 with crate(tokio-tcp/default) < 0.2.0)
BuildRequires: (crate(tokio-threadpool/default) >= 0.1.3 with crate(tokio-threadpool/default) < 0.2.0)
BuildRequires: (crate(tokio-timer/default) >= 0.2.0 with crate(tokio-timer/default) < 0.3.0)
BuildRequires: (crate(tokio/default) >= 0.1.7 with crate(tokio/default) < 0.2.0)
BuildRequires: (crate(tokio/rt-full) >= 0.1.14 with crate(tokio/rt-full) < 0.2.0)
BuildRequires: (crate(want/default) >= 0.0.6 with crate(want/default) < 0.0.7)
%if %{with check}
BuildRequires: (crate(futures-timer/default) >= 0.1.0 with crate(futures-timer/default) < 0.2.0)
@ -216,6 +216,9 @@ which use "tokio-timer" feature of "%{crate}" crate.
%endif
%changelog
* Tue Jan 08 2019 Josh Stone <jistone@redhat.com> - 0.12.20-1
- Update to 0.12.20
* Wed Dec 12 2018 Josh Stone <jistone@redhat.com> - 0.12.18-1
- Update to 0.12.18

@ -1 +1 @@
SHA512 (hyper-0.12.18.crate) = a17f47a286c80d2941c5aa3c54843953b3dd2ddc2641e7166595bdbb7bac991b5c1b0d91bca0d12395f8571c2f532087b8ca1452b485fbf72a504724148c425e
SHA512 (hyper-0.12.20.crate) = 1e9df0908fb4c4d19b27798d2bb0e33aaacf7e6b9c7bea807baa0b05f051883c6b792cbc5843af643ea80ed455b2bf1b1391853d135b2778b34b16f4df110c53

Loading…
Cancel
Save