|
|
@ -1,17 +1,15 @@
|
|
|
|
# Generated by rust2rpm 15
|
|
|
|
# Generated by rust2rpm 16
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate serial_test_derive
|
|
|
|
%global crate serial_test_derive
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.5.0
|
|
|
|
Version: 0.5.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Helper crate for serial_test
|
|
|
|
Summary: Helper crate for serial_test
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT
|
|
|
|
# Upstream license specification: MIT
|
|
|
|
# The LICENSE file is not present in the sub-crate but this has already been
|
|
|
|
|
|
|
|
# fixed upstream: https://github.com/palfrey/serial_test/commit/4997bc3d56d.
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: https://crates.io/crates/serial_test_derive
|
|
|
|
URL: https://crates.io/crates/serial_test_derive
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
@ -72,6 +70,9 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Dec 27 14:42:42 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.5.1-1
|
|
|
|
|
|
|
|
- Update to 0.5.1
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 21 13:19:11 CEST 2020 Javier Martinez Canillas <javierm@redhat.com> - 0.5.0-1
|
|
|
|
* Wed Oct 21 13:19:11 CEST 2020 Javier Martinez Canillas <javierm@redhat.com> - 0.5.0-1
|
|
|
|
- Initial package
|
|
|
|
- Initial package
|
|
|
|
Resolves: rhbz#1886458
|
|
|
|
Resolves: rhbz#1886458
|
|
|
|