Update to version 0.0.3

epel9 imports/e9/rust-h3-0.0.3-1.el9
Fabio Valentini 1 year ago
parent 6b65283460
commit f0565a108c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/h3-0.0.2.crate
/h3-0.0.3.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 25
# * missing dev-dependency: rcgen ^0.10
# * missing dev-dependency: rcgen ^0.11.3
%bcond_with check
%global debug_package %{nil}
%global crate h3
Name: rust-h3
Version: 0.0.2
Version: 0.0.3
Release: %autorelease
Summary: Async HTTP/3 implementation
@ -48,6 +48,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+i-implement-a-third-party-backend-and-opt-into-breaking-changes-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+i-implement-a-third-party-backend-and-opt-into-breaking-changes-devel %{_description}
This package contains library source intended for building other packages which
use the "i-implement-a-third-party-backend-and-opt-into-breaking-changes" feature of the "%{crate}" crate.
%files -n %{name}+i-implement-a-third-party-backend-and-opt-into-breaking-changes-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep

@ -0,0 +1,3 @@
[tests]
run = ["none"]
comments = ["missing dev-dependency: rcgen ^0.11.3"]

@ -1 +1 @@
SHA512 (h3-0.0.2.crate) = 839c1317b584bfa7a706492227b750d1ec8b9fa6cc33a7132fa46c649b20c87ad7aa8cafced1868b8182c95b9af4d304ba7caff58607e767efed1a91872bf4ab
SHA512 (h3-0.0.3.crate) = edde719bbae0b32453c87b6162851d1a8b115804797077bf4bd4b56ceecb1e4bed9c8b3a5eb82fd22a8fd7a4cdb759daa000cdc4260d5da027cce9950be34498

Loading…
Cancel
Save