Update to version 0.14.16; Fixes RHBZ#2030818

epel9
Fabio Valentini 3 years ago
parent da1a0178ca
commit 70658aaecd
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -47,3 +47,4 @@
/hyper-0.14.13.crate
/hyper-0.14.14.crate
/hyper-0.14.15.crate
/hyper-0.14.16.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 20
# * 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-%{crate}
Version: 0.14.15
Version: 0.14.16
Release: %autorelease
Summary: Fast and correct HTTP library
@ -17,9 +17,6 @@ URL: https://crates.io/crates/hyper
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -34,8 +31,8 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE
@ -47,8 +44,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -59,8 +56,8 @@ BuildArch: noarch
%description -n %{name}+client-devel %{_description}
This package contains library source intended for building other packages
which use "client" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "client" feature of the "%{crate}" crate.
%files -n %{name}+client-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -71,8 +68,8 @@ BuildArch: noarch
%description -n %{name}+ffi-devel %{_description}
This package contains library source intended for building other packages
which use "ffi" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "ffi" feature of the "%{crate}" crate.
%files -n %{name}+ffi-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -83,8 +80,8 @@ BuildArch: noarch
%description -n %{name}+full-devel %{_description}
This package contains library source intended for building other packages
which use "full" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "full" feature of the "%{crate}" crate.
%files -n %{name}+full-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -95,8 +92,8 @@ BuildArch: noarch
%description -n %{name}+h2-devel %{_description}
This package contains library source intended for building other packages
which use "h2" feature of "%{crate}" crate.
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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -107,8 +104,8 @@ BuildArch: noarch
%description -n %{name}+http1-devel %{_description}
This package contains library source intended for building other packages
which use "http1" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "http1" feature of the "%{crate}" crate.
%files -n %{name}+http1-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -119,8 +116,8 @@ BuildArch: noarch
%description -n %{name}+http2-devel %{_description}
This package contains library source intended for building other packages
which use "http2" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "http2" feature of the "%{crate}" crate.
%files -n %{name}+http2-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -131,8 +128,8 @@ BuildArch: noarch
%description -n %{name}+libc-devel %{_description}
This package contains library source intended for building other packages
which use "libc" feature of "%{crate}" crate.
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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -143,8 +140,8 @@ BuildArch: noarch
%description -n %{name}+runtime-devel %{_description}
This package contains library source intended for building other packages
which use "runtime" feature of "%{crate}" crate.
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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -155,8 +152,8 @@ BuildArch: noarch
%description -n %{name}+server-devel %{_description}
This package contains library source intended for building other packages
which use "server" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "server" feature of the "%{crate}" crate.
%files -n %{name}+server-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -167,8 +164,8 @@ BuildArch: noarch
%description -n %{name}+socket2-devel %{_description}
This package contains library source intended for building other packages
which use "socket2" feature of "%{crate}" crate.
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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -179,8 +176,8 @@ BuildArch: noarch
%description -n %{name}+stream-devel %{_description}
This package contains library source intended for building other packages
which use "stream" feature of "%{crate}" crate.
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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -191,8 +188,8 @@ BuildArch: noarch
%description -n %{name}+tcp-devel %{_description}
This package contains library source intended for building other packages
which use "tcp" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "tcp" feature of the "%{crate}" crate.
%files -n %{name}+tcp-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (hyper-0.14.15.crate) = 0d60aacc2146107de291c53c3cc275066140e54b478db81b6f77e4ac44cfb634dbb4858689d0f0a43c12b9f38c723ceb30f6d8a8912b7eb22ee6af04a6e00283
SHA512 (hyper-0.14.16.crate) = 0691fe083cd322ef7cb7cc761767083943dfe3b03fc53a7658be7cfc75ab45db1193a88cbcea33bb6a345b2ac78e485e09a180c248baed602a927a7ecdf2eb16

Loading…
Cancel
Save