|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.10.8
|
|
|
|
Version: 0.10.8
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Higher level HTTP client library
|
|
|
|
Summary: Higher level HTTP client library
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
@ -15,6 +15,8 @@ URL: https://crates.io/crates/reqwest
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * No windows/wasm32
|
|
|
|
# * No windows/wasm32
|
|
|
|
|
|
|
|
# * Bump tokio-socks from 0.2 to 0.3:
|
|
|
|
|
|
|
|
# https://github.com/seanmonstar/reqwest/commit/d42d16c
|
|
|
|
Patch0: reqwest-fix-metadata.diff
|
|
|
|
Patch0: reqwest-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
@ -399,6 +401,9 @@ which use "webpki-roots" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Oct 21 2020 Fabio Valentini <decathorpe@gmail.com> - 0.10.8-2
|
|
|
|
|
|
|
|
- Bump to tokio-socks 0.3.
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 26 2020 Josh Stone <jistone@redhat.com> - 0.10.8-1
|
|
|
|
* Wed Aug 26 2020 Josh Stone <jistone@redhat.com> - 0.10.8-1
|
|
|
|
- Update to 0.10.8
|
|
|
|
- Update to 0.10.8
|
|
|
|
|
|
|
|
|
|
|
|