update to version 0.4.7

epel9
Fabio Valentini 4 years ago
parent 1e162f0999
commit 82fa184d65
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,16 +1,15 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate derive_arbitrary %global crate derive_arbitrary
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.6 Version: 0.4.7
Release: 2%{?dist} Release: 1%{?dist}
Summary: Derives arbitrary traits Summary: Derives arbitrary traits
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
# https://github.com/rust-fuzz/arbitrary/issues/54
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/derive_arbitrary URL: https://crates.io/crates/derive_arbitrary
Source: %{crates_source} Source: %{crates_source}
@ -37,6 +36,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Feb 14 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.7-1
- Update to version 0.4.7.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.6-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (derive_arbitrary-0.4.6.crate) = 6f60f252484b4aa4467a134cefe683bb7877ae6329dfe1e6a556b7cbdba977d9500fee74201d0bb4bf672eb5c43140bd122d9998c90044eb525bebed2376f750 SHA512 (derive_arbitrary-0.4.7.crate) = 92ada94622dcc4e4870f3068dd0c7f5d87f76c5c6f28d95db74a0c0a23b587353da0956c6539d7f57df125a73dc1b2af44143ae1213567fc124766717031d93a

Loading…
Cancel
Save