Update to 0.1.22

epel9
Josh Stone 6 years ago
parent 170554474a
commit 76caca8c06

1
.gitignore vendored

@ -8,3 +8,4 @@
/h2-0.1.17.crate
/h2-0.1.18.crate
/h2-0.1.21.crate
/h2-0.1.22.crate

@ -1,11 +0,0 @@
--- h2-0.1.21/Cargo.toml 1970-01-01T00:00:00+00:00
+++ h2-0.1.21/Cargo.toml 2019-05-31T14:01:10.940740+00:00
@@ -47,7 +47,7 @@
version = "0.4.0"
[dependencies.string]
-version = "0.1"
+version = "0.2"
[dependencies.tokio-io]
version = "0.1.4"

@ -1,11 +1,11 @@
# Generated by rust2rpm 9
# Generated by rust2rpm-9-1.fc30
%bcond_with check
%global debug_package %{nil}
%global crate h2
Name: rust-%{crate}
Version: 0.1.21
Version: 0.1.22
Release: 1%{?dist}
Summary: HTTP/2.0 client and server
@ -13,9 +13,6 @@ Summary: HTTP/2.0 client and server
License: MIT
URL: https://crates.io/crates/h2
Source: %{crates_source}
# Initial patched metadata
# * Update string to 0.2, https://github.com/hyperium/h2/pull/363
Patch0: h2-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -45,8 +42,8 @@ BuildRequires: (crate(webpki-roots/default) >= 0.14.0 with crate(webpki-roots/d
BuildRequires: (crate(webpki/default) >= 0.18.0 with crate(webpki/default) < 0.19.0)
%endif
%global _description %{expand:
HTTP/2.0 client and server.}
%global _description \
An HTTP/2.0 client and server
%description %{_description}
@ -104,6 +101,9 @@ which use "unstable" feature of "%{crate}" crate.
%endif
%changelog
* Mon Jun 03 2019 Josh Stone <jistone@redhat.com> - 0.1.22-1
- Update to 0.1.22
* Fri May 31 16:01:11 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.21-1
- Update to 0.1.21

@ -1 +1 @@
SHA512 (h2-0.1.21.crate) = 87fb7961ded877c8b384a1ff1d5ae42966721debccdea1eda3912f98bdae6a71f27ffff7b642d69cb098a7b5a289dabf9687370d4a97a77aebbf9a6c6cd68f7b
SHA512 (h2-0.1.22.crate) = e0476d39322209bf3b12e032f20af85bfb5551f9aa1d4c0fd5251a8676bc97f04348da1b2dd5076f372a891bbc5e81fa0e973c808b3ceea063c4a0edf12b3e4b

Loading…
Cancel
Save