update to version 0.4.13

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

1
.gitignore vendored

@ -21,3 +21,4 @@
/structopt-derive-0.4.8.crate
/structopt-derive-0.4.10.crate
/structopt-derive-0.4.11.crate
/structopt-derive-0.4.13.crate

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

@ -1 +1 @@
SHA512 (structopt-derive-0.4.11.crate) = 346f9d79301f875a7849ad94bf9e2028f68b50520467d66f8708dc2631e3af527f5ee096364f33bc41d81fb83ec4df8ebbdaaea5a44b0d009b1f1f2f3d459f58
SHA512 (structopt-derive-0.4.13.crate) = 85fdd4ea10bff737022b289277d72ebdb6fd861a7cb41eaa28b5aeef99926de00a01fc83cebd79482186640a3f6e8c804d7aba294c6a401438d3e5b06b9dab38

Loading…
Cancel
Save