import rust-h3-0.0.3-1.el9

i9ce changed/i9ce/rust-h3-0.0.3-1.el9
MSVSphere Packaging Team 1 year ago
parent efe83b2537
commit 720155c96a

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/h3-0.0.3.crate

@ -0,0 +1 @@
2fb3e871da4b98a2d1eedecc987760d1d4e7345f SOURCES/h3-0.0.3.crate

Binary file not shown.

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

@ -9,14 +9,14 @@
## END: Set by rpmautospec ## END: Set by rpmautospec
# Generated by rust2rpm 25 # Generated by rust2rpm 25
# * missing dev-dependency: rcgen ^0.10 # * missing dev-dependency: rcgen ^0.11.3
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate h3 %global crate h3
Name: rust-h3 Name: rust-h3
Version: 0.0.2 Version: 0.0.3
Release: %autorelease Release: %autorelease
Summary: Async HTTP/3 implementation Summary: Async HTTP/3 implementation
@ -58,6 +58,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %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 %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
@ -78,8 +90,11 @@ cp -pav %{SOURCE1} .
%endif %endif
%changelog %changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.0.2-1 * Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.0.3-1
- Rebuilt for MSVSphere 9.3 - Rebuilt for MSVSphere 9.3
* Sun Jan 14 2024 Fabio Valentini <decathorpe@gmail.com> - 0.0.3-1
- Update to version 0.0.3
* Mon Oct 30 2023 Fabio Valentini <decathorpe@gmail.com> - 0.0.2-1 * Mon Oct 30 2023 Fabio Valentini <decathorpe@gmail.com> - 0.0.2-1
- Initial import (#2246720) - Initial import (#2246720)

Loading…
Cancel
Save