update to version 0.3.2

epel9
Fabio Valentini 4 years ago
parent 74ef27c54c
commit bd45a1d3bf
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/fixedbitset-0.2.0.crate
/fixedbitset-0.3.0.crate
/fixedbitset-0.3.1.crate
/fixedbitset-0.3.2.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate fixedbitset
Name: rust-%{crate}
Version: 0.3.1
Release: 2%{?dist}
Version: 0.3.2
Release: 1%{?dist}
Summary: Simple bitset collection
# Upstream license specification: MIT/Apache-2.0
@ -22,7 +22,7 @@ BuildArch: noarch
BuildRequires: rust-packaging
%global _description %{expand:
FixedBitSet is a simple bitset collection.}
Simple bitset collection.}
%description %{_description}
@ -83,6 +83,10 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Thu Mar 04 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.2-1
- Update to version 0.3.2.
- Fixes RHBZ#1919541
* 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 (fixedbitset-0.3.1.crate) = ed0bc90fadbb28376848e3cde3ba02858fd950495f299dd962a3f2329fc6dbe45dab7f95af8b10858be803bfb97f659d21fc255a472767840641ce2c908b9e1e
SHA512 (fixedbitset-0.3.2.crate) = d54a60645a510e872dcc3ca0c136e2ec275736b1b23dd1a32af4a1e37cf2d8a1e4a6a8d7124fdd5c6d40d69ef5756857e9634053500cbd00bec7a88fb9466f7b

Loading…
Cancel
Save