import rust-hyper-0.14.28-1.el9

i9ce changed/i9ce/rust-hyper-0.14.28-1.el9
MSVSphere Packaging Team 1 year ago
parent 6cd49df95f
commit 13f4423a7f

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/hyper-0.14.28.crate

@ -0,0 +1 @@
526471e05399a649491aad3baebe69ce58e68f5f SOURCES/hyper-0.14.28.crate

Binary file not shown.

@ -0,0 +1,13 @@
[features]
hide = [
"__internal_happy_eyeballs_tests",
"nightly",
]
[tests]
run = ["none"]
comments = [
"examples and integration tests are not included in published crates",
"tower dev-dependency is not packaged",
]

@ -8,7 +8,7 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# Generated by rust2rpm 24
# Generated by rust2rpm 25
# * examples and integration tests are not included in published crates
# * tower dev-dependency is not packaged
%bcond_with check
@ -17,7 +17,7 @@
%global crate hyper
Name: rust-hyper
Version: 0.14.27
Version: 0.14.28
Release: %autorelease
Summary: Fast and correct HTTP library
@ -25,7 +25,7 @@ License: MIT
URL: https://crates.io/crates/hyper
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A fast and correct HTTP library.}
@ -227,7 +227,7 @@ use the "tcp" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
@ -245,9 +245,15 @@ use the "tcp" feature of the "%{crate}" crate.
%endif
%changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.14.27-1
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.14.28-1
- Rebuilt for MSVSphere 9.3
* Thu Jan 11 2024 Fabio Valentini <decathorpe@gmail.com> - 0.14.28-1
- Update to version 0.14.28
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.27-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Jun 26 2023 Fabio Valentini <decathorpe@gmail.com> - 0.14.27-1
- Update to version 0.14.27

Loading…
Cancel
Save