update to version 0.3.11

epel10
Fabio Valentini 4 years ago
parent d5a965d8c3
commit 83f0543346
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/debug-helper-0.3.8.crate
/debug-helper-0.3.10.crate
/debug-helper-0.3.11.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate debug-helper
Name: rust-%{crate}
Version: 0.3.10
Release: 2%{?dist}
Summary: Declarative macros to help you implement the `Debug` trait manually
Version: 0.3.11
Release: 1%{?dist}
Summary: Declarative macros to help you implement the Debug trait manually
# Upstream license specification: MIT
License: MIT
@ -71,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Wed Apr 21 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.11-1
- Update to version 0.3.11.
- Fixes RHBZ#1952082
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (debug-helper-0.3.10.crate) = ca6766c8c5606087ff079e850db752c1dff9fd2c692163465df5f03c98b1d4c7f201b2b1330ad6395f64ace276ee65fd2dbfff0324e7c73125b35124b3b2716f
SHA512 (debug-helper-0.3.11.crate) = b9739d12bfeeb551c9cdb210ae575288db77d2865ef2c2182efce035224c4f52484cc4b262f14104e60f02dc45492055d860999712fb79a7cd0303380b58d28c

Loading…
Cancel
Save