Update to 0.12.7

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

1
.gitignore vendored

@ -5,3 +5,4 @@
/hyper-0.11.26.crate
/hyper-0.12.5.crate
/hyper-0.12.6.crate
/hyper-0.12.7.crate

@ -5,7 +5,7 @@
%global crate hyper
Name: rust-%{crate}
Version: 0.12.6
Version: 0.12.7
Release: 1%{?dist}
Summary: Fast and correct HTTP library
@ -74,6 +74,7 @@ which use %{crate} from crates.io.
%if %{with check}
%check
# Test files are missing
%cargo_test -- --doc
%endif
@ -82,6 +83,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Tue Jul 24 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.7-1
- Update to 0.12.7
* Fri Jul 13 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.6-1
- Update to 0.12.6

@ -1 +1 @@
SHA512 (hyper-0.12.6.crate) = 98a1c540567406be84af75417cb77f87cf7b6be7a03273f69e6e09116db7a5a4cb438384e0a145569d67874037c9a5c8997d318705d7feecf562e1fea920e934
SHA512 (hyper-0.12.7.crate) = de9bb09435952c2862160a7bf0e0da7b1f1ae9c625d0c949a6f59667bdbb6deb64eb969415f69e0a7864128c8615b3df1034abd7e69d037d39d661a631252b13

Loading…
Cancel
Save