Update to version 0.1.5; Fixes RHBZ#2283135

epel10
Fabio Valentini 8 months ago
parent 44f51968a7
commit a9d2a433cf
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/hyper-util-0.1.3.crate
/hyper-util-0.1.5.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 26
# * dev-dependencies too old in Fedora: pnet_datalink ^0.34
# * tests can only be run in-tree
%bcond_with check
%global debug_package %{nil}
%global crate hyper-util
Name: rust-hyper-util
Version: 0.1.3
Version: 0.1.5
Release: %autorelease
Summary: Hyper utilities
@ -132,6 +132,18 @@ use the "server-auto" feature of the "%{crate}" crate.
%files -n %{name}+server-auto-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+server-graceful-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+server-graceful-devel %{_description}
This package contains library source intended for building other packages which
use the "server-graceful" feature of the "%{crate}" crate.
%files -n %{name}+server-graceful-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+service-devel
Summary: %{summary}
BuildArch: noarch

@ -1,3 +1,7 @@
[features]
hide = ["__internal_happy_eyeballs_tests"]
[tests]
run = ["none"]
comments = ["tests can only be run in-tree"]

@ -1 +1 @@
SHA512 (hyper-util-0.1.3.crate) = fa68ae79e56a40beef318ec1b3fa6683ecd49371a64b123e55cb311a739d44226bfd526afbbab661785ce4302ef4bb1bcbff80ae3c6af26a4db62e9d4792a114
SHA512 (hyper-util-0.1.5.crate) = 44b1ec55849a93f9faab391eb6b99f205ba19f8b4d83966a04562dfa86e936222b79a5c8b2d6204870a4038103ff99b0a07feaee314e6c7c38b000732a68eb69

Loading…
Cancel
Save