diff --git a/.gitignore b/.gitignore index 402e22a..f2e1fae 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/h2-0.3.21.crate +SOURCES/h2-0.3.24.crate diff --git a/.rust-h2.metadata b/.rust-h2.metadata index 72c1df1..a6a697e 100644 --- a/.rust-h2.metadata +++ b/.rust-h2.metadata @@ -1 +1 @@ -bdbbece4b9bcc02c082f89a40cbede96d8525019 SOURCES/h2-0.3.21.crate +77d23f00328ddd4243944969a64e9b2ab8b6173b SOURCES/h2-0.3.24.crate diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..7d62662 --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,4 @@ +[tests] +run = ["none"] +comments = ["files required by tests are not included in published crates"] + diff --git a/SPECS/rust-h2.spec b/SPECS/rust-h2.spec index 6b80255..8bebc87 100644 --- a/SPECS/rust-h2.spec +++ b/SPECS/rust-h2.spec @@ -1,5 +1,5 @@ ## START: Set by rpmautospec -## (rpmautospec version 0.3.5) +## (rpmautospec version 0.5.1) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; @@ -8,7 +8,7 @@ }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# Generated by rust2rpm 24 +# Generated by rust2rpm 25 # * files required by tests are not included in published crates %bcond_with check %global debug_package %{nil} @@ -16,7 +16,7 @@ %global crate h2 Name: rust-h2 -Version: 0.3.21 +Version: 0.3.24 Release: %autorelease Summary: HTTP/2 client and server @@ -24,7 +24,7 @@ License: MIT URL: https://crates.io/crates/h2 Source: %{crates_source} -BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: An HTTP/2 client and server.} @@ -84,7 +84,7 @@ use the "unstable" feature of the "%{crate}" crate. %ghost %{crate_instdir}/Cargo.toml %prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 +%autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires @@ -102,6 +102,10 @@ use the "unstable" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Wed Jan 17 2024 Fabio Valentini - 0.3.24-1 +- Update to version 0.3.24 + * Mon Jan 15 2024 Arkady L. Shane - 0.3.21-1 - Rebuilt for MSVSphere 9.3 @@ -265,3 +269,4 @@ use the "unstable" feature of the "%{crate}" crate. * Wed Jul 11 2018 Igor Gnatenko - 0.1.10-1 - Initial package +## END: Generated by rpmautospec