Update to version 1.5.1; Fixes RHBZ#2327392

epel10 imports/epel10/rust-hyper-1.5.1-1.el10
Fabio Valentini 2 months ago
parent 30bb20d266
commit 05a2a9458e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -65,3 +65,4 @@
/hyper-1.4.0.crate
/hyper-1.4.1.crate
/hyper-1.5.0.crate
/hyper-1.5.1.crate

@ -1,14 +1,14 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 27
# * examples and integration tests are not included in published crates
%bcond_with check
%bcond check 0
%global debug_package %{nil}
%global crate hyper
Name: rust-hyper
Version: 1.5.0
Version: 1.5.1
Release: %autorelease
Summary: Fast and correct HTTP library
Summary: Protective and efficient HTTP library for all
License: MIT
URL: https://crates.io/crates/hyper
@ -17,7 +17,7 @@ Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A fast and correct HTTP library.}
A protective and efficient HTTP library for all.}
%description %{_description}

@ -1 +1 @@
SHA512 (hyper-1.5.0.crate) = ce51a2333e35e2bf50c4d467178648f712e7621aebc025aa82ad68883586d2eed930632110a2d240834fb51edbd8d9dfa278e28d296c14c150b140fee72ec106
SHA512 (hyper-1.5.1.crate) = ec90992a7569e8e7fb3e4a9250131a272851ec0938da48730198ac41347f82e7a308b1c4ba8b864de58ac849367d4360dd2d8a03cde58b330329949e87ff85d4

Loading…
Cancel
Save