Compare commits

...

5 Commits

1
.gitignore vendored

@ -9,3 +9,4 @@
/cargo_metadata-0.15.4.crate /cargo_metadata-0.15.4.crate
/cargo_metadata-0.17.0.crate /cargo_metadata-0.17.0.crate
/cargo_metadata-0.18.1.crate /cargo_metadata-0.18.1.crate
/cargo_metadata-0.19.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate cargo_metadata %global crate cargo_metadata
Name: rust-cargo_metadata Name: rust-cargo_metadata
Version: 0.18.1 Version: 0.19.1
Release: %autorelease Release: %autorelease
Summary: Structured access to the output of cargo metadata Summary: Structured access to the output of cargo metadata
@ -99,7 +99,12 @@ use the "unstable" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
# * skip tests that depend on data which is not included in published crates # * skip tests that depend on data which is not included in published crates
%cargo_test -a -- -- --skip advanced_feature_configuration --skip all_the_fields --skip basic_workspace_root_package_exists --skip current_dir %{cargo_test -a -- -- %{shrink:
--skip advanced_feature_configuration
--skip all_the_fields
--skip basic_workspace_root_package_exists
--skip current_dir
}}
%endif %endif
%changelog %changelog

@ -1 +1 @@
SHA512 (cargo_metadata-0.18.1.crate) = 43f87d2b84597ec9a27e9fccf06ec5f2630a0147a9c85779622c25493bd61268c266643f8206a17d76a16329af85f0cc563a9af7e17ca77024c0eaf788555f7d SHA512 (cargo_metadata-0.19.1.crate) = 5b4f69690a5852127ef505bb87d29cb16e6d6dd7c7b4fa6bc10f78bbbadb4e4bcb2e92ecfc46fbae4d905f83c55418be4d43202273aae44b384295870b509190

Loading…
Cancel
Save