Update to version 0.3.24

epel9 imports/e9/rust-h2-0.3.24-1.el9
Fabio Valentini 1 year ago
parent e98fe4608c
commit beb5cef9b7
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -39,3 +39,4 @@
/h2-0.3.19.crate /h2-0.3.19.crate
/h2-0.3.20.crate /h2-0.3.20.crate
/h2-0.3.21.crate /h2-0.3.21.crate
/h2-0.3.24.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
# * files required by tests are not included in published crates # * files required by tests are not included in published crates
%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.21 Version: 0.3.24
Release: %autorelease Release: %autorelease
Summary: HTTP/2 client and server Summary: HTTP/2 client and server
@ -14,7 +14,7 @@ License: MIT
URL: https://crates.io/crates/h2 URL: https://crates.io/crates/h2
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
An HTTP/2 client and server.} An HTTP/2 client and server.}
@ -74,7 +74,7 @@ use the "unstable" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -0,0 +1,4 @@
[tests]
run = ["none"]
comments = ["files required by tests are not included in published crates"]

@ -1 +1 @@
SHA512 (h2-0.3.21.crate) = 30993b3d5fc8cb08889208e3f43c145a4555f0c8aa864bf65afabb9cca65bba454d7553cd17b912a2c4a19172a1d14df0326bfe791f646961abc7b557357f1c8 SHA512 (h2-0.3.24.crate) = 4741e2732f08c6388c112877f52d6f859088026f75bf928f90b06a521d43e8e8c10f14d088f8a17b42a0a613ee43009882077a68df9300d17365d936400f1695

Loading…
Cancel
Save