Update to 0.12.17

epel9
Josh Stone 6 years ago
parent c7aad7e9e1
commit cd64518a60

1
.gitignore vendored

@ -13,3 +13,4 @@
/hyper-0.12.12.crate
/hyper-0.12.14.crate
/hyper-0.12.16.crate
/hyper-0.12.17.crate

@ -6,7 +6,7 @@
%global crate hyper
Name: rust-%{crate}
Version: 0.12.16
Version: 0.12.17
Release: 1%{?dist}
Summary: Fast and correct HTTP library
@ -21,7 +21,7 @@ BuildRequires: (crate(bytes/default) >= 0.4.4 with crate(bytes/default) < 0.5.0
BuildRequires: (crate(futures-cpupool/default) >= 0.1.6 with crate(futures-cpupool/default) < 0.2.0)
BuildRequires: (crate(futures/default) >= 0.1.21 with crate(futures/default) < 0.2.0)
BuildRequires: (crate(h2/default) >= 0.1.10 with crate(h2/default) < 0.2.0)
BuildRequires: (crate(http/default) >= 0.1.13 with crate(http/default) < 0.2.0)
BuildRequires: (crate(http/default) >= 0.1.14 with crate(http/default) < 0.2.0)
BuildRequires: (crate(httparse/default) >= 1.0.0 with crate(httparse/default) < 2.0.0)
BuildRequires: (crate(iovec/default) >= 0.1.0 with crate(iovec/default) < 0.2.0)
BuildRequires: (crate(itoa/default) >= 0.4.1 with crate(itoa/default) < 0.5.0)
@ -115,18 +115,6 @@ which use "net2" feature of "%{crate}" crate.
%files -n %{name}+net2-devel
%ghost %{cargo_registry}/%{crate}-%{version}/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}/Cargo.toml
%package -n %{name}+runtime-devel
Summary: %{summary}
BuildArch: noarch
@ -228,6 +216,9 @@ which use "tokio-timer" feature of "%{crate}" crate.
%endif
%changelog
* Thu Dec 06 2018 Josh Stone <jistone@redhat.com> - 0.12.17-1
- Update to 0.12.17
* Mon Nov 26 2018 Josh Stone <jistone@redhat.com> - 0.12.16-1
- Update to 0.12.16

@ -1 +1 @@
SHA512 (hyper-0.12.16.crate) = 6dfa6e96a2664f1fc505b593ad281858e43cdde8e08c6d5aee00b6268383e27d9b7fe6398c521957db5d027b8ac405a20622c52e6ccac3054fcef47ba99f4219
SHA512 (hyper-0.12.17.crate) = 943e3cf4595133962fbc6f16ec36908514ca0dbd4c023442cc03d74dfafbae0ad65e710b343c8cb66eefe2814d8031ec2fec3f3e2245ea7322d70d9f22bec526

Loading…
Cancel
Save