update to version 0.4.0

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

1
.gitignore vendored

@ -1,2 +1,3 @@
/http-body-0.1.0.crate /http-body-0.1.0.crate
/http-body-0.3.1.crate /http-body-0.3.1.crate
/http-body-0.4.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate http-body %global crate http-body
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.1 Version: 0.4.0
Release: 3%{?dist} Release: 1%{?dist}
Summary: Trait representing an asynchronous, streaming, HTTP request or response body Summary: Trait representing an asynchronous, streaming, HTTP request or response body
# Upstream license specification: MIT # Upstream license specification: MIT
@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Mar 06 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.0-1
- Update to version 0.4.0.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-3 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (http-body-0.3.1.crate) = 0c81b2d8512be3f07d5b08534d2a27424fd6abdf175e9bad9a657b9d95a48e2916c8713bea8de3154520c7ebd097324de246a1d2ca6595f2355e1c93fd9fe6ee SHA512 (http-body-0.4.0.crate) = 35c3a0df114b2f06fc9e2153cfa4e75ebe8e2fb8b2b682736519f290d738991c9e413e19ce058bdbf7692143d7a38f2e571985239a4e15414eceb1a73de86a41

Loading…
Cancel
Save