Update to version 0.13.4

epel9
Fabio Valentini 3 years ago
parent 81e59eb141
commit 54c0956f46
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/darling_macro-0.10.3.crate /darling_macro-0.10.3.crate
/darling_macro-0.12.2.crate /darling_macro-0.12.2.crate
/darling_macro-0.13.1.crate /darling_macro-0.13.1.crate
/darling_macro-0.13.4.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 darling_macro %global crate darling_macro
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.13.1 Version: 0.13.4
Release: %autorelease Release: %autorelease
Summary: Internal support for a proc-macro library for reading attributes into structs Summary: Internal support for a proc-macro library for reading attributes into structs
@ -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:
Internal support for a proc-macro library for reading attributes into structs Internal support for a proc-macro library for reading attributes into structs
@ -35,8 +35,8 @@ 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 %license %{crate_instdir}/LICENSE
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -48,7 +48,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
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (darling_macro-0.13.1.crate) = 41b190019f1c02e664020dccf21b4248f85182d16b6d1a8eb0b82fb6da1cf871b07959fc2cc65620fec6d23b309c0d188603d35ff288165250fdc807780dc149 SHA512 (darling_macro-0.13.4.crate) = 908ea6459110da16e4ec6ac843659664ed4fa3fb2ea9b92274a738ff5994cf81fbb48403db609b9a70f39c3e288da4358ce369c66821122e3a6a0940473da94c

Loading…
Cancel
Save