Update to version 0.3.16; Fixes RHBZ#2173725

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

1
.gitignore vendored

@ -33,3 +33,4 @@
/h2-0.3.13.crate /h2-0.3.13.crate
/h2-0.3.14.crate /h2-0.3.14.crate
/h2-0.3.15.crate /h2-0.3.15.crate
/h2-0.3.16.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
# * dev-dependencies too old in Fedora (tokio-rustls, webpki-roots) # * dev-dependencies too old in Fedora (tokio-rustls, webpki-roots)
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate h2 %global crate h2
Name: rust-h2 Name: rust-h2
Version: 0.3.15 Version: 0.3.16
Release: %autorelease Release: %autorelease
Summary: HTTP/2 client and server Summary: HTTP/2 client and server
@ -17,7 +17,7 @@ Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
HTTP/2 client and server.} An HTTP/2 client and server.}
%description %{_description} %description %{_description}

@ -1 +1 @@
SHA512 (h2-0.3.15.crate) = 54e006a0e70448386a8a8ce57434e75352e09e2a6f4457035fad47dc793b5ed69ef9cfb31dbc91b7d0d9a58ab5c2dd18e78190410356f871c14165186d40e6c8 SHA512 (h2-0.3.16.crate) = 2a34cee510d39291cc8b5264a96201ae4cf78a1fa3a6f4cffbe42e0205315db5397668f7ce8a304c45c8ace51120037b567b5a40ca8451d5d2a87ad7e0fbc86e

Loading…
Cancel
Save