Update to version 1.5.2; Fixes RHBZ#2332613

epel10 imports/epel10/rust-hyper-1.5.2-1.el10
Fabio Valentini 2 weeks ago
parent 05a2a9458e
commit e134896d53
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -66,3 +66,4 @@
/hyper-1.4.1.crate
/hyper-1.5.0.crate
/hyper-1.5.1.crate
/hyper-1.5.2.crate

@ -6,7 +6,7 @@
%global crate hyper
Name: rust-hyper
Version: 1.5.1
Version: 1.5.2
Release: %autorelease
Summary: Protective and efficient HTTP library for all
@ -47,6 +47,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+capi-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+capi-devel %{_description}
This package contains library source intended for building other packages which
use the "capi" feature of the "%{crate}" crate.
%files -n %{name}+capi-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+client-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (hyper-1.5.1.crate) = ec90992a7569e8e7fb3e4a9250131a272851ec0938da48730198ac41347f82e7a308b1c4ba8b864de58ac849367d4360dd2d8a03cde58b330329949e87ff85d4
SHA512 (hyper-1.5.2.crate) = bbf3b72650c464b8ce36c96e25dbb975fc1c28cf2a78315d03be8e377b505e57534dda4ce600a5b1d57ae974ba869675ff5bdc3e80c8721b575593fc12b55b94

Loading…
Cancel
Save