Update to 0.11.26

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 3b2d32673d
commit 3a8a3d52d5
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -2,3 +2,4 @@
/hyper-0.11.23.crate
/hyper-0.11.24.crate
/hyper-0.11.25.crate
/hyper-0.11.26.crate

@ -5,7 +5,7 @@
%global crate hyper
Name: rust-%{crate}
Version: 0.11.25
Version: 0.11.26
Release: 1%{?dist}
Summary: Modern HTTP library
@ -27,6 +27,7 @@ BuildRequires: (crate(iovec) >= 0.1.0 with crate(iovec) < 0.2.0)
BuildRequires: (crate(language-tags) >= 0.2.0 with crate(language-tags) < 0.3.0)
BuildRequires: (crate(log) >= 0.4.0 with crate(log) < 0.5.0)
BuildRequires: (crate(mime) >= 0.3.2 with crate(mime) < 0.4.0)
BuildRequires: (crate(net2) >= 0.2.0 with crate(net2) < 0.3.0)
BuildRequires: (crate(percent-encoding) >= 1.0.0 with crate(percent-encoding) < 2.0.0)
BuildRequires: (crate(relay) >= 0.1.0 with crate(relay) < 0.2.0)
BuildRequires: (crate(time) >= 0.1.0 with crate(time) < 0.2.0)
@ -76,6 +77,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Sun May 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.26-1
- Update to 0.11.26
* Thu Apr 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.25-1
- Update to 0.11.25

@ -1 +1 @@
SHA512 (hyper-0.11.25.crate) = 8326e8abb5b16391c82087a45d02acec45d235784013225112a78f91a7ae68c1bd55702b90ff120f47aeb71f133265d4396048053b97abce403e175b3c85792a
SHA512 (hyper-0.11.26.crate) = baeea39fe17599911042a9acd2fc0d1c46acf06fdbfbdc3bf92ec1499c3ef9533732ad6b87902d1c06abc64f6a8fe4ab48a4cac417a9d26f939c2ba8d2f1d11e

Loading…
Cancel
Save