Update to version 1.3.2; Fixes RHBZ#2247106

epel10
Fabio Valentini 6 months ago
parent 2c1651d2a0
commit fbf2eb923a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate derive_arbitrary
Name: rust-derive_arbitrary
Version: 1.3.1
Version: 1.3.2
Release: %autorelease
Summary: Derives arbitrary traits
@ -14,7 +14,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/derive_arbitrary
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Derives arbitrary traits.}
@ -49,7 +49,7 @@ use the "default" 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 +1 @@
SHA512 (derive_arbitrary-1.3.1.crate) = 2cc5894d63b399aaa0a345b6564579bff8fa0a50ddb1015e8f893fafbafeedecb2a5d2cd9560aec6ab10c553d0d238605c479d493636a38f47fc16d6ad20024c
SHA512 (derive_arbitrary-1.3.2.crate) = 5ff36cdb5fdbc1120442571b21405bca9dc3e7a0c0d6f0b4996fc71be0553e1a8cbf2626457c55198ecd9c66d18dda66909823e7c6f1f16151b5d05e1c69d201

Loading…
Cancel
Save