import rust-h2-0.3.24-1.el9.el9

i9ce changed/i9ce/rust-h2-0.3.24-1.el9
MSVSphere Packaging Team 1 year ago
parent c9ed4e0d61
commit 47dcea6c7f

2
.gitignore vendored

@ -1 +1 @@
SOURCES/h2-0.3.21.crate SOURCES/h2-0.3.24.crate

@ -1 +1 @@
bdbbece4b9bcc02c082f89a40cbede96d8525019 SOURCES/h2-0.3.21.crate 77d23f00328ddd4243944969a64e9b2ab8b6173b SOURCES/h2-0.3.24.crate

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

@ -1,5 +1,5 @@
## START: Set by rpmautospec ## START: Set by rpmautospec
## (rpmautospec version 0.3.5) ## (rpmautospec version 0.5.1)
## RPMAUTOSPEC: autorelease, autochangelog ## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: %define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1; release_number = 1;
@ -8,7 +8,7 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec ## END: Set by rpmautospec
# 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}
@ -16,7 +16,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
@ -24,7 +24,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.}
@ -84,7 +84,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
@ -102,6 +102,10 @@ use the "unstable" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
## START: Generated by rpmautospec
* Wed Jan 17 2024 Fabio Valentini <decathorpe@gmail.com> - 0.3.24-1
- Update to version 0.3.24
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.21-1 * Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.21-1
- Rebuilt for MSVSphere 9.3 - Rebuilt for MSVSphere 9.3
@ -265,3 +269,4 @@ use the "unstable" feature of the "%{crate}" crate.
* Wed Jul 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.10-1 * Wed Jul 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.10-1
- Initial package - Initial package
## END: Generated by rpmautospec

Loading…
Cancel
Save