Update to 0.10.4

epel9
Josh Stone 5 years ago
parent e30e614ec8
commit 26d99a38d5

1
.gitignore vendored

@ -7,3 +7,4 @@
/reqwest-0.10.1.crate /reqwest-0.10.1.crate
/reqwest-0.10.2.crate /reqwest-0.10.2.crate
/reqwest-0.10.3.crate /reqwest-0.10.3.crate
/reqwest-0.10.4.crate

@ -5,7 +5,7 @@
%global crate reqwest %global crate reqwest
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.10.3 Version: 0.10.4
Release: 1%{?dist} Release: 1%{?dist}
Summary: Higher level HTTP client library Summary: Higher level HTTP client library
@ -331,6 +331,30 @@ which use "tokio-tls" feature of "%{crate}" crate.
%files -n %{name}+tokio-tls-devel %files -n %{name}+tokio-tls-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+trust-dns-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+trust-dns-devel %{_description}
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_no_tilde}/Cargo.toml
%package -n %{name}+trust-dns-resolver-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+trust-dns-resolver-devel %{_description}
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_no_tilde}/Cargo.toml
%package -n %{name}+webpki-roots-devel %package -n %{name}+webpki-roots-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -363,6 +387,9 @@ which use "webpki-roots" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Mar 04 2020 Josh Stone <jistone@redhat.com> - 0.10.4-1
- Update to 0.10.4
* Thu Feb 27 2020 Josh Stone <jistone@redhat.com> - 0.10.3-1 * Thu Feb 27 2020 Josh Stone <jistone@redhat.com> - 0.10.3-1
- Update to 0.10.3 - Update to 0.10.3

@ -1 +1 @@
SHA512 (reqwest-0.10.3.crate) = 0dbedd5fa8f84d262629187ebc026962e2a54f9dd8fb1e2fc60611b01d9aa9345cccd778b35df66810c1ad7041334b8c26805209cc63a87be18fd2204caf63ae SHA512 (reqwest-0.10.4.crate) = 501b558b9bc9f6004b3b55a079fabf8d687cb5691ee20474123488caedafb36e3e05c56bf4d94a5bfd47965b9bc51d89783cfffe30789f0bdeafa69c00767d68

Loading…
Cancel
Save