Update to 0.3.1

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent a7480b3bcf
commit 269e140c04
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,2 +1,3 @@
/enum-as-inner-0.2.1.crate /enum-as-inner-0.2.1.crate
/enum-as-inner-0.3.0.crate /enum-as-inner-0.3.0.crate
/enum-as-inner-0.3.1.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 12 # Generated by rust2rpm 13
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate enum-as-inner %global crate enum-as-inner
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.0 Version: 0.3.1
Release: 2%{?dist} Release: 1%{?dist}
Summary: Proc-macro for deriving inner field accessor functions on enums Summary: Proc-macro for deriving inner field accessor functions on enums
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Feb 18 17:30:35 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.3.1-1
- Update to 0.3.1
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (enum-as-inner-0.3.0.crate) = e1b6cc6accfb53e8f45bf4835d397c7f2ea151345f27c36c5942a4a9a3f001d591ed25e95301395891220cbacdab15f2aa172c2dee45dfbf4382c8e18f914024 SHA512 (enum-as-inner-0.3.1.crate) = 77219e228468bc1e8b57a0bb57d0ac268723f4bf996ba50a5c4e2a248f180280ededca1c5bf0a56e3d58c3102ef4725c40865dc84eed9f66f73c48f5bcf34f4d

Loading…
Cancel
Save