diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..29a58ac --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/h3-0.0.3.crate diff --git a/.rust-h3.metadata b/.rust-h3.metadata index e69de29..c320df4 100644 --- a/.rust-h3.metadata +++ b/.rust-h3.metadata @@ -0,0 +1 @@ +2fb3e871da4b98a2d1eedecc987760d1d4e7345f SOURCES/h3-0.0.3.crate diff --git a/SOURCES/h3-0.0.2.crate b/SOURCES/h3-0.0.2.crate deleted file mode 100644 index e72d1a1..0000000 Binary files a/SOURCES/h3-0.0.2.crate and /dev/null differ diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..3404369 --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,3 @@ +[tests] +run = ["none"] +comments = ["missing dev-dependency: rcgen ^0.11.3"] diff --git a/SPECS/rust-h3.spec b/SPECS/rust-h3.spec index 8d593b4..3ba1fdf 100644 --- a/SPECS/rust-h3.spec +++ b/SPECS/rust-h3.spec @@ -9,14 +9,14 @@ ## END: Set by rpmautospec # 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 @@ -58,6 +58,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 @@ -78,8 +90,11 @@ cp -pav %{SOURCE1} . %endif %changelog -* Mon Jan 15 2024 Arkady L. Shane - 0.0.2-1 +* Mon Jan 15 2024 Arkady L. Shane - 0.0.3-1 - Rebuilt for MSVSphere 9.3 +* Sun Jan 14 2024 Fabio Valentini - 0.0.3-1 +- Update to version 0.0.3 + * Mon Oct 30 2023 Fabio Valentini - 0.0.2-1 - Initial import (#2246720)