update to version 1.3.2

epel9
Fabio Valentini 4 years ago
parent 92327a8079
commit 94d68b1281
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/bincode-1.2.0.crate
/bincode-1.2.1.crate
/bincode-1.3.1.crate
/bincode-1.3.2.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate bincode
Name: rust-%{crate}
Version: 1.3.1
Release: 3%{?dist}
Version: 1.3.2
Release: 1%{?dist}
Summary: Binary serialization / deserialization strategy that uses Serde
# Upstream license specification: MIT
@ -84,6 +84,10 @@ which use "i128" feature of "%{crate}" crate.
%endif
%changelog
* Sat Feb 27 2021 Fabio Valentini <decathorpe@gmail.com> - 1.3.2-1
- Update to version 1.3.2.
- Fixes RHBZ#1932248
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (bincode-1.3.1.crate) = 75e62caef54a58ea5d24acbdef70b55893b11706400ad423919084a4723f5ea60e337447221171c4cd86d764db1f9f767c303b4cf5cd8f27318519db77fb82b4
SHA512 (bincode-1.3.2.crate) = e04737266d6345b6ad82f9c122ccc780477d7d8963e12b11d0ca01ec6431498a2e301fbda815911daa4c8de3d0b44615e7569a93c32b426d112808b573ff32f3

Loading…
Cancel
Save