update to version 1.0.0

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

1
.gitignore vendored

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate arbitrary
Name: rust-%{crate}
Version: 0.4.7
Version: 1.0.0
Release: 1%{?dist}
Summary: Trait for generating structured data from unstructured data
@ -95,6 +95,9 @@ which use "derive_arbitrary" feature of "%{crate}" crate.
%endif
%changelog
* Wed Apr 21 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.0-1
- Update to version 1.0.0.
* Sun Feb 14 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.7-1
- Update to version 0.4.7.
- Fixes RHBZ#1888421

@ -1 +1 @@
SHA512 (arbitrary-0.4.7.crate) = 17968466d1403903a8cb5ec7f8af403e2ecbbbd8beed3df41035c34af1c19bc9d57596e1751f3aaf4c6021fe8fc7e23a7f0c1bbd1a5942d94f9dcafd0b19c1a6
SHA512 (arbitrary-1.0.0.crate) = 2233c39b6bae85377dc6d7b351687c1a5d60364eb69c94ff35e1cacda52e54cce06dbd2be83600f4f9d35a0a19c0118861901a4dc2263077b2b3be168ce818aa

Loading…
Cancel
Save