update to version 0.13.8

epel9
Fabio Valentini 4 years ago
parent 1034c23c04
commit ba003fd4ec
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -35,3 +35,4 @@
/hyper-0.13.5.crate
/hyper-0.13.6.crate
/hyper-0.13.7.crate
/hyper-0.13.8.crate

@ -5,7 +5,7 @@
%global crate hyper
Name: rust-%{crate}
Version: 0.13.7
Version: 0.13.8
Release: 1%{?dist}
Summary: Fast and correct HTTP library
@ -63,6 +63,18 @@ which use "__internal_happy_eyeballs_tests" feature of "%{crate}" crate.
%files -n %{name}+__internal_happy_eyeballs_tests-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+nightly-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+nightly-devel %{_description}
This package contains library source intended for building other packages
which use "nightly" feature of "%{crate}" crate.
%files -n %{name}+nightly-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+runtime-devel
Summary: %{summary}
BuildArch: noarch
@ -131,6 +143,9 @@ which use "tcp" feature of "%{crate}" crate.
%endif
%changelog
* Sun Sep 20 2020 Fabio Valentini <decathorpe@gmail.com> - 0.13.8-1
- Update to version 0.13.8.
* Tue Aug 25 2020 Josh Stone <jistone@redhat.com> - 0.13.7-1
- Update to 0.13.7

@ -1 +1 @@
SHA512 (hyper-0.13.7.crate) = b75afa80b4c0e416fcc066e32337925c2c86282c8b06ccef7e010d5ce163c4d2c354c75127b9a5cffbb0ae191c6b1a0fd8597a99fb20ca6d3c1662d5101f0c03
SHA512 (hyper-0.13.8.crate) = 6cb97297374ffc2de46a0ffc4fda52b7076ee4f27dc8dbdd3709f24469049def3b09de76ed1185a52c4fa24f8ce2fc840f106cd01dba03e3094d5066eba3f4e2

Loading…
Cancel
Save