update to version 0.3.3

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

1
.gitignore vendored

@ -21,3 +21,4 @@
/h2-0.2.7.crate
/h2-0.3.1.crate
/h2-0.3.2.crate
/h2-0.3.3.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
# * rustls stuff is not packaged
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate h2
Name: rust-%{crate}
Version: 0.3.2
Version: 0.3.3
Release: 1%{?dist}
Summary: HTTP/2.0 client and server
@ -96,6 +96,10 @@ which use "unstable" feature of "%{crate}" crate.
%endif
%changelog
* Fri Apr 30 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.3-1
- Update to version 0.3.3.
- Fixes RHBZ#1955217
* Thu Mar 25 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.2-1
- Update to version 0.3.2.
- Fixes RHBZ#1942789

@ -1 +1 @@
SHA512 (h2-0.3.2.crate) = 0b85b011ddac37dd7f3c7b7b36a453418fe63632e77f163ac32816d58b9537b28d49e31fc2e117bca53970ac613e67d0093374bcf57c0492b8200d3b8b27d39a
SHA512 (h2-0.3.3.crate) = 7f7ac1d513b6c6068700b41c19cdf74a57ddb6090b5457ed247df93f0a4bb877fc44f9081c962692adb4731c82e0802a0d2151d69c59cc5af754102e83613a42

Loading…
Cancel
Save