Compare commits

..

5 Commits

3
.gitignore vendored

@ -10,3 +10,6 @@
/darling_core-0.14.3.crate
/darling_core-0.14.4.crate
/darling_core-0.20.3.crate
/darling_core-0.20.4.crate
/darling_core-0.20.8.crate
/darling_core-0.20.10.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate darling_core
Name: rust-darling_core
Version: 0.20.3
Version: 0.20.10
Release: %autorelease
Summary: Parse attributes into structs for custom derive implementations (helper crate)
@ -13,7 +13,7 @@ License: MIT
URL: https://crates.io/crates/darling_core
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
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
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%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.10.crate) = 2b971156b8c1433dd0ddb2213ee522e2fe9968a62889285d1457b5e733daa70a09c21bca9b8573d9c742026b4c06f4dd2025a6a196ec0b08b25a78d8737dff6d

Loading…
Cancel
Save