update to version 0.2.7

epel9
Fabio Valentini 4 years ago
parent af1ff5cab2
commit fd9af022b4
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -18,3 +18,4 @@
/h2-0.2.3.crate /h2-0.2.3.crate
/h2-0.2.5.crate /h2-0.2.5.crate
/h2-0.2.6.crate /h2-0.2.6.crate
/h2-0.2.7.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 15
# * rustls stuff is not packaged # * rustls stuff is not packaged
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate h2 %global crate h2
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.6 Version: 0.2.7
Release: 1%{?dist} Release: 1%{?dist}
Summary: HTTP/2.0 client and server Summary: HTTP/2.0 client and server
@ -96,6 +96,10 @@ which use "unstable" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Nov 12 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.7-1
- Update to version 0.2.7.
- Fixes RHBZ#1891035
* Tue Aug 25 2020 Josh Stone <jistone@redhat.com> - 0.2.6-1 * Tue Aug 25 2020 Josh Stone <jistone@redhat.com> - 0.2.6-1
- Update to 0.2.6 - Update to 0.2.6

@ -1 +1 @@
SHA512 (h2-0.2.6.crate) = edeadafc78d1826c6ce499c06d50d703794e89c75abb23a136cced28a678d92528be0184d0a70414fc1c70b475e5d4bbdeadadcaec17c4f351d44a62f4d7664e SHA512 (h2-0.2.7.crate) = 6157bcd335d303246478f45b8740dca687f693dbbb462a0ea9560af12d1fe12a9c680c57c1e7ea0b0842137ee66cde827f273e0faa619db3b6180c5587bd0fc9

Loading…
Cancel
Save