import rust-hyper-1.5.2-1.el10

i10ce changed/i10ce/rust-hyper-1.5.2-1.el10
MSVSphere Packaging Team 4 weeks ago
parent 820435207a
commit 5b361c17ae
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

2
.gitignore vendored

@ -1 +1 @@
SOURCES/hyper-1.5.1.crate
SOURCES/hyper-1.5.2.crate

@ -1 +1 @@
bd18c24bd652f9c01a5406a1f4eb264a15588c7c SOURCES/hyper-1.5.1.crate
d49c8d8bb52e43f4484f3b691074d514f0cf5188 SOURCES/hyper-1.5.2.crate

@ -16,7 +16,7 @@
%global crate hyper
Name: rust-hyper
Version: 1.5.1
Version: 1.5.2
Release: %autorelease
Summary: Protective and efficient HTTP library for all
@ -57,6 +57,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+capi-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+capi-devel %{_description}
This package contains library source intended for building other packages which
use the "capi" feature of the "%{crate}" crate.
%files -n %{name}+capi-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+client-devel
Summary: %{summary}
BuildArch: noarch
@ -160,10 +172,13 @@ use the "tracing" feature of the "%{crate}" crate.
%endif
%changelog
## START: Generated by rpmautospec
* Fri Jan 03 2025 Fabio Valentini <decathorpe@gmail.com> - 1.5.2-1
- Update to version 1.5.2; Fixes RHBZ#2332613
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.5.1-1
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Tue Nov 26 2024 Fabio Valentini <decathorpe@gmail.com> - 1.5.1-1
- Update to version 1.5.1; Fixes RHBZ#2327392

Loading…
Cancel
Save