From 22949959bc0d8d04fdd1a8d284a7d584cb73ad1a Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 11 Jan 2024 20:37:21 +0100 Subject: [PATCH] Update to version 0.14.28 --- .gitignore | 1 + rust-hyper.spec | 8 ++++---- rust2rpm.conf | 4 ---- rust2rpm.toml | 13 +++++++++++++ sources | 2 +- 5 files changed, 19 insertions(+), 9 deletions(-) delete mode 100644 rust2rpm.conf create mode 100644 rust2rpm.toml diff --git a/.gitignore b/.gitignore index e3be56e..a615e31 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ /hyper-0.14.25.crate /hyper-0.14.26.crate /hyper-0.14.27.crate +/hyper-0.14.28.crate diff --git a/rust-hyper.spec b/rust-hyper.spec index f139a07..aa36041 100644 --- a/rust-hyper.spec +++ b/rust-hyper.spec @@ -1,4 +1,4 @@ -# 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 @@ -7,7 +7,7 @@ %global crate hyper Name: rust-hyper -Version: 0.14.27 +Version: 0.14.28 Release: %autorelease Summary: Fast and correct HTTP library @@ -15,7 +15,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.} @@ -217,7 +217,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 diff --git a/rust2rpm.conf b/rust2rpm.conf deleted file mode 100644 index 96ad884..0000000 --- a/rust2rpm.conf +++ /dev/null @@ -1,4 +0,0 @@ -[DEFAULT] -unwanted-features = - __internal_happy_eyeballs_tests - nightly diff --git a/rust2rpm.toml b/rust2rpm.toml new file mode 100644 index 0000000..fee678b --- /dev/null +++ b/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/sources b/sources index 8369a99..d284c42 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (hyper-0.14.27.crate) = 580f2589dc1f938d2563d3fdfd1cb2f1b11278333ac54e813e4dbe50a0e63952546385f057b20eb123516b2f74e19b62a3ed0cd546fdf868f6a5770cd95643a2 +SHA512 (hyper-0.14.28.crate) = deb26e3815e6315dd193c4db22efe1e73e44bc7c1d400bc7654e950bd074a200b7cbb730ca30faac0940c88529fea60d5737a4fc7ccd4fa24c2ecdb2a0b450a7