Update to version 0.9.1; Fixes RHBZ#2048915

epel9
Rémi Lauzier 3 years ago
parent 117d228a52
commit 6b2df20508
No known key found for this signature in database
GPG Key ID: D4B9ECD143336C1D

1
.gitignore vendored

@ -2,3 +2,4 @@
/cfg-expr-0.8.0.crate
/cfg-expr-0.8.1.crate
/cfg-expr-0.9.0.crate
/cfg-expr-0.9.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate cfg-expr
Name: rust-%{crate}
Version: 0.9.0
Version: 0.9.1
Release: %autorelease
Summary: Parser and evaluator for Rust `cfg()` expressions
@ -15,9 +15,6 @@ URL: https://crates.io/crates/cfg-expr
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -32,12 +29,12 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc examples README.md CONTRIBUTING.md CODE_OF_CONDUCT.md CHANGELOG.md
%license LICENSE-APACHE LICENSE-MIT
%doc CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -46,8 +43,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -58,8 +55,8 @@ BuildArch: noarch
%description -n %{name}+target-lexicon-devel %{_description}
This package contains library source intended for building other packages
which use "target-lexicon" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "target-lexicon" feature of the "%{crate}" crate.
%files -n %{name}+target-lexicon-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -70,8 +67,8 @@ BuildArch: noarch
%description -n %{name}+targets-devel %{_description}
This package contains library source intended for building other packages
which use "targets" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "targets" feature of the "%{crate}" crate.
%files -n %{name}+targets-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (cfg-expr-0.9.0.crate) = 00176a6722ecf806c77093c8bb2f70fbf7a2483f31d71ad4a08a8d27f577bacabe2d1bb22cb84b2631f5f9f66c34b8b1f01d33b33fcd9e7d2f98119cebe69990
SHA512 (cfg-expr-0.9.1.crate) = 73de7c275ccac321be0939e844dfca0ecc8b3b0de36ba5ccf68048b38825c386de8502cd0f82c1a6cb14d5840956d2e03529b502ce4361b1a2b506d695621ff1

Loading…
Cancel
Save