Update to 0.9.24

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 5 years ago
parent b88628507e
commit 1f8bbee564
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -3,3 +3,4 @@
/reqwest-0.9.11.crate
/reqwest-0.9.12.crate
/reqwest-0.9.13.crate
/reqwest-0.9.24.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
# * Tests require network
%bcond_with check
%global debug_package %{nil}
@ -6,14 +6,17 @@
%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
License: MIT or ASL 2.0
URL: https://crates.io/crates/reqwest
Source: %{crates_source}
# Initial patched metadata
# * No windows
Patch0: reqwest-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -39,7 +42,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 +54,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 +66,43 @@ 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}+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 +114,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 +126,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 +174,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 +198,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 +210,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 +243,9 @@ which use "trust-dns-resolver" feature of "%{crate}" crate.
%endif
%changelog
* Thu Dec 26 07:19:05 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.24-1
- Update to 0.9.24
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.13-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (reqwest-0.9.13.crate) = ac3dc04ae1138c3b78be545798a88b01e66c82966f0ddb3abc9691b64f4bf4a94dc590d86e8814fbc0d995cad632dcfb57b760365c7fe0564f66a48277ea7f80
SHA512 (reqwest-0.9.24.crate) = 3e486eeb02bda662ec70ad8c987611f8fb4c4c6c0ac6454e0e0dad66a73c6a6667512e1c89e786d1fed4a7e077a09e3026bd19d7ec087008daeee6c1d3c2b09e

Loading…
Cancel
Save