Update to version 0.13.4

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

1
.gitignore vendored

@ -5,3 +5,4 @@
/darling_core-0.10.3.crate /darling_core-0.10.3.crate
/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

@ -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_core %global crate darling_core
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.13.1 Version: 0.13.4
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
@ -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:
Helper crate for proc-macro library for reading attributes into structs when Helper crate for proc-macro library for reading attributes into structs when
@ -34,8 +34,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}
@ -47,7 +47,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
%package -n %{name}+diagnostics-devel %package -n %{name}+diagnostics-devel
Summary: %{summary} Summary: %{summary}
@ -59,7 +59,7 @@ This package contains library source intended for building other packages which
use the "diagnostics" feature of the "%{crate}" crate. use the "diagnostics" feature of the "%{crate}" crate.
%files -n %{name}+diagnostics-devel %files -n %{name}+diagnostics-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+strsim-devel %package -n %{name}+strsim-devel
Summary: %{summary} Summary: %{summary}
@ -71,7 +71,7 @@ This package contains library source intended for building other packages which
use the "strsim" feature of the "%{crate}" crate. use the "strsim" feature of the "%{crate}" crate.
%files -n %{name}+strsim-devel %files -n %{name}+strsim-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+suggestions-devel %package -n %{name}+suggestions-devel
Summary: %{summary} Summary: %{summary}
@ -83,7 +83,7 @@ This package contains library source intended for building other packages which
use the "suggestions" feature of the "%{crate}" crate. use the "suggestions" feature of the "%{crate}" crate.
%files -n %{name}+suggestions-devel %files -n %{name}+suggestions-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_core-0.13.1.crate) = 67fd1bf5059c6b7ea1b2b17b6f7bcc1ea6a9f84f50182852b2b8b9601b8d43529918b373dacb9b2a7aa12fe6162a9412d1330ce6e9ab6a3e2171f6072d958711 SHA512 (darling_core-0.13.4.crate) = 96d431ebfb9d13aaff2c50f7ad7d5ac5e95813fac851e3e1d7739d1fd5b366fda32172829af88cabadb475f83b4500199167ede54bc802ca1e52137cf6c16c0f

Loading…
Cancel
Save