|
|
@ -5,7 +5,7 @@
|
|
|
|
%global crate hyper
|
|
|
|
%global crate hyper
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.13.7
|
|
|
|
Version: 0.13.8
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Fast and correct HTTP library
|
|
|
|
Summary: Fast and correct HTTP library
|
|
|
|
|
|
|
|
|
|
|
@ -63,6 +63,18 @@ which use "__internal_happy_eyeballs_tests" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+__internal_happy_eyeballs_tests-devel
|
|
|
|
%files -n %{name}+__internal_happy_eyeballs_tests-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+nightly-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+nightly-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
|
|
|
which use "nightly" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+nightly-devel
|
|
|
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+runtime-devel
|
|
|
|
%package -n %{name}+runtime-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -131,6 +143,9 @@ which use "tcp" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Sep 20 2020 Fabio Valentini <decathorpe@gmail.com> - 0.13.8-1
|
|
|
|
|
|
|
|
- Update to version 0.13.8.
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 25 2020 Josh Stone <jistone@redhat.com> - 0.13.7-1
|
|
|
|
* Tue Aug 25 2020 Josh Stone <jistone@redhat.com> - 0.13.7-1
|
|
|
|
- Update to 0.13.7
|
|
|
|
- Update to 0.13.7
|
|
|
|
|
|
|
|
|
|
|
|