Update to 0.2.11

epel9
Josh Stone 5 years ago
parent e72267731b
commit f9bb08ea96

1
.gitignore vendored

@ -5,3 +5,4 @@
/time-0.1.42.crate /time-0.1.42.crate
/time-0.2.6.crate /time-0.2.6.crate
/time-0.2.7.crate /time-0.2.7.crate
/time-0.2.11.crate

@ -5,7 +5,7 @@
%global crate time %global crate time
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.7 Version: 0.2.11
Release: 1%{?dist} Release: 1%{?dist}
Summary: Date and time library Summary: Date and time library
@ -14,7 +14,7 @@ License: MIT or ASL 2.0
URL: https://crates.io/crates/time URL: https://crates.io/crates/time
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * No windows # * No windows or wasm
Patch0: time-fix-metadata.diff Patch0: time-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -159,6 +159,12 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Apr 29 2020 Josh Stone <jistone@redhat.com> - 0.2.11-1
- Update to 0.2.11
* Fri Apr 17 2020 Josh Stone <jistone@redhat.com> - 0.2.9-1
- Update to 0.2.9
* Sun Feb 23 10:26:00 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.2.7-1 * Sun Feb 23 10:26:00 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.2.7-1
- Update to 0.2.7 - Update to 0.2.7

@ -1 +1 @@
SHA512 (time-0.2.7.crate) = 9788c08d4d4a4ca54c85d13d9def2b2cf0f729041710c97d2c9f552f3094b4cc657d4f192dae375c5d63d63098c15c7ee0ea260249dcfa65d7491106f976fb80 SHA512 (time-0.2.11.crate) = 986f5f926d65d8d89a0d9827c7e1c67f2e724b13407358e25e9674195808d59df1e349b0300e41dab14bdcee796e1d7c322fd5316ac7bd90f5e83ed88856081e

@ -1,11 +1,15 @@
--- time-0.2.7/Cargo.toml 2020-02-22T21:35:55+00:00 --- time-0.2.9/Cargo.toml 2020-03-13T22:11:48+00:00
+++ time-0.2.7/Cargo.toml 2020-02-23T09:26:00.240856+00:00 +++ time-0.2.9/Cargo.toml 2020-04-17T23:43:19.893407+00:00
@@ -45,11 +45,7 @@ @@ -55,15 +55,7 @@
default = ["deprecated", "std"] default = ["deprecated", "std"]
deprecated = [] deprecated = []
panicking-api = [] panicking-api = []
-std = ["libc", "winapi"] -std = ["libc", "winapi", "stdweb", "standback/std"]
+std = ["libc"] -[target."cfg(cargo_web)".dependencies.stdweb]
-version = "0.4"
-optional = true
-default-features = false
+std = ["libc", "standback/std"]
[target."cfg(unix)".dependencies.libc] [target."cfg(unix)".dependencies.libc]
version = "0.2" version = "0.2"
optional = true optional = true

Loading…
Cancel
Save