Update to version 4.4.2; Fixes RHBZ#2245959

epel9 imports/e9/rust-clap_complete_fig-4.4.2-1.el9
Fabio Valentini 1 year ago
parent e90a972e8a
commit f7194ecde3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/clap_complete_fig-4.2.0.crate
/clap_complete_fig-4.3.1.crate
/clap_complete_fig-4.4.1.crate
/clap_complete_fig-4.4.2.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
# * missing dev-dependency: snapbox
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate clap_complete_fig
Name: rust-clap_complete_fig
Version: 4.4.1
Version: 4.4.2
Release: %autorelease
Summary: Generator library used with clap for Fig completion scripts
@ -14,7 +14,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/clap_complete_fig
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A generator library used with clap for Fig completion scripts.}
@ -49,7 +49,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -0,0 +1,4 @@
[tests]
run = ["none"]
comments = ["missing dev-dependency: snapbox"]

@ -1 +1 @@
SHA512 (clap_complete_fig-4.4.1.crate) = 202716bac3c346b0b48f40f663ab096dc30f2c37702dd54040cf33c8b8f5e9757d77029251572543f36946d64cf8b2c9fb799f80efb2a2b0a70ad2ff8d02b6b4
SHA512 (clap_complete_fig-4.4.2.crate) = b8ae0b4e7cd8bfb6fbf1b8ed49bb8b28947e73f61aa149c2fb03ed2bc118ab2d5762c063ae6cc1482f0d54e85d26ce7a4df15654f67e9b1d884cbd658e254b31

Loading…
Cancel
Save