Update to version 0.14.2; Fixes RHBZ#2070299

epel9
Fabio Valentini 2 years ago
parent 09efbf830d
commit 95c30b8494
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/darling_core-0.12.2.crate /darling_core-0.12.2.crate
/darling_core-0.13.1.crate /darling_core-0.13.1.crate
/darling_core-0.13.4.crate /darling_core-0.13.4.crate
/darling_core-0.14.2.crate

@ -1,21 +1,18 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 23
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate darling_core %global crate darling_core
Name: rust-%{crate} Name: rust-darling_core
Version: 0.13.4 Version: 0.14.2
Release: %autorelease Release: %autorelease
Summary: Helper crate for proc-macro library for reading attributes into structs Summary: Helper crate for proc-macro library for reading attributes into structs
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/darling_core URL: https://crates.io/crates/darling_core
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:

@ -1 +1 @@
SHA512 (darling_core-0.13.4.crate) = 96d431ebfb9d13aaff2c50f7ad7d5ac5e95813fac851e3e1d7739d1fd5b366fda32172829af88cabadb475f83b4500199167ede54bc802ca1e52137cf6c16c0f SHA512 (darling_core-0.14.2.crate) = 33612950c7688b5ce102ab5aba0dee5470435f0491e4be5f9d862b70ef6f6034a08ec64a29553e0530f9b8f2f3cd540d26f32e49297a599c255668fb750ab621

Loading…
Cancel
Save