From 5b361c17ae5adb3a987f28777a35ea9a006c325f Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 3 Jan 2025 22:50:33 +0300 Subject: [PATCH] import rust-hyper-1.5.2-1.el10 --- .gitignore | 2 +- .rust-hyper.metadata | 2 +- SPECS/rust-hyper.spec | 19 +++++++++++++++++-- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7431350..07d7630 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/hyper-1.5.1.crate +SOURCES/hyper-1.5.2.crate diff --git a/.rust-hyper.metadata b/.rust-hyper.metadata index 970ea61..1d35b82 100644 --- a/.rust-hyper.metadata +++ b/.rust-hyper.metadata @@ -1 +1 @@ -bd18c24bd652f9c01a5406a1f4eb264a15588c7c SOURCES/hyper-1.5.1.crate +d49c8d8bb52e43f4484f3b691074d514f0cf5188 SOURCES/hyper-1.5.2.crate diff --git a/SPECS/rust-hyper.spec b/SPECS/rust-hyper.spec index 33b9c46..50aa54f 100644 --- a/SPECS/rust-hyper.spec +++ b/SPECS/rust-hyper.spec @@ -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 - 1.5.2-1 +- Update to version 1.5.2; Fixes RHBZ#2332613 + * Fri Dec 20 2024 MSVSphere Packaging Team - 1.5.1-1 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Tue Nov 26 2024 Fabio Valentini - 1.5.1-1 - Update to version 1.5.1; Fixes RHBZ#2327392