Update to 0.1.5

epel9
Josh Stone 6 years ago
parent 16dc795c24
commit b27c5642fc

1
.gitignore vendored

@ -1 +1,2 @@
/csv-core-0.1.4.crate
/csv-core-0.1.5.crate

@ -1,11 +0,0 @@
--- csv-core-0.1.4/Cargo.toml 1970-01-01T01:00:00+01:00
+++ csv-core-0.1.4/Cargo.toml 2018-11-09T23:02:05.066730+01:00
@@ -34,7 +34,7 @@
version = "2"
default-features = false
[dev-dependencies.arrayvec]
-version = "0.3"
+version = "0.4"
default-features = false
[features]

@ -6,17 +6,14 @@
%global crate csv-core
Name: rust-%{crate}
Version: 0.1.4
Release: 4%{?dist}
Version: 0.1.5
Release: 1%{?dist}
Summary: Bare bones CSV parsing with no_std support
# Upstream license specification: Unlicense/MIT
License: Unlicense or MIT
URL: https://crates.io/crates/csv-core
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * Bump arrayvec to 0.4, https://github.com/BurntSushi/rust-csv/commit/9030a4a5f3c04cfecea69cca5b934c589f81427e
Patch0: csv-core-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -86,6 +83,9 @@ which use "libc" feature of "%{crate}" crate.
%endif
%changelog
* Tue Jan 08 2019 Josh Stone <jistone@redhat.com> - 0.1.5-1
- Update to 0.1.5
* Sat Nov 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.4-4
- Fix summary

@ -1 +1 @@
SHA512 (csv-core-0.1.4.crate) = c2e5291489eb1d1c192c7d94cbe8be3c6bcf0a5d8ef2bb525ccdc20a9c512e3a42946241457de7ba219b59d330d87a2ce51995782621e6c1d4192e2a71e888f6
SHA512 (csv-core-0.1.5.crate) = fc223ef33b83ae306f6cc5a77b08323a802f8fa39054ad9c4cffc63ba3195344319bb66471d164fa6eed7ef3bec11fb8308b78a4fe42ff91413e9441f021d439

Loading…
Cancel
Save