From d45f47a8113b3df4f51a528cc56f26fdc8cd770c Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Mon, 18 May 2020 12:50:13 +0200 Subject: [PATCH] Update libflate to 1.0 Signed-off-by: Igor Raits --- reqwest-fix-metadata.diff | 15 ++++++++++++--- rust-reqwest.spec | 6 +++++- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/reqwest-fix-metadata.diff b/reqwest-fix-metadata.diff index 70237b5..547935d 100644 --- a/reqwest-fix-metadata.diff +++ b/reqwest-fix-metadata.diff @@ -1,5 +1,5 @@ ---- reqwest-0.10.2/Cargo.toml 2020-02-21T20:43:03+00:00 -+++ reqwest-0.10.2/Cargo.toml 2020-02-21T22:07:37.931575+00:00 +--- reqwest-0.10.4/Cargo.toml 2020-03-04T01:12:30+00:00 ++++ reqwest-0.10.4/Cargo.toml 2020-05-18T10:49:32.175824+00:00 @@ -95,7 +95,6 @@ gzip = ["async-compression", "async-compression/gzip"] json = ["serde_json"] @@ -8,7 +8,16 @@ rustls-tls = ["hyper-rustls", "tokio-rustls", "webpki-roots", "rustls", "__tls"] socks = ["tokio-socks"] 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" features = ["macros"] default-features = false diff --git a/rust-reqwest.spec b/rust-reqwest.spec index 5317965..58378e1 100644 --- a/rust-reqwest.spec +++ b/rust-reqwest.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.10.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Higher level HTTP client library # Upstream license specification: MIT/Apache-2.0 @@ -15,6 +15,7 @@ URL: https://crates.io/crates/reqwest Source: %{crates_source} # Initial patched metadata # * No windows/wasm32 +# * Update libflate to 1.0, https://github.com/seanmonstar/reqwest/pull/909 Patch0: reqwest-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -387,6 +388,9 @@ which use "webpki-roots" feature of "%{crate}" crate. %endif %changelog +* Mon May 18 12:49:32 CEST 2020 Igor Raits - 0.10.4-2 +- Update libflate to 1.0 + * Wed Mar 04 2020 Josh Stone - 0.10.4-1 - Update to 0.10.4