Update to 0.1.13

epel9
Josh Stone 6 years ago
parent 0d963614b9
commit 142857ee89

1
.gitignore vendored

@ -1,3 +1,4 @@
/h2-0.1.10.crate
/h2-0.1.11.crate
/h2-0.1.12.crate
/h2-0.1.13.crate

@ -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

@ -1 +1 @@
SHA512 (h2-0.1.12.crate) = 6bbd78779b09293b8ca60ee4d2347f197f96a82f82183d2e6460583e51d3bb6833929b0413c76f815bec9a35814eb1d5feb46e13adf12fe1ce04a353610103e5
SHA512 (h2-0.1.13.crate) = 10a9333a2f4b968b238bcc966a2a9ac775043d1803bcc0adb8856a658eb5880442b6f6aa36f21d279f228a5460ac71402bda0ea0cc8855acb5b7fc6889b017c2

Loading…
Cancel
Save