update to version 0.4.2

epel10
Fabio Valentini 4 years ago
parent 3118804a69
commit 7cca5280e7
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/tokio-test-0.2.0.crate
/tokio-test-0.2.1.crate
/tokio-test-0.4.2.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate tokio-test
Name: rust-%{crate}
Version: 0.2.1
Release: 3%{?dist}
Version: 0.4.2
Release: 1%{?dist}
Summary: Testing utilities for Tokio- and futures-based code
# Upstream license specification: MIT
@ -37,7 +37,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE
%doc CHANGELOG.md README.md
%doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Wed Jun 16 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.2-1
- Update to version 0.4.2.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (tokio-test-0.2.1.crate) = 566380edbb180a4f7ba707d8ec20a14ba2e61800d32649d15f148ed6b9318855467ccb0d0348de0b69c680279caf5feb4650da49730cbc6f7f6c806bff1dd179
SHA512 (tokio-test-0.4.2.crate) = 1c8550d64b7240c55dec935dbe70405214b9e6601e0c59934804bdfed20341ccd1fd0e2f51cda5f8041fc7c37c166aad5aa0cf4b224bb5a7335fc5d8fbfa1b8e

Loading…
Cancel
Save