Update to 0.3.1

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel10
Igor Raits 4 years ago
parent 085ae107ff
commit 00c5c251f2
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -1,2 +1,3 @@
/serde-big-array-0.2.0.crate /serde-big-array-0.2.0.crate
/serde-big-array-0.3.0.crate /serde-big-array-0.3.0.crate
/serde-big-array-0.3.1.crate

@ -1,15 +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 serde-big-array %global crate serde-big-array
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.0 Version: 0.3.1
Release: 2%{?dist} Release: 1%{?dist}
Summary: Big array helper for serde Summary: Big array helper for serde
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/serde-big-array URL: https://crates.io/crates/serde-big-array
Source: %{crates_source} Source: %{crates_source}
@ -84,6 +84,9 @@ which use "const-generics" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Dec 28 11:04:23 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.3.1-1
- Update to 0.3.1 (Fixes: RHBZ#1911155)
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (serde-big-array-0.3.0.crate) = ec81b1bc3a744108525a29efa6758b602b116bb586f051604e2d5a532ea66faea7d48a6971f521a8c73c95609bb59e608ba5c10167b98cf3f76fd5ca0dded6a5 SHA512 (serde-big-array-0.3.1.crate) = fd1b1a9823c46213d1020994a29f9d2be975225f854696b5f3d9748f595dffc973df965a4f4b423529c1496222d4599e8829e3f1843b478041447ab61c47dc4d

Loading…
Cancel
Save