Update to version 1.3.2; Fixes RHBZ#2243342

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

1
.gitignore vendored

@ -14,3 +14,4 @@
/arbitrary-1.2.0.crate
/arbitrary-1.2.3.crate
/arbitrary-1.3.0.crate
/arbitrary-1.3.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate arbitrary
Name: rust-arbitrary
Version: 1.3.0
Version: 1.3.2
Release: %autorelease
Summary: Trait for generating structured data from unstructured data
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/arbitrary
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
The trait for generating structured data from unstructured data.}
@ -73,10 +73,8 @@ use the "derive_arbitrary" 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
# * remove accidental executable bit from test sources
chmod -x tests/derive.rs
%generate_buildrequires
%cargo_generate_buildrequires

@ -1 +1 @@
SHA512 (arbitrary-1.3.0.crate) = 3f8b69ce75e625249de0c89a188e70048ec70fe5f44d1b00bf102ba2b972923daa4e4d2c2722688081cca3e4715926cb63a021b665a48f4c12163c58b1e47f4b
SHA512 (arbitrary-1.3.2.crate) = faab26c44f25d2c7298add2a657e4010d9fe24b3a61e2270bc6feac05cf2a82895fe225d2fb1c6b63e6c7da54e061955503f39322b96dbdbc4916601bd5e5ccf

Loading…
Cancel
Save