|
|
@ -5,8 +5,8 @@
|
|
|
|
%global crate reqwest
|
|
|
|
%global crate reqwest
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.10.4
|
|
|
|
Version: 0.10.6
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?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
|
|
|
@ -296,6 +296,18 @@ which use "stream" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+stream-devel
|
|
|
|
%files -n %{name}+stream-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+time-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+time-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
|
|
|
which use "time" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+time-devel
|
|
|
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+tokio-rustls-devel
|
|
|
|
%package -n %{name}+tokio-rustls-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -388,6 +400,9 @@ which use "webpki-roots" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jun 04 2020 Josh Stone <jistone@redhat.com> - 0.10.6-1
|
|
|
|
|
|
|
|
- Update to 0.10.6
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 18 12:49:32 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.10.4-2
|
|
|
|
* Mon May 18 12:49:32 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.10.4-2
|
|
|
|
- Update libflate to 1.0
|
|
|
|
- Update libflate to 1.0
|
|
|
|
|
|
|
|
|
|
|
|