Update to 0.12.8

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

1
.gitignore vendored

@ -6,3 +6,4 @@
/hyper-0.12.5.crate
/hyper-0.12.6.crate
/hyper-0.12.7.crate
/hyper-0.12.8.crate

@ -5,8 +5,8 @@
%global crate hyper
Name: rust-%{crate}
Version: 0.12.7
Release: 2%{?dist}
Version: 0.12.8
Release: 1%{?dist}
Summary: Fast and correct HTTP library
License: MIT
@ -35,6 +35,8 @@ BuildRequires: (crate(tokio-reactor) >= 0.1.0 with crate(tokio-reactor) < 0.2.0
BuildRequires: (crate(tokio-tcp) >= 0.1.0 with crate(tokio-tcp) < 0.2.0)
BuildRequires: (crate(tokio-timer) >= 0.2.0 with crate(tokio-timer) < 0.3.0)
BuildRequires: (crate(want) >= 0.0.6 with crate(want) < 0.0.7)
# [build-dependencies]
BuildRequires: (crate(rustc_version) >= 0.2.3 with crate(rustc_version) < 0.3.0)
%if %{with check}
# [dev-dependencies]
BuildRequires: (crate(futures-timer) >= 0.1.0 with crate(futures-timer) < 0.2.0)
@ -83,6 +85,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Sat Aug 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.8-1
- Update to 0.12.8
* Sat Jul 28 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.7-2
- Rebuild to trigger tests

@ -1 +1 @@
SHA512 (hyper-0.12.7.crate) = de9bb09435952c2862160a7bf0e0da7b1f1ae9c625d0c949a6f59667bdbb6deb64eb969415f69e0a7864128c8615b3df1034abd7e69d037d39d661a631252b13
SHA512 (hyper-0.12.8.crate) = 0a0a609a85dc6812b1527eea94475eda76ba75c82776a650c24d4f81da2fdb8cd75902423f113c865b641d26b72642877485a0a6e4aa2550bd00bb29d54cb93f

Loading…
Cancel
Save