Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent d91cc484ef
commit bb92d899f1
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,14 +1,14 @@
--- chrono-0.4.10/Cargo.toml 1970-01-01T00:00:00+00:00
+++ chrono-0.4.10/Cargo.toml 2020-02-18T15:29:36.458224+00:00
@@ -68,6 +68,7 @@
+++ chrono-0.4.10/Cargo.toml 2020-02-18T15:57:46.233019+00:00
@@ -67,7 +67,6 @@
[dev-dependencies.serde_json]
version = "1"
default-features = false
+features = ["alloc"]
-default-features = false
[features]
alloc = []
@@ -75,16 +76,6 @@
@@ -75,16 +74,6 @@
clock = ["time", "std"]
default = ["clock", "std"]
std = []

@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 0.4.10
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Date and time library for Rust
# Upstream license specification: MIT/Apache-2.0
@ -159,6 +159,9 @@ which use "time" feature of "%{crate}" crate.
%endif
%changelog
* Tue Feb 18 16:57:46 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.4.10-4
- Fix FTBFS, take two
* Tue Feb 18 16:29:36 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.4.10-3
- Fix FTBFS

Loading…
Cancel
Save