update to version 0.4.7

epel9
Fabio Valentini 4 years ago
parent b96eaabdf4
commit 2ea40df219
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/arbitrary-0.4.4.crate
/arbitrary-0.4.5.crate
/arbitrary-0.4.6.crate
/arbitrary-0.4.7.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13
%bcond_with check
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate arbitrary
Name: rust-%{crate}
Version: 0.4.6
Release: 2%{?dist}
Version: 0.4.7
Release: 1%{?dist}
Summary: Trait for generating structured data from unstructured data
# Upstream license specification: MIT/Apache-2.0
@ -95,6 +95,10 @@ which use "derive_arbitrary" feature of "%{crate}" crate.
%endif
%changelog
* Sun Feb 14 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.7-1
- Update to version 0.4.7.
- Fixes RHBZ#1888421
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (arbitrary-0.4.6.crate) = 8828e49f109fe66a9b221946fae37b855f71d900ae18615d69aeacb310388e37b35846956bb733471b18d5655c53ffed092a86ffe3d4c10012e8cfc112be8660
SHA512 (arbitrary-0.4.7.crate) = 17968466d1403903a8cb5ec7f8af403e2ecbbbd8beed3df41035c34af1c19bc9d57596e1751f3aaf4c6021fe8fc7e23a7f0c1bbd1a5942d94f9dcafd0b19c1a6

Loading…
Cancel
Save