Update to 0.10.2

epel9
Josh Stone 5 years ago
parent b57f7ee829
commit 696421b723

1
.gitignore vendored

@ -5,3 +5,4 @@
/reqwest-0.9.13.crate /reqwest-0.9.13.crate
/reqwest-0.9.24.crate /reqwest-0.9.24.crate
/reqwest-0.10.1.crate /reqwest-0.10.1.crate
/reqwest-0.10.2.crate

@ -1,14 +1,14 @@
--- reqwest-0.10.1/Cargo.toml 2020-01-09T21:51:06+00:00 --- reqwest-0.10.2/Cargo.toml 2020-02-21T20:43:03+00:00
+++ reqwest-0.10.1/Cargo.toml 2020-02-11T09:17:33.799855+00:00 +++ reqwest-0.10.2/Cargo.toml 2020-02-21T22:07:37.931575+00:00
@@ -82,7 +82,6 @@ @@ -95,7 +95,6 @@
gzip = ["async-compression"] gzip = ["async-compression", "async-compression/gzip"]
json = ["serde_json"] json = ["serde_json"]
native-tls = ["default-tls"] native-tls = ["default-tls"]
-native-tls-vendored = ["native-tls", "native-tls-crate/vendored"] -native-tls-vendored = ["native-tls", "native-tls-crate/vendored"]
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 = []
@@ -214,18 +213,3 @@ @@ -224,18 +223,3 @@
version = "0.2.0" version = "0.2.0"
features = ["macros"] features = ["macros"]
default-features = false default-features = false

@ -5,7 +5,7 @@
%global crate reqwest %global crate reqwest
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.10.1 Version: 0.10.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Higher level HTTP client library Summary: Higher level HTTP client library
@ -103,6 +103,18 @@ which use "blocking" feature of "%{crate}" crate.
%files -n %{name}+blocking-devel %files -n %{name}+blocking-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+brotli-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+brotli-devel %{_description}
This package contains library source intended for building other packages
which use "brotli" feature of "%{crate}" crate.
%files -n %{name}+brotli-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+cookie_crate-devel %package -n %{name}+cookie_crate-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -351,6 +363,9 @@ which use "webpki-roots" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Feb 21 2020 Josh Stone <jistone@redhat.com> - 0.10.2-1
- Update to 0.10.2
* Tue Feb 11 10:17:33 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.10.1-1 * Tue Feb 11 10:17:33 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.10.1-1
- Update to 0.10.1 - Update to 0.10.1

@ -1 +1 @@
SHA512 (reqwest-0.10.1.crate) = 2248bece374214682a8b09c7ee0bc0ab097b380d90d2240c7f9511c4e5528f17afb5f55c89b4c86ea51fbfe057932721a18753d45b242756107e6d84abf5175c SHA512 (reqwest-0.10.2.crate) = 5dabdd3f88fc44fa7359ee4b1b6f994215f3930ba76bfc2483dba3abcfa37f3f1ff68c440867f11e3f839da910ff91a66f79890fc051e9572b64007475d5eb47

Loading…
Cancel
Save