Update libflate to 1.0

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 26d99a38d5
commit d45f47a811
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

@ -1,5 +1,5 @@
--- reqwest-0.10.2/Cargo.toml 2020-02-21T20:43:03+00:00 --- reqwest-0.10.4/Cargo.toml 2020-03-04T01:12:30+00:00
+++ reqwest-0.10.2/Cargo.toml 2020-02-21T22:07:37.931575+00:00 +++ reqwest-0.10.4/Cargo.toml 2020-05-18T10:49:32.175824+00:00
@@ -95,7 +95,6 @@ @@ -95,7 +95,6 @@
gzip = ["async-compression", "async-compression/gzip"] gzip = ["async-compression", "async-compression/gzip"]
json = ["serde_json"] json = ["serde_json"]
@ -8,7 +8,16 @@
rustls-tls = ["hyper-rustls", "tokio-rustls", "webpki-roots", "rustls", "__tls"] rustls-tls = ["hyper-rustls", "tokio-rustls", "webpki-roots", "rustls", "__tls"]
socks = ["tokio-socks"] socks = ["tokio-socks"]
stream = [] stream = []
@@ -224,18 +223,3 @@ @@ -219,7 +218,7 @@
default-features = false
[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.libflate]
-version = "0.1"
+version = "1.0"
[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.serde]
version = "1.0"
@@ -229,18 +228,3 @@
version = "0.2.0" version = "0.2.0"
features = ["macros"] features = ["macros"]
default-features = false default-features = false

@ -6,7 +6,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.10.4 Version: 0.10.4
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,7 @@ URL: https://crates.io/crates/reqwest
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * No windows/wasm32 # * No windows/wasm32
# * Update libflate to 1.0, https://github.com/seanmonstar/reqwest/pull/909
Patch0: reqwest-fix-metadata.diff Patch0: reqwest-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -387,6 +388,9 @@ which use "webpki-roots" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon May 18 12:49:32 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.10.4-2
- Update libflate to 1.0
* Wed Mar 04 2020 Josh Stone <jistone@redhat.com> - 0.10.4-1 * Wed Mar 04 2020 Josh Stone <jistone@redhat.com> - 0.10.4-1
- Update to 0.10.4 - Update to 0.10.4

Loading…
Cancel
Save