Update to version 0.3.15; Fixes RHBZ#2137328

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

1
.gitignore vendored

@ -32,3 +32,4 @@
/h2-0.3.12.crate /h2-0.3.12.crate
/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

@ -1,4 +1,4 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 23
# * 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.14 Version: 0.3.15
Release: %autorelease Release: %autorelease
Summary: HTTP/2 client and server Summary: HTTP/2 client and server
@ -14,8 +14,6 @@ License: MIT
URL: https://crates.io/crates/h2 URL: https://crates.io/crates/h2
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:

@ -1 +1 @@
SHA512 (h2-0.3.14.crate) = c2111045875bfc43a1952c7e5aec2c404c4369cdc63a625937023af8c3fb03b329210f052efb569b3da4f7ea40392fae3d1248591807402980ec1c8e0b07b45d SHA512 (h2-0.3.15.crate) = 54e006a0e70448386a8a8ce57434e75352e09e2a6f4457035fad47dc793b5ed69ef9cfb31dbc91b7d0d9a58ab5c2dd18e78190410356f871c14165186d40e6c8

Loading…
Cancel
Save