Update to version 0.19.1; Fixes RHBZ#2327691

epel10
Fabio Valentini 1 week ago
parent bed1b649e0
commit b9b2c6fe93
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

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 +0,0 @@
--- cargo_metadata-0.18.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ cargo_metadata-0.18.1/Cargo.toml 2024-09-20T22:52:15.103429+00:00
@@ -32,7 +32,7 @@
version = "0.1.2"
[dependencies.derive_builder]
-version = "0.12"
+version = "0.20"
optional = true
[dependencies.semver]

@ -1,20 +1,17 @@
# Generated by rust2rpm 26 # 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
License: MIT License: MIT
URL: https://crates.io/crates/cargo_metadata URL: https://crates.io/crates/cargo_metadata
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * bump derive_builder dependency from 0.12 to 0.20
Patch: cargo_metadata-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-rpm-macros >= 24
@ -102,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