Update to 1.0.6

epel9
Josh Stone 6 years ago
parent d403664501
commit cf379f7624

1
.gitignore vendored

@ -2,3 +2,4 @@
/csv-1.0.1.crate
/csv-1.0.2.crate
/csv-1.0.5.crate
/csv-1.0.6.crate

@ -6,19 +6,21 @@
%global crate csv
Name: rust-%{crate}
Version: 1.0.5
Release: 2%{?dist}
Version: 1.0.6
Release: 1%{?dist}
Summary: Fast CSV parsing with support for serde
# Upstream license specification: Unlicense/MIT
License: Unlicense or MIT
URL: https://crates.io/crates/csv
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: (crate(csv-core/default) >= 0.1.4 with crate(csv-core/default) < 0.2.0)
BuildRequires: (crate(itoa/default) >= 0.4.3 with crate(itoa/default) < 0.5.0)
BuildRequires: (crate(ryu/default) >= 0.2.7 with crate(ryu/default) < 0.3.0)
BuildRequires: (crate(serde/default) >= 1.0.55 with crate(serde/default) < 2.0.0)
%if %{with check}
BuildRequires: (crate(serde_bytes/default) >= 0.10.4 with crate(serde_bytes/default) < 0.11.0)
@ -57,7 +59,7 @@ which use "default" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%build
@ -72,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Fri Apr 05 2019 Josh Stone <jistone@redhat.com> - 1.0.6-1
- Update to 1.0.6
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (csv-1.0.5.crate) = 7467686421ddc79c9562c748e2ba7b11337ce4ae280b6af878e3c0cddcd0c777772ed3ccb1b6a0d25226a97aafbb59a64b4e20851a0913a9d8ad05c93f0e7318
SHA512 (csv-1.0.6.crate) = 284698b07eabcb0038ab793014df1059f6e58d5f91a9328d1b57ab2cad6828bbfe753c5c722386ba4af361331feb3c68766436e247190025629378ac117b3bdd

Loading…
Cancel
Save