Update to 1.0.2

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 83fd8a4b28
commit d140230b70
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,2 +1,3 @@
/csv-1.0.0.crate
/csv-1.0.1.crate
/csv-1.0.2.crate

@ -1,10 +0,0 @@
--- csv-1.0.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ csv-1.0.1/Cargo.toml 2018-09-25T07:14:47.639840+02:00
@@ -22,6 +22,7 @@
categories = ["encoding", "parser-implementations"]
license = "Unlicense/MIT"
repository = "https://github.com/BurntSushi/rust-csv"
+exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*"]
[profile.bench]
debug = true

@ -5,17 +5,14 @@
%global crate csv
Name: rust-%{crate}
Version: 1.0.1
Release: 2%{?dist}
Version: 1.0.2
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
# Initial patched metadata
# Exclude useless files, https://github.com/BurntSushi/rust-csv/pull/134
Patch0: csv-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -46,9 +43,6 @@ which use %{crate} from crates.io.
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
# https://github.com/BurntSushi/rust-csv/pull/128
chmod -x benches/bench.rs
%build
%cargo_build
@ -66,6 +60,9 @@ chmod -x benches/bench.rs
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Tue Sep 25 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.2-1
- Update to 1.0.2
* Tue Sep 25 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.1-2
- Exclude unneeded files in other way

@ -1 +1 @@
SHA512 (csv-1.0.1.crate) = 044edec1ee680430fe6a49e6a9f5009619b6f9ed873489b5588c3f50b1a1fe1ac0ed95b914476d6927f3c31bf2007839dabcccaf6b586f31d1bf7b46bd4d5a3d
SHA512 (csv-1.0.2.crate) = 37ed9432d7362374648cd0cf3470cebf7baad57400f56635e68c28c576f7a8fcb8350a3e420079df329e4c290e816f181712f04dd09e5101600dd4615b4e0afd

Loading…
Cancel
Save