Compare commits

...

5 Commits

Author SHA1 Message Date
Fabio Valentini 55a27e9ccc
Update to version 1.4.1; Fixes RHBZ#2323717
3 months ago
Fabio Valentini fbf2eb923a
Update to version 1.3.2; Fixes RHBZ#2247106
6 months ago
Fedora Release Engineering 2c1651d2a0 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fedora Release Engineering d1c5f1459e Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fedora Release Engineering 1140f92dac Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago

@ -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.4.1
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.4.1.crate) = 0d499a368f9f97b0a1a52f17fd111109b071c25c2732c206c96485a7a753520ad706320e5a817e1a10e5f8cf154afc6afe0ce09f9187d23b4e2c2ed4961afeb8

Loading…
Cancel
Save