Update to version 0.10.3; Fixes RHBZ#2088293

epel9
Fabio Valentini 3 years ago
parent 9b34552942
commit 191d25a42f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/cfg-expr-0.9.0.crate /cfg-expr-0.9.0.crate
/cfg-expr-0.9.1.crate /cfg-expr-0.9.1.crate
/cfg-expr-0.10.2.crate /cfg-expr-0.10.2.crate
/cfg-expr-0.10.3.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 20 # Generated by rust2rpm 21
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate cfg-expr %global crate cfg-expr
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.10.2 Version: 0.10.3
Release: %autorelease Release: %autorelease
Summary: Parser and evaluator for Rust `cfg()` expressions Summary: Parser and evaluator for Rust `cfg()` expressions
@ -16,7 +16,7 @@ Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Parser and evaluator for Rust `cfg()` expressions.} Parser and evaluator for Rust `cfg()` expressions.}
@ -33,9 +33,13 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license %{crate_instdir}/LICENSE-APACHE
%doc CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md README.md %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/CODE_OF_CONDUCT.md
%doc %{crate_instdir}/CONTRIBUTING.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -47,7 +51,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+target-lexicon-devel %package -n %{name}+target-lexicon-devel
Summary: %{summary} Summary: %{summary}
@ -59,7 +63,7 @@ This package contains library source intended for building other packages which
use the "target-lexicon" feature of the "%{crate}" crate. use the "target-lexicon" feature of the "%{crate}" crate.
%files -n %{name}+target-lexicon-devel %files -n %{name}+target-lexicon-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+targets-devel %package -n %{name}+targets-devel
Summary: %{summary} Summary: %{summary}
@ -71,7 +75,7 @@ This package contains library source intended for building other packages which
use the "targets" feature of the "%{crate}" crate. use the "targets" feature of the "%{crate}" crate.
%files -n %{name}+targets-devel %files -n %{name}+targets-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (cfg-expr-0.10.2.crate) = 2dd2af73ba68a77ee1bf622eb85075bbe5164531ed508ad74609ee61b2021ab402bf10462fd3986fa6d808a433b82021c67c4db5302a3ccd356ac0b477d2b880 SHA512 (cfg-expr-0.10.3.crate) = 9397c13b4f5bed2e287a4d18b0d8775ea328f97465059911746f0d47976fef3648b6729ebf4e07edad4a0b3592bdb41f437c942fb340563d747abc4e8895c9a5

Loading…
Cancel
Save