update to version 0.3.2

epel9
Fabio Valentini 4 years ago
parent 6b6c576f80
commit ed04678c45
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -12,3 +12,4 @@
/num-bigint-0.2.6.crate
/num-bigint-0.3.0.crate
/num-bigint-0.3.1.crate
/num-bigint-0.3.2.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 15
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate num-bigint
Name: rust-%{crate}
Version: 0.3.1
Release: 2%{?dist}
Version: 0.3.2
Release: 1%{?dist}
Summary: Big integer implementation for Rust
# Upstream license specification: MIT OR Apache-2.0
@ -131,6 +131,10 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Fri Mar 05 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.2-1
- Update to version 0.3.2.
- Fixes RHBZ#1935543
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (num-bigint-0.3.1.crate) = d35d7a39c787daa8c13875d2aae8b9a2655e4aab0760f5677b28b3b4497d303258682bb7b4f3286b82a990c95228ed1bcf0ab4c867b1a82d843afbc1f53a2db1
SHA512 (num-bigint-0.3.2.crate) = 1471b43642d7bec07ba79b08c227a7512debb0a556842fb8e54a41fff2db6948ac3ecaf0cfc05209433db3b3888cf45a4b61e42d6a0c97137582c72a3c7a8abd

Loading…
Cancel
Save