Update to version 0.8.1; Fixes RHBZ#1990578

epel9
Rémi Lauzier 3 years ago
parent 2e99b91132
commit ab68cd00e2
No known key found for this signature in database
GPG Key ID: D4B9ECD143336C1D

1
.gitignore vendored

@ -1,2 +1,3 @@
/cfg-expr-0.7.4.crate
/cfg-expr-0.8.0.crate
/cfg-expr-0.8.1.crate

@ -1,5 +1,5 @@
--- cfg-expr-0.8.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ cfg-expr-0.8.0/Cargo.toml 2021-07-18T00:12:44.244533+00:00
--- cfg-expr-0.8.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ cfg-expr-0.8.1/Cargo.toml 2021-08-05T18:01:46.154374+00:00
@@ -26,7 +26,7 @@
version = "1.6"

@ -5,7 +5,7 @@
%global crate cfg-expr
Name: rust-%{crate}
Version: 0.8.0
Version: 0.8.1
Release: %autorelease
Summary: Parser and evaluator for Rust `cfg()` expressions
@ -14,7 +14,7 @@ License: MIT or ASL 2.0
URL: https://crates.io/crates/cfg-expr
Source: %{crates_source}
# Initial patched metadata
# * Relax target-lexicon to version 0.12
# Relax target-lexicon to version 0.12
Patch0: cfg-expr-fix-metadata.diff
ExclusiveArch: %{rust_arches}

@ -1 +1 @@
SHA512 (cfg-expr-0.8.0.crate) = a15031f2f1ce5b87924e2ffcfd8a5150089785373f83aa90cb71d3963106850487764d8ec981bd145fec194c9fa0c77d437163fb4b5ee6112230a3d52692d213
SHA512 (cfg-expr-0.8.1.crate) = ad4ca0abf4d1c4ba2e768a9b5d8e10c732adc87ffbfc2b4bd9880c17b93780b0dfcbaddc9a3da0ea55f5636e055c14912967f98552dc6657e25a47083be7229e

Loading…
Cancel
Save