Update to version 0.15.6; Fixes RHBZ#2256441

epel9 imports/e9/rust-cfg-expr-0.15.6-1.el9
Fabio Valentini 1 year ago
parent dca6102316
commit 1f4e556f3a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -12,3 +12,4 @@
/cfg-expr-0.15.3.crate /cfg-expr-0.15.3.crate
/cfg-expr-0.15.4.crate /cfg-expr-0.15.4.crate
/cfg-expr-0.15.5.crate /cfg-expr-0.15.5.crate
/cfg-expr-0.15.6.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate cfg-expr %global crate cfg-expr
Name: rust-cfg-expr Name: rust-cfg-expr
Version: 0.15.5 Version: 0.15.6
Release: %autorelease Release: %autorelease
Summary: Parser and evaluator for Rust cfg() expressions Summary: Parser and evaluator for Rust cfg() expressions
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/cfg-expr URL: https://crates.io/crates/cfg-expr
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
A parser and evaluator for Rust `cfg()` expressions.} A parser and evaluator for Rust `cfg()` expressions.}
@ -75,7 +75,7 @@ use the "targets" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (cfg-expr-0.15.5.crate) = 13e9c47e66d74da94a742af01716655dde119d7928fcc519a52720f3d9c27ccdee9b3de231617c3f5739775c251e695e892bd1b7511d4bfca65e93447d86dd76 SHA512 (cfg-expr-0.15.6.crate) = b0dbd6d2dd9020aaecd784be78c6594a938e17109d02ad1fbc46a1167964fa6b82c87a0a3daf231807b548ef3458fa62e76fbb3c07d2934ce06a54834fe79c32

Loading…
Cancel
Save