update to version 0.2.3

epel9
Fabio Valentini 4 years ago
parent 956c6dcdf0
commit 974924ec7a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -17,3 +17,4 @@
/http-0.2.0.crate
/http-0.2.1.crate
/http-0.2.2.crate
/http-0.2.3.crate

@ -5,7 +5,7 @@
%global crate http
Name: rust-%{crate}
Version: 0.2.2
Version: 0.2.3
Release: 1%{?dist}
Summary: Set of types for representing HTTP requests and responses
@ -37,7 +37,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc CHANGELOG.md README.md
%doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -71,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sat Jan 09 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.3-1
- Update to version 0.2.3.
- Fixes RHBZ#1914417
* Sun Jan 03 16:04:46 CET 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.2.2-1
- Update to 0.2.2 (Fixes: RHBZ#1907676)

@ -1 +1 @@
SHA512 (http-0.2.2.crate) = 6d39bd21cd3c928953d51c92b086efa798c3d8325e2d18bffa6348baf5945a002da87217016673a0e8f782acce423ee0e3419e35cb89db5112d3311db0c24ff0
SHA512 (http-0.2.3.crate) = 55a5a19489b263b5703c7acde376d67fce8be3c563c3ca5c6a2d0c6f0d7987e3bc869fbf6bdcec18633a256fd02e8b87aef2a6675aaa2cb55a4dcb60b13e3483

Loading…
Cancel
Save