Update to 0.12.29

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent f62bf3e391
commit 57e467e8bc
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -24,3 +24,4 @@
/hyper-0.12.26.crate
/hyper-0.12.27.crate
/hyper-0.12.28.crate
/hyper-0.12.29.crate

@ -1,6 +1,6 @@
--- hyper-0.12.28/Cargo.toml 1970-01-01T00:00:00+00:00
+++ hyper-0.12.28/Cargo.toml 2019-04-30T06:32:49.789994+00:00
@@ -219,8 +219,6 @@
--- hyper-0.12.29/Cargo.toml 1970-01-01T00:00:00+00:00
+++ hyper-0.12.29/Cargo.toml 2019-06-02T11:53:50.757291+00:00
@@ -225,8 +225,6 @@
version = "0.2"
[features]

@ -1,14 +1,15 @@
# Generated by rust2rpm
# Generated by rust2rpm 9
%bcond_with check
%global debug_package %{nil}
%global crate hyper
Name: rust-%{crate}
Version: 0.12.28
Version: 0.12.29
Release: 1%{?dist}
Summary: Fast and correct HTTP library
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/hyper
Source: %{crates_source}
@ -23,6 +24,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-body/default) >= 0.1.0 with crate(http-body/default) < 0.2.0)
BuildRequires: (crate(http/default) >= 0.1.15 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)
@ -31,6 +33,7 @@ BuildRequires: (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0)
BuildRequires: (crate(net2/default) >= 0.2.32 with crate(net2/default) < 0.3.0)
BuildRequires: (crate(rustc_version/default) >= 0.2.0 with crate(rustc_version/default) < 0.3.0)
BuildRequires: (crate(time/default) >= 0.1.0 with crate(time/default) < 0.2.0)
BuildRequires: (crate(tokio-buf/default) >= 0.1.0 with crate(tokio-buf/default) < 0.2.0)
BuildRequires: (crate(tokio-executor/default) >= 0.1.0 with crate(tokio-executor/default) < 0.2.0)
BuildRequires: (crate(tokio-io/default) >= 0.1.0 with crate(tokio-io/default) < 0.2.0)
BuildRequires: (crate(tokio-reactor/default) >= 0.1.0 with crate(tokio-reactor/default) < 0.2.0)
@ -52,8 +55,8 @@ BuildRequires: (crate(tokio-mockstream/default) >= 1.1.0 with crate(tokio-mocks
BuildRequires: (crate(url/default) >= 1.0.0 with crate(url/default) < 2.0.0)
%endif
%global _description \
A fast and correct HTTP library.
%global _description %{expand:
Fast and correct HTTP library.}
%description %{_description}
@ -219,6 +222,9 @@ which use "tokio-timer" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jun 02 13:53:51 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.29-1
- Update to 0.12.29
* Tue Apr 30 08:30:54 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.28-1
- Update to 0.12.28

@ -1 +1 @@
SHA512 (hyper-0.12.28.crate) = acdb970e267a86f8acfdff3d53c483a0bf07fed077fd3846b15f176eb9fe6c183202396caa2dc558d952139dfc85e228c53d0559243a24c3ba9636ccb4c9693c
SHA512 (hyper-0.12.29.crate) = a828f233fe6d15dea99312f8fe2008182ed44f2abc03c86f308603cdfa9879817268e9fa8ab598f547a12422912c5702b1cadc051ad68dd255c4fa414e0951ec

Loading…
Cancel
Save