Update to 0.21.0

Close: rhbz#1862740
epel9
Robert-André Mauchin 4 years ago
parent cbe2aa3fa8
commit a2bdf713ea

1
.gitignore vendored

@ -1,3 +1,4 @@
/strum-0.15.0.crate
/strum-0.17.1.crate
/strum-0.18.0.crate
/strum-0.21.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate strum
Name: rust-%{crate}
Version: 0.18.0
Release: 4%{?dist}
Version: 0.21.0
Release: 1%{?dist}
Summary: Helpful macros for working with enums and strings
# Upstream license specification: MIT
@ -90,10 +90,14 @@ which use "strum_macros" feature of "%{crate}" crate.
%if %{with check}
%check
%cargo_test
%cargo_test -- --features derive
%endif
%changelog
* Wed Jun 16 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0.21.0-1
- Update to 0.21.0
- Close: rhbz#1862740
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (strum-0.18.0.crate) = ed81f891fdf8a2bcf563b1b103d9cd02a2ffbdbb8c33c1be5c09920c4d1ab5409d0917bebdd4a13573a44be626dfdfe3d0892c54c7340a2f8fff7a56c4f4dac7
SHA512 (strum-0.21.0.crate) = 687a99aa93616e16510213b66f53be35561d19cd19f9776084e9d6d33f8576f5eec7a806a0e48997da2b41e6f563a05424c1d5cb5ab2b4a2310cfe1d3b10a5a6

Loading…
Cancel
Save