Compare commits

...

5 Commits

Author SHA1 Message Date
Fabio Valentini 1260ce9671
Update to version 1.4.1; Fixes RHBZ#2323716
2 months ago
Fabio Valentini c5f1edf5d7
Update to version 1.3.2; Fixes RHBZ#2243342
6 months ago
Fedora Release Engineering 2e503bb240 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fedora Release Engineering e040d16121 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fedora Release Engineering 6c15b47db6 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago

2
.gitignore vendored

@ -14,3 +14,5 @@
/arbitrary-1.2.0.crate
/arbitrary-1.2.3.crate
/arbitrary-1.3.0.crate
/arbitrary-1.3.2.crate
/arbitrary-1.4.1.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.4.1
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.4.1.crate) = a3507aa0ab684464c3559376beabc0992bbb589ddc85d2426b26238d7c5d1d856df5d9226603fe7ad2b17ac6570d62e86ba4f5a2e65f3cbc9ad52bbe294f8123

Loading…
Cancel
Save