Update to version 1.2.0; Fixes RHBZ#2249877

epel10
Fabio Valentini 9 months ago
parent e67763e371
commit 73252170f9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -59,3 +59,4 @@
/hyper-0.14.26.crate
/hyper-0.14.27.crate
/hyper-0.14.28.crate
/hyper-1.2.0.crate

@ -1,13 +1,12 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
# * examples and integration tests are not included in published crates
# * tower dev-dependency is not packaged
%bcond_with check
%global debug_package %{nil}
%global crate hyper
Name: rust-hyper
Version: 0.14.28
Version: 1.2.0
Release: %autorelease
Summary: Fast and correct HTTP library
@ -48,18 +47,6 @@ 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
@ -72,18 +59,6 @@ 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
@ -108,18 +83,6 @@ use the "full" feature of the "%{crate}" crate.
%files -n %{name}+full-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+h2-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+h2-devel %{_description}
This package contains library source intended for building other packages which
use the "h2" feature of the "%{crate}" crate.
%files -n %{name}+h2-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+http1-devel
Summary: %{summary}
BuildArch: noarch
@ -144,30 +107,6 @@ use the "http2" feature of the "%{crate}" crate.
%files -n %{name}+http2-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+libc-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+libc-devel %{_description}
This package contains library source intended for building other packages which
use the "libc" feature of the "%{crate}" crate.
%files -n %{name}+libc-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+runtime-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+runtime-devel %{_description}
This package contains library source intended for building other packages which
use the "runtime" feature of the "%{crate}" crate.
%files -n %{name}+runtime-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+server-devel
Summary: %{summary}
BuildArch: noarch
@ -180,40 +119,16 @@ use the "server" feature of the "%{crate}" crate.
%files -n %{name}+server-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+socket2-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+socket2-devel %{_description}
This package contains library source intended for building other packages which
use the "socket2" feature of the "%{crate}" crate.
%files -n %{name}+socket2-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+stream-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+stream-devel %{_description}
This package contains library source intended for building other packages which
use the "stream" feature of the "%{crate}" crate.
%files -n %{name}+stream-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+tcp-devel
%package -n %{name}+tracing-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+tcp-devel %{_description}
%description -n %{name}+tracing-devel %{_description}
This package contains library source intended for building other packages which
use the "tcp" feature of the "%{crate}" crate.
use the "tracing" feature of the "%{crate}" crate.
%files -n %{name}+tcp-devel
%files -n %{name}+tracing-devel
%ghost %{crate_instdir}/Cargo.toml
%prep

@ -1,13 +1,9 @@
[features]
hide = [
"__internal_happy_eyeballs_tests",
"nightly",
]
[tests]
run = ["none"]
comments = [
"examples and integration tests are not included in published crates",
"tower dev-dependency is not packaged",
]
comments = ["examples and integration tests are not included in published crates"]

@ -1 +1 @@
SHA512 (hyper-0.14.28.crate) = deb26e3815e6315dd193c4db22efe1e73e44bc7c1d400bc7654e950bd074a200b7cbb730ca30faac0940c88529fea60d5737a4fc7ccd4fa24c2ecdb2a0b450a7
SHA512 (hyper-1.2.0.crate) = 1ad844b0d13206598ea8ee887255f4776f2ed9eac3d07b1e5b07652016655736868e5521aca0c436faa418dc47fb46cae21870cf97858d16a21101d84fbf6263

Loading…
Cancel
Save