update to version 0.3.1

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

1
.gitignore vendored

@ -19,3 +19,4 @@
/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 /h2-0.2.7.crate
/h2-0.3.1.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 15 # Generated by rust2rpm 16
# * 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,8 +6,8 @@
%global crate h2 %global crate h2
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.7 Version: 0.3.1
Release: 2%{?dist} Release: 1%{?dist}
Summary: HTTP/2.0 client and server Summary: HTTP/2.0 client and server
# Upstream license specification: MIT # Upstream license specification: MIT
@ -96,6 +96,9 @@ which use "unstable" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Mar 06 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.1-1
- Update to version 0.3.1.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (h2-0.2.7.crate) = 6157bcd335d303246478f45b8740dca687f693dbbb462a0ea9560af12d1fe12a9c680c57c1e7ea0b0842137ee66cde827f273e0faa619db3b6180c5587bd0fc9 SHA512 (h2-0.3.1.crate) = 34975e72491f68e30ef93bc74c44c84b10e09fcf9b009ff92e7e8ba779f7f0acdde0e457e4965804c5173c0b56796dc5f87f8034db4b109eb8b1e51a2f85cb5a

Loading…
Cancel
Save