Update to version 0.13.1; Fixes RHBZ#1947465

epel9
Fabio Valentini 3 years ago
parent 80adf74f47
commit dead58adf1
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/darling-0.10.2.crate
/darling-0.10.3.crate
/darling-0.12.2.crate
/darling-0.13.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate darling
Name: rust-%{crate}
Version: 0.12.2
Version: 0.13.1
Release: %autorelease
Summary: Proc-macro library for reading attributes into structs
@ -15,9 +15,6 @@ URL: https://crates.io/crates/darling
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -33,12 +30,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
%doc README.md CHANGELOG.md
%doc CHANGELOG.md README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -47,8 +44,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
@ -59,8 +56,8 @@ BuildArch: noarch
%description -n %{name}+diagnostics-devel %{_description}
This package contains library source intended for building other packages
which use "diagnostics" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "diagnostics" feature of the "%{crate}" crate.
%files -n %{name}+diagnostics-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -71,8 +68,8 @@ BuildArch: noarch
%description -n %{name}+suggestions-devel %{_description}
This package contains library source intended for building other packages
which use "suggestions" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "suggestions" feature of the "%{crate}" crate.
%files -n %{name}+suggestions-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (darling-0.12.2.crate) = e4d76f166a0a0870750592a7470e3f96d56360ed411453420ee89c64a6f524faf6c3be5dfc7416f3fe1e3ba6ab020948117ad5497f6b0234a85bef638de527fc
SHA512 (darling-0.13.1.crate) = 0271198be875ee1a42d14e2f34b4d26bfc8cfc4cb86361f21c0bc079aceef4ad86bbcba919d7066abb891a87549404c432df53b0ec0e96fe293408b114c5ba99

Loading…
Cancel
Save