Adopt to new macro

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 7aa5ea140b
commit b36bd478fd
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -6,7 +6,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.10 Version: 0.2.10
Release: 1%{?dist} Release: 2%{?dist}
Summary: Parse command line argument by defining a struct Summary: Parse command line argument by defining a struct
License: ASL 2.0 or MIT License: ASL 2.0 or MIT
@ -49,7 +49,7 @@ which use %{crate} from crates.io.
%if %{with check} %if %{with check}
%check %check
# flatten_twice is marked should_panic, but gets a hard error from clap # flatten_twice is marked should_panic, but gets a hard error from clap
%cargo_test -- --skip flatten_twice %cargo_test -- -- --skip flatten_twice
%endif %endif
%files devel %files devel
@ -58,6 +58,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Sat Jun 23 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.10-2
- Adopt to new macro
* Thu Jun 21 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.10-1 * Thu Jun 21 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.10-1
- Update to 0.2.10 - Update to 0.2.10

Loading…
Cancel
Save