From 45d225c44b7e93015c4116aac75862a0398b5de6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= Date: Tue, 17 Dec 2019 20:04:14 +0100 Subject: [PATCH] Update to 0.9.24 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert-André Mauchin --- .gitignore | 1 + rust-reqwest.spec | 136 +++++++++++++++++++++++++++++++++++++++++----- sources | 2 +- 3 files changed, 125 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 421a5d5..bc1fdc9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /reqwest-0.9.11.crate /reqwest-0.9.12.crate /reqwest-0.9.13.crate +/reqwest-0.9.24.crate diff --git a/rust-reqwest.spec b/rust-reqwest.spec index 54f5830..82ac318 100644 --- a/rust-reqwest.spec +++ b/rust-reqwest.spec @@ -1,13 +1,12 @@ -# Generated by rust2rpm 10 -# * Tests require network -%bcond_with check +# Generated by rust2rpm 12 +%bcond_without check %global debug_package %{nil} %global crate reqwest Name: rust-%{crate} -Version: 0.9.13 -Release: 3%{?dist} +Version: 0.9.24 +Release: 1%{?dist} Summary: Higher level HTTP client library # Upstream license specification: MIT/Apache-2.0 @@ -39,7 +38,7 @@ which use "%{crate}" crate. %files devel %license LICENSE-MIT LICENSE-APACHE %doc README.md CHANGELOG.md -%{cargo_registry}/%{crate}-%{version}/ +%{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel Summary: %{summary} @@ -51,7 +50,7 @@ This package contains library source intended for building other packages which use "default" feature of "%{crate}" crate. %files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+default-tls-devel Summary: %{summary} @@ -63,7 +62,55 @@ This package contains library source intended for building other packages which use "default-tls" feature of "%{crate}" crate. %files -n %{name}+default-tls-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+default-tls-vendored-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+default-tls-vendored-devel %{_description} + +This package contains library source intended for building other packages +which use "default-tls-vendored" feature of "%{crate}" crate. + +%files -n %{name}+default-tls-vendored-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+hyper-011-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+hyper-011-devel %{_description} + +This package contains library source intended for building other packages +which use "hyper-011" feature of "%{crate}" crate. + +%files -n %{name}+hyper-011-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+hyper-old-types-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+hyper-old-types-devel %{_description} + +This package contains library source intended for building other packages +which use "hyper-old-types" feature of "%{crate}" crate. + +%files -n %{name}+hyper-old-types-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+hyper-rustls-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+hyper-rustls-devel %{_description} + +This package contains library source intended for building other packages +which use "hyper-rustls" feature of "%{crate}" crate. + +%files -n %{name}+hyper-rustls-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+hyper-tls-devel Summary: %{summary} @@ -75,7 +122,7 @@ This package contains library source intended for building other packages which use "hyper-tls" feature of "%{crate}" crate. %files -n %{name}+hyper-tls-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+native-tls-devel Summary: %{summary} @@ -87,7 +134,43 @@ This package contains library source intended for building other packages which use "native-tls" feature of "%{crate}" crate. %files -n %{name}+native-tls-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+rustls-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+rustls-devel %{_description} + +This package contains library source intended for building other packages +which use "rustls" feature of "%{crate}" crate. + +%files -n %{name}+rustls-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+rustls-tls-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+rustls-tls-devel %{_description} + +This package contains library source intended for building other packages +which use "rustls-tls" feature of "%{crate}" crate. + +%files -n %{name}+rustls-tls-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+socks-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+socks-devel %{_description} + +This package contains library source intended for building other packages +which use "socks" feature of "%{crate}" crate. + +%files -n %{name}+socks-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+tls-devel Summary: %{summary} @@ -99,7 +182,19 @@ This package contains library source intended for building other packages which use "tls" feature of "%{crate}" crate. %files -n %{name}+tls-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+tokio-rustls-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+tokio-rustls-devel %{_description} + +This package contains library source intended for building other packages +which use "tokio-rustls" feature of "%{crate}" crate. + +%files -n %{name}+tokio-rustls-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+trust-dns-devel Summary: %{summary} @@ -111,7 +206,7 @@ This package contains library source intended for building other packages which use "trust-dns" feature of "%{crate}" crate. %files -n %{name}+trust-dns-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+trust-dns-resolver-devel Summary: %{summary} @@ -123,7 +218,19 @@ This package contains library source intended for building other packages which use "trust-dns-resolver" feature of "%{crate}" crate. %files -n %{name}+trust-dns-resolver-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+webpki-roots-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+webpki-roots-devel %{_description} + +This package contains library source intended for building other packages +which use "webpki-roots" feature of "%{crate}" crate. + +%files -n %{name}+webpki-roots-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 @@ -144,6 +251,9 @@ which use "trust-dns-resolver" feature of "%{crate}" crate. %endif %changelog +* Tue Dec 17 20:02:06 CET 2019 Robert-André Mauchin - 0.9.24-1 +- Update to 0.9.24 + * Fri Jul 26 2019 Fedora Release Engineering - 0.9.13-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/sources b/sources index 5fe35ef..9db3997 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (reqwest-0.9.13.crate) = ac3dc04ae1138c3b78be545798a88b01e66c82966f0ddb3abc9691b64f4bf4a94dc590d86e8814fbc0d995cad632dcfb57b760365c7fe0564f66a48277ea7f80 +SHA512 (reqwest-0.9.24.crate) = 3e486eeb02bda662ec70ad8c987611f8fb4c4c6c0ac6454e0e0dad66a73c6a6667512e1c89e786d1fed4a7e077a09e3026bd19d7ec087008daeee6c1d3c2b09e