Update to 0.4.6

epel9
Josh Stone 5 years ago
parent 21d9fcaacc
commit 7b30be49dd

1
.gitignore vendored

@ -16,3 +16,4 @@
/structopt-derive-0.4.2.crate
/structopt-derive-0.4.4.crate
/structopt-derive-0.4.5.crate
/structopt-derive-0.4.6.crate

@ -5,17 +5,14 @@
%global crate structopt-derive
Name: rust-%{crate}
Version: 0.4.5
Release: 2%{?dist}
Version: 0.4.6
Release: 1%{?dist}
Summary: Parse command line argument by defining a struct, derive crate
# Upstream license specification: Apache-2.0/MIT
License: ASL 2.0 or MIT
URL: https://crates.io/crates/structopt-derive
Source: %{crates_source}
# Initial patched metadata
# * Bump to proc-macro-error 1.0.0, https://github.com/TeXitoi/structopt/pull/373
Patch0: structopt-derive-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -85,6 +82,9 @@ which use "paw" feature of "%{crate}" crate.
%endif
%changelog
* Thu Apr 09 2020 Josh Stone <jistone@redhat.com> - 0.4.6-1
- Update to 0.4.6
* Wed Apr 08 2020 Josh Stone <jistone@redhat.com> - 0.4.5-2
- Bump to proc-macro-error 1.0.0

@ -1 +1 @@
SHA512 (structopt-derive-0.4.5.crate) = 34205ba32a30bda80a06ca8c0cad3b17dcfdccfefec027b95769c08682736fb1462c161bbecf047ccb5f8d1ec02dcee6313dfad4fb61ef910deb1b65665b419a
SHA512 (structopt-derive-0.4.6.crate) = 842507f9ac3172c48700d1ba350d93fe087eef37903fe71b15b39f21ada56dded638077dadbaa109869f9a0e65ab7e4a049504505e1d3e2736f779846ba6330c

@ -1,11 +0,0 @@
--- structopt-derive-0.4.5/Cargo.toml 2020-03-18T18:54:35+00:00
+++ structopt-derive-0.4.5/Cargo.toml 2020-04-08T21:09:47.679398+00:00
@@ -28,7 +28,7 @@
version = "0.3.0"
[dependencies.proc-macro-error]
-version = "0.4.7"
+version = "1.0.0"
[dependencies.proc-macro2]
version = "1"
Loading…
Cancel
Save