diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e7c4abe --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/hyper-0.14.28.crate diff --git a/.rust-hyper.metadata b/.rust-hyper.metadata index e69de29..2b77251 100644 --- a/.rust-hyper.metadata +++ b/.rust-hyper.metadata @@ -0,0 +1 @@ +526471e05399a649491aad3baebe69ce58e68f5f SOURCES/hyper-0.14.28.crate diff --git a/SOURCES/hyper-0.14.27.crate b/SOURCES/hyper-0.14.27.crate deleted file mode 100644 index d23cd30..0000000 Binary files a/SOURCES/hyper-0.14.27.crate and /dev/null differ diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..fee678b --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,13 @@ +[features] +hide = [ + "__internal_happy_eyeballs_tests", + "nightly", +] + +[tests] +run = ["none"] +comments = [ + "examples and integration tests are not included in published crates", + "tower dev-dependency is not packaged", +] + diff --git a/SPECS/rust-hyper.spec b/SPECS/rust-hyper.spec index 5ed4ad4..f76ad1f 100644 --- a/SPECS/rust-hyper.spec +++ b/SPECS/rust-hyper.spec @@ -8,7 +8,7 @@ }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# Generated by rust2rpm 24 +# Generated by rust2rpm 25 # * examples and integration tests are not included in published crates # * tower dev-dependency is not packaged %bcond_with check @@ -17,7 +17,7 @@ %global crate hyper Name: rust-hyper -Version: 0.14.27 +Version: 0.14.28 Release: %autorelease Summary: Fast and correct HTTP library @@ -25,7 +25,7 @@ License: MIT URL: https://crates.io/crates/hyper Source: %{crates_source} -BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: A fast and correct HTTP library.} @@ -227,7 +227,7 @@ use the "tcp" 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 @@ -245,9 +245,15 @@ use the "tcp" feature of the "%{crate}" crate. %endif %changelog -* Mon Jan 15 2024 Arkady L. Shane - 0.14.27-1 +* Mon Jan 15 2024 Arkady L. Shane - 0.14.28-1 - Rebuilt for MSVSphere 9.3 +* Thu Jan 11 2024 Fabio Valentini - 0.14.28-1 +- Update to version 0.14.28 + +* Fri Jul 21 2023 Fedora Release Engineering - 0.14.27-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Mon Jun 26 2023 Fabio Valentini - 0.14.27-1 - Update to version 0.14.27