|
|
@ -5,7 +5,7 @@
|
|
|
|
%global crate hyper
|
|
|
|
%global crate hyper
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.11.25
|
|
|
|
Version: 0.11.26
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Modern HTTP library
|
|
|
|
Summary: Modern HTTP library
|
|
|
|
|
|
|
|
|
|
|
@ -27,6 +27,7 @@ BuildRequires: (crate(iovec) >= 0.1.0 with crate(iovec) < 0.2.0)
|
|
|
|
BuildRequires: (crate(language-tags) >= 0.2.0 with crate(language-tags) < 0.3.0)
|
|
|
|
BuildRequires: (crate(language-tags) >= 0.2.0 with crate(language-tags) < 0.3.0)
|
|
|
|
BuildRequires: (crate(log) >= 0.4.0 with crate(log) < 0.5.0)
|
|
|
|
BuildRequires: (crate(log) >= 0.4.0 with crate(log) < 0.5.0)
|
|
|
|
BuildRequires: (crate(mime) >= 0.3.2 with crate(mime) < 0.4.0)
|
|
|
|
BuildRequires: (crate(mime) >= 0.3.2 with crate(mime) < 0.4.0)
|
|
|
|
|
|
|
|
BuildRequires: (crate(net2) >= 0.2.0 with crate(net2) < 0.3.0)
|
|
|
|
BuildRequires: (crate(percent-encoding) >= 1.0.0 with crate(percent-encoding) < 2.0.0)
|
|
|
|
BuildRequires: (crate(percent-encoding) >= 1.0.0 with crate(percent-encoding) < 2.0.0)
|
|
|
|
BuildRequires: (crate(relay) >= 0.1.0 with crate(relay) < 0.2.0)
|
|
|
|
BuildRequires: (crate(relay) >= 0.1.0 with crate(relay) < 0.2.0)
|
|
|
|
BuildRequires: (crate(time) >= 0.1.0 with crate(time) < 0.2.0)
|
|
|
|
BuildRequires: (crate(time) >= 0.1.0 with crate(time) < 0.2.0)
|
|
|
@ -76,6 +77,9 @@ which use %{crate} from crates.io.
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun May 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.26-1
|
|
|
|
|
|
|
|
- Update to 0.11.26
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.25-1
|
|
|
|
* Thu Apr 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.25-1
|
|
|
|
- Update to 0.11.25
|
|
|
|
- Update to 0.11.25
|
|
|
|
|
|
|
|
|
|
|
|