Update to 0.4.11

epel9
Josh Stone 5 years ago
parent bb92d899f1
commit 68c4d1517e

1
.gitignore vendored

@ -9,3 +9,4 @@
/chrono-0.4.8.crate
/chrono-0.4.9.crate
/chrono-0.4.10.crate
/chrono-0.4.11.crate

@ -1,26 +1,18 @@
--- chrono-0.4.10/Cargo.toml 1970-01-01T00:00:00+00:00
+++ 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 = []
@@ -75,16 +74,6 @@
--- chrono-0.4.11/Cargo.toml 2020-03-07T21:17:18+00:00
+++ chrono-0.4.11/Cargo.toml 2020-03-10T16:42:11.842533+00:00
@@ -87,16 +87,6 @@
clock = ["time", "std"]
default = ["clock", "std"]
std = []
-wasmbind = ["wasm-bindgen", "js-sys"]
-[target."cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))".dependencies.js-sys]
-[target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.js-sys]
-version = "0.3"
-optional = true
-
-[target."cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))".dependencies.wasm-bindgen]
-[target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.wasm-bindgen]
-version = "0.2"
-optional = true
-[target."cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))".dev-dependencies.wasm-bindgen-test]
-[target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dev-dependencies.wasm-bindgen-test]
-version = "0.2"
[badges.appveyor]
repository = "chronotope/chrono"

@ -5,8 +5,8 @@
%global crate chrono
Name: rust-%{crate}
Version: 0.4.10
Release: 4%{?dist}
Version: 0.4.11
Release: 1%{?dist}
Summary: Date and time library for Rust
# Upstream license specification: MIT/Apache-2.0
@ -15,7 +15,6 @@ URL: https://crates.io/crates/chrono
Source: %{crates_source}
# Initial patched metadata
# * No wasm
# * Add missing feature to serde_json, https://github.com/chronotope/chrono/pull/396
Patch0: chrono-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -159,6 +158,9 @@ which use "time" feature of "%{crate}" crate.
%endif
%changelog
* Tue Mar 10 2020 Josh Stone <jistone@redhat.com> - 0.4.11-1
- Update to 0.4.11
* Tue Feb 18 16:57:46 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.4.10-4
- Fix FTBFS, take two

@ -1 +1 @@
SHA512 (chrono-0.4.10.crate) = dc5234407e5845a4934e7da7d5293e79804c6e73d3a7c9d3a78a4062b98fd112d31e3c31a2518fa6ad6b28b98472fc2ca6c6f95515bf3bf971e8c128ac763f47
SHA512 (chrono-0.4.11.crate) = bedb698ae2994fc6fcf858b86a122cdaccd150996eb3e4313f876599cfa2180c2f687cca78ba30860365e04b75911fcdb19b5930fc155d1c17f06ec8197d3da9

Loading…
Cancel
Save