Update to 0.1.17

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

1
.gitignore vendored

@ -5,3 +5,4 @@
/h2-0.1.14.crate
/h2-0.1.15.crate
/h2-0.1.16.crate
/h2-0.1.17.crate

@ -6,13 +6,13 @@
%global crate h2
Name: rust-%{crate}
Version: 0.1.16
Release: 2%{?dist}
Version: 0.1.17
Release: 1%{?dist}
Summary: HTTP/2.0 client and server
License: MIT
URL: https://crates.io/crates/h2
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
@ -86,7 +86,7 @@ which use "unstable" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%build
@ -101,6 +101,9 @@ which use "unstable" feature of "%{crate}" crate.
%endif
%changelog
* Wed Mar 13 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.17-1
- Update to 0.1.17
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.16-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (h2-0.1.16.crate) = c0e216c12d46ba57279f3accc0375a5a56480e9444e17ab07db54d160fd825954e9e04c67257b99e0340db077b01a84e2671644cfc40c1c29ba40df3ed470eba
SHA512 (h2-0.1.17.crate) = e8835349de22e6715d99d8841052fe31e15037e36441812226f341b4fba74e6d4a89471f60252d7f6ffaa3596ceadaf688f0f3908b38e724f595306efcf4ae96

Loading…
Cancel
Save