update to version 1.1.4

epel9
Fabio Valentini 4 years ago
parent 4cf8107727
commit 6158af5cac
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/csv-1.1.1.crate
/csv-1.1.2.crate
/csv-1.1.3.crate
/csv-1.1.4.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
%bcond_without check
%global debug_package %{nil}
%global crate csv
Name: rust-%{crate}
Version: 1.1.3
Release: 4%{?dist}
Version: 1.1.4
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
* Wed Nov 04 2020 Fabio Valentini <decathorpe@gmail.com> - 1.1.4-1
- Update to version 1.1.4.
- Fixes RHBZ#1894191
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-4
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (csv-1.1.3.crate) = 2e5319b50cdb96f85c129743c0ecfc23638713113641608b817e47ac34c6f9767079b98405808a387a8a870d52c44e858aea98b91126e5d996d4d3efecbab713
SHA512 (csv-1.1.4.crate) = 62f09b817c79b1e0086eb3db1040ebbcc11a6b0f7ce660797c674f33ed000f5c73b3d76124176ffc1173328030c2321c2198869fa89628284f4df6b628683dab

Loading…
Cancel
Save