update to version 1.1.6

epel9
Fabio Valentini 4 years ago
parent d58d217091
commit 0e22035d27
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/csv-1.1.3.crate
/csv-1.1.4.crate
/csv-1.1.5.crate
/csv-1.1.6.crate

@ -5,8 +5,8 @@
%global crate csv
Name: rust-%{crate}
Version: 1.1.5
Release: 2%{?dist}
Version: 1.1.6
Release: 1%{?dist}
Summary: Fast CSV parsing with support for serde
# Upstream license specification: Unlicense/MIT
@ -71,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue Mar 23 2021 Fabio Valentini <decathorpe@gmail.com> - 1.1.6-1
- Update to version 1.1.6.
- Fixes RHBZ#1936193
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (csv-1.1.5.crate) = d878a953fd1079b1aef7f23108c1bc5db3cadc2e1a1dc1ceb4e26508e4249db01f957f6626eef721153d3b0cc47f5f3b25380e4c943adbdf28647b9bb7cd8f05
SHA512 (csv-1.1.6.crate) = 81dd826f0ee85e7d335d844e9f9b4d2b66f7076c517d8050ee2e35721bfa4ecb8a906dcd9671b1c5381a968dcce0949202f1afe8eea535b6d215363d4f5be6fc

Loading…
Cancel
Save