|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
%global crate h2
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.1.12
|
|
|
|
|
Version: 0.1.13
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: HTTP/2.0 client and server
|
|
|
|
|
|
|
|
|
@ -22,7 +22,7 @@ BuildRequires: (crate(byteorder) >= 1.0.0 with crate(byteorder) < 2.0.0)
|
|
|
|
|
BuildRequires: (crate(bytes) >= 0.4.7 with crate(bytes) < 0.5.0)
|
|
|
|
|
BuildRequires: (crate(fnv) >= 1.0.5 with crate(fnv) < 2.0.0)
|
|
|
|
|
BuildRequires: (crate(futures) >= 0.1.0 with crate(futures) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(http) >= 0.1.3 with crate(http) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(http) >= 0.1.8 with crate(http) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(indexmap) >= 1.0.0 with crate(indexmap) < 2.0.0)
|
|
|
|
|
BuildRequires: (crate(log) >= 0.4.1 with crate(log) < 0.5.0)
|
|
|
|
|
BuildRequires: (crate(slab) >= 0.4.0 with crate(slab) < 0.5.0)
|
|
|
|
@ -37,7 +37,7 @@ BuildRequires: (crate(rand) >= 0.3.15 with crate(rand) < 0.4.0)
|
|
|
|
|
BuildRequires: (crate(rustls) >= 0.12.0 with crate(rustls) < 0.13.0)
|
|
|
|
|
BuildRequires: (crate(serde) >= 1.0.0 with crate(serde) < 2.0.0)
|
|
|
|
|
BuildRequires: (crate(serde_json) >= 1.0.0 with crate(serde_json) < 2.0.0)
|
|
|
|
|
BuildRequires: (crate(tokio-core) >= 0.1.0 with crate(tokio-core) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(tokio) >= 0.1.8 with crate(tokio) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(tokio-rustls) >= 0.5.0 with crate(tokio-rustls) < 0.6.0)
|
|
|
|
|
BuildRequires: (crate(walkdir) >= 1.0.0 with crate(walkdir) < 2.0.0)
|
|
|
|
|
BuildRequires: (crate(webpki) >= 0.18.0~alpha with crate(webpki) < 0.18.0)
|
|
|
|
@ -79,6 +79,9 @@ which use %{crate} from crates.io.
|
|
|
|
|
%exclude %{cargo_registry}/%{crate}-%{version}/ci
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Oct 22 2018 Josh Stone <jistone@redhat.com> - 0.1.13-1
|
|
|
|
|
- Update to 0.1.13
|
|
|
|
|
|
|
|
|
|
* Thu Aug 09 2018 Josh Stone <jistone@redhat.com> - 0.1.12-1
|
|
|
|
|
- Update to 0.1.12
|
|
|
|
|
|
|
|
|
|