Update to version 0.13.1; Fixes RHBZ#1947464

epel9
Fabio Valentini 3 years ago
parent 7716c6565b
commit a077a63398
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/darling_macro-0.10.2.crate
/darling_macro-0.10.3.crate
/darling_macro-0.12.2.crate
/darling_macro-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_macro
Name: rust-%{crate}
Version: 0.12.2
Version: 0.13.1
Release: %autorelease
Summary: Internal support for a proc-macro library for reading attributes into structs
@ -15,9 +15,6 @@ URL: https://crates.io/crates/darling_macro
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -34,8 +31,8 @@ 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
@ -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

@ -1 +1 @@
SHA512 (darling_macro-0.12.2.crate) = 23ddf5bc18ed6031013e4dd970e6b58eb33aaa3b4003d6bd422bf0f6741bfdb34e2c905c2ecff52f3eba2c1cf6b2fd72145acbea088265c1b3750cd40d20a907
SHA512 (darling_macro-0.13.1.crate) = 41b190019f1c02e664020dccf21b4248f85182d16b6d1a8eb0b82fb6da1cf871b07959fc2cc65620fec6d23b309c0d188603d35ff288165250fdc807780dc149

Loading…
Cancel
Save