|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
%global crate hyper
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.13.5
|
|
|
|
|
Version: 0.13.6
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Fast and correct HTTP library
|
|
|
|
|
|
|
|
|
@ -64,40 +64,28 @@ which use "__internal_happy_eyeballs_tests" feature of "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+__internal_happy_eyeballs_tests-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+net2-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+net2-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "net2" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+net2-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+nightly-devel
|
|
|
|
|
%package -n %{name}+runtime-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+nightly-devel %{_description}
|
|
|
|
|
%description -n %{name}+runtime-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "nightly" feature of "%{crate}" crate.
|
|
|
|
|
which use "runtime" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+nightly-devel
|
|
|
|
|
%files -n %{name}+runtime-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+runtime-devel
|
|
|
|
|
%package -n %{name}+socket2-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+runtime-devel %{_description}
|
|
|
|
|
%description -n %{name}+socket2-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "runtime" feature of "%{crate}" crate.
|
|
|
|
|
which use "socket2" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+runtime-devel
|
|
|
|
|
%files -n %{name}+socket2-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+stream-devel
|
|
|
|
@ -144,6 +132,9 @@ which use "tcp" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat May 30 2020 Josh Stone <jistone@redhat.com> - 0.13.6-1
|
|
|
|
|
- Update to 0.13.6
|
|
|
|
|
|
|
|
|
|
* Fri Apr 17 2020 Josh Stone <jistone@redhat.com> - 0.13.5-1
|
|
|
|
|
- Update to 0.13.5
|
|
|
|
|
|
|
|
|
|