|
|
@ -5,8 +5,8 @@
|
|
|
|
%global crate structopt
|
|
|
|
%global crate structopt
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.2.12
|
|
|
|
Version: 0.2.13
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Parse command line argument by defining a struct
|
|
|
|
Summary: Parse command line argument by defining a struct
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: Apache-2.0/MIT
|
|
|
|
# Upstream license specification: Apache-2.0/MIT
|
|
|
@ -29,7 +29,7 @@ BuildRequires: (crate(clap/no_cargo) >= 2.21.0 with crate(clap/no_cargo) < 3.0.
|
|
|
|
BuildRequires: (crate(clap/suggestions) >= 2.21.0 with crate(clap/suggestions) < 3.0.0)
|
|
|
|
BuildRequires: (crate(clap/suggestions) >= 2.21.0 with crate(clap/suggestions) < 3.0.0)
|
|
|
|
BuildRequires: (crate(clap/wrap_help) >= 2.21.0 with crate(clap/wrap_help) < 3.0.0)
|
|
|
|
BuildRequires: (crate(clap/wrap_help) >= 2.21.0 with crate(clap/wrap_help) < 3.0.0)
|
|
|
|
BuildRequires: (crate(clap/yaml) >= 2.21.0 with crate(clap/yaml) < 3.0.0)
|
|
|
|
BuildRequires: (crate(clap/yaml) >= 2.21.0 with crate(clap/yaml) < 3.0.0)
|
|
|
|
BuildRequires: (crate(structopt-derive/default) >= 0.2.12 with crate(structopt-derive/default) < 0.3.0)
|
|
|
|
BuildRequires: (crate(structopt-derive/default) >= 0.2.13 with crate(structopt-derive/default) < 0.3.0)
|
|
|
|
|
|
|
|
|
|
|
|
%global _description \
|
|
|
|
%global _description \
|
|
|
|
Parse command line argument by defining a struct.
|
|
|
|
Parse command line argument by defining a struct.
|
|
|
@ -163,6 +163,9 @@ which use "yaml" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Nov 15 2018 Josh Stone <jistone@redhat.com> - 0.2.13-1
|
|
|
|
|
|
|
|
- Update to 0.2.13
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 09 2018 Josh Stone <jistone@redhat.com> - 0.2.12-2
|
|
|
|
* Fri Nov 09 2018 Josh Stone <jistone@redhat.com> - 0.2.12-2
|
|
|
|
- Adapt to new packaging
|
|
|
|
- Adapt to new packaging
|
|
|
|
|
|
|
|
|
|
|
|