Update to version 0.14.0

epel9
Fabio Valentini 2 years ago
parent 76990ea131
commit 9567ee8407
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/cfg-expr-0.10.2.crate /cfg-expr-0.10.2.crate
/cfg-expr-0.10.3.crate /cfg-expr-0.10.3.crate
/cfg-expr-0.11.0.crate /cfg-expr-0.11.0.crate
/cfg-expr-0.14.0.crate

@ -1,3 +0,0 @@
# rust-cfg-expr
The rust-cfg-expr package

@ -1,13 +1,13 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%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.11.0 Version: 0.14.0
Release: %autorelease Release: %autorelease
Summary: Parser and evaluator for Rust `cfg()` expressions Summary: Parser and evaluator for Rust cfg() expressions
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/cfg-expr URL: https://crates.io/crates/cfg-expr
@ -16,7 +16,7 @@ Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Parser and evaluator for Rust `cfg()` expressions.} A parser and evaluator for Rust `cfg()` expressions.}
%description %{_description} %description %{_description}

@ -1 +1 @@
SHA512 (cfg-expr-0.11.0.crate) = 92ef9c4f1ab0788295efe75cdced1a2a63503892fee1b63f8ddd5a6fc125b6046e17950f2ce060133a763640b992988a6899b15d397d3892f7a3298b3a3130d7 SHA512 (cfg-expr-0.14.0.crate) = 5c7723deffde4fd32bd8c7b3bbd91e28589715679b90949cf94203b27549af495d6189e81a412cf4664d460e632959f67c35e1044a5557bb7b9f6780546f98ef

Loading…
Cancel
Save