update to version 0.4.14

epel9
Fabio Valentini 4 years ago
parent 27b9806854
commit 7a60b2406d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -22,3 +22,4 @@
/structopt-derive-0.4.10.crate
/structopt-derive-0.4.11.crate
/structopt-derive-0.4.13.crate
/structopt-derive-0.4.14.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 15
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate structopt-derive
Name: rust-%{crate}
Version: 0.4.13
Version: 0.4.14
Release: 1%{?dist}
Summary: Parse command line argument by defining a struct, derive crate
@ -82,6 +82,9 @@ which use "paw" feature of "%{crate}" crate.
%endif
%changelog
* Thu Dec 03 2020 Fabio Valentini <decathorpe@gmail.com> - 0.4.14-1
- Update to version 0.4.14.
* Mon Nov 09 2020 Fabio Valentini <decathorpe@gmail.com> - 0.4.13-1
- Update to version 0.4.13.
- Fixes RHBZ#1886428

@ -1 +1 @@
SHA512 (structopt-derive-0.4.13.crate) = 85fdd4ea10bff737022b289277d72ebdb6fd861a7cb41eaa28b5aeef99926de00a01fc83cebd79482186640a3f6e8c804d7aba294c6a401438d3e5b06b9dab38
SHA512 (structopt-derive-0.4.14.crate) = bc20dd9d10c6dc1f5975b074a63eb84b49385ad272b62d8526962e88b28cada3998c3944dedaf8560d6577871747b875cd399dfe06851472c0a1c81fced429a0

Loading…
Cancel
Save