update to version 0.3.1

epel9
Fabio Valentini 4 years ago
parent 62a716cc1d
commit e35a9a337d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -1,12 +1,12 @@
# Generated by rust2rpm 13
%bcond_with check
%bcond_without check
%global debug_package %{nil}
%global crate fixedbitset
Name: rust-%{crate}
Version: 0.3.0
Release: 2%{?dist}
Version: 0.3.1
Release: 1%{?dist}
Summary: Simple bitset collection
# Upstream license specification: MIT/Apache-2.0
@ -83,6 +83,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Wed Sep 16 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.1-1
- Update to version 0.3.1.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (fixedbitset-0.3.0.crate) = edd2a2feae433bb2a3ebbc724bedfd5031eeb7756e8baabe5fe78d36f88eeb6126f2ed4a3ec14d63aeeed4d85b84dd11f0efd8b828628e715a4cdb02009747d1
SHA512 (fixedbitset-0.3.1.crate) = ed0bc90fadbb28376848e3cde3ba02858fd950495f299dd962a3f2329fc6dbe45dab7f95af8b10858be803bfb97f659d21fc255a472767840641ce2c908b9e1e

Loading…
Cancel
Save