Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

2
.gitignore vendored

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

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

@ -1 +1 @@
SHA512 (arbitrary-1.4.1.crate) = a3507aa0ab684464c3559376beabc0992bbb589ddc85d2426b26238d7c5d1d856df5d9226603fe7ad2b17ac6570d62e86ba4f5a2e65f3cbc9ad52bbe294f8123 SHA512 (arbitrary-1.3.0.crate) = 3f8b69ce75e625249de0c89a188e70048ec70fe5f44d1b00bf102ba2b972923daa4e4d2c2722688081cca3e4715926cb63a021b665a48f4c12163c58b1e47f4b

Loading…
Cancel
Save