Update to version 0.14.25; Fixes RHBZ#2177303

epel9
Fabio Valentini 2 years ago
parent dc0d1b4114
commit 97beff9737
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -55,3 +55,4 @@
/hyper-0.14.22.crate
/hyper-0.14.23.crate
/hyper-0.14.24.crate
/hyper-0.14.25.crate

@ -1,3 +0,0 @@
# rust-hyper
The rust-hyper package

@ -1,4 +1,4 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
# * examples and integration tests are not included in published crates
# * tower dev-dependency is not packaged
%bcond_with check
@ -7,7 +7,7 @@
%global crate hyper
Name: rust-hyper
Version: 0.14.24
Version: 0.14.25
Release: %autorelease
Summary: Fast and correct HTTP library
@ -18,7 +18,7 @@ Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Fast and correct HTTP library.}
A fast and correct HTTP library.}
%description %{_description}
@ -48,6 +48,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+backports-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+backports-devel %{_description}
This package contains library source intended for building other packages which
use the "backports" feature of the "%{crate}" crate.
%files -n %{name}+backports-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+client-devel
Summary: %{summary}
BuildArch: noarch
@ -60,6 +72,18 @@ use the "client" feature of the "%{crate}" crate.
%files -n %{name}+client-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+deprecated-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+deprecated-devel %{_description}
This package contains library source intended for building other packages which
use the "deprecated" feature of the "%{crate}" crate.
%files -n %{name}+deprecated-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+ffi-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (hyper-0.14.24.crate) = 666f181badd8e1d440b1e650dddc7e370eca2baf628b89f5f579702b3d8f60b5e5e9b2e03f36cd64de67a6acc3567d1b1e629a82206fb31870d5d50238fbd18a
SHA512 (hyper-0.14.25.crate) = abf06e17b1f6f5822c0447d160ab7d218124e27a1dce4b2264b5eb66a3642ce773ed060c59c784a20695c280c81cd4922b23930082945d46f3ac60e3a84965ee

Loading…
Cancel
Save