Update to version 0.20.4; Fixes RHBZ#2261840

epel10
Fabio Valentini 1 year ago
parent af59c2a6de
commit b231914726
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/darling_core-0.14.3.crate /darling_core-0.14.3.crate
/darling_core-0.14.4.crate /darling_core-0.14.4.crate
/darling_core-0.20.3.crate /darling_core-0.20.3.crate
/darling_core-0.20.4.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate darling_core %global crate darling_core
Name: rust-darling_core Name: rust-darling_core
Version: 0.20.3 Version: 0.20.4
Release: %autorelease Release: %autorelease
Summary: Parse attributes into structs for custom derive implementations (helper crate) Summary: Parse attributes into structs for custom derive implementations (helper crate)
@ -13,7 +13,7 @@ License: MIT
URL: https://crates.io/crates/darling_core URL: https://crates.io/crates/darling_core
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Helper crate for proc-macro library for reading attributes into structs Helper crate for proc-macro library for reading attributes into structs
@ -84,7 +84,7 @@ use the "suggestions" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1,2 +0,0 @@
[DEFAULT]
summary = Parse attributes into structs for custom derive implementations (helper crate)

@ -0,0 +1,3 @@
[package]
summary = "Parse attributes into structs for custom derive implementations (helper crate)"

@ -1 +1 @@
SHA512 (darling_core-0.20.3.crate) = e655d0fe74f2015f60c749480a55e701076ea003e2263a65d2263293de038c8b4fe2b4103b2b6b95db63ac465e0623970fc54ff176177e7d7ce248330af99d7f SHA512 (darling_core-0.20.4.crate) = 27ca329192eec40905234305398f8d9ce31088aa6bcca1bc7ead7e531e98afa4cc30836cd646b655740e29e6d4ef2ab4b6708245633453244d2239e1a999ce15

Loading…
Cancel
Save