Update to 0.1.43

epel9
Josh Stone 5 years ago
parent ab0bcc2002
commit a550d1848e

1
.gitignore vendored

@ -3,3 +3,4 @@
/time-0.1.40.crate /time-0.1.40.crate
/time-0.1.41.crate /time-0.1.41.crate
/time-0.1.42.crate /time-0.1.42.crate
/time-0.1.43.crate

@ -5,8 +5,8 @@
%global crate time %global crate time
Name: rust-%{crate}0.1 Name: rust-%{crate}0.1
Version: 0.1.42 Version: 0.1.43
Release: 2%{?dist} Release: 1%{?dist}
Summary: Utilities for working with time-related functions in Rust Summary: Utilities for working with time-related functions in Rust
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -15,7 +15,6 @@ URL: https://crates.io/crates/time
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * No windows/redox # * No windows/redox
# * Exclude CI files, https://github.com/rust-lang-deprecated/time/pull/170
Patch0: time-fix-metadata.diff Patch0: time-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -87,6 +86,9 @@ which use "rustc-serialize" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Apr 21 2020 Josh Stone <jistone@redhat.com> - 0.1.43-1
- Update to 0.1.43
* Tue Feb 18 04:00:23 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.42-2 * Tue Feb 18 04:00:23 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.42-2
- Disable tests - Disable tests

@ -1 +1 @@
SHA512 (time-0.1.42.crate) = 4df662212377093b0fd8fcd88ddc30b20a8af7d989c2e100c0cf64f9741e88eea6e858e1aa4220be6b76b0cf8b62c8116b492010d74d1ebef197c66aa130aa83 SHA512 (time-0.1.43.crate) = c3e0c68cab1ed2f33f41955f83e632c51924e4d3c1d22dd0c4ae98499e03f3cafde8b0c2d9e69b67a78d6e4055e464ee00d1ed6af5eb9fa75052405b43e24a25

@ -1,25 +1,13 @@
--- time-0.1.42/Cargo.toml 1970-01-01T00:00:00+00:00 --- time-0.1.43/Cargo.toml 2020-04-19T22:31:10+00:00
+++ time-0.1.42/Cargo.toml 2019-06-21T20:09:19.610502+00:00 +++ time-0.1.43/Cargo.toml 2020-04-21T22:44:42.934118+00:00
@@ -19,6 +19,7 @@ @@ -29,10 +29,3 @@
documentation = "https://doc.rust-lang.org/time" optional = true
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-lang/time"
+exclude = ["/.travis.yml", "/appveyor.yml"]
[dependencies.libc]
version = "0.2.1"
@@ -28,14 +29,6 @@
[dev-dependencies.log] [dev-dependencies.log]
version = "0.4" version = "0.4"
-
-[dev-dependencies.winapi] -[dev-dependencies.winapi]
-version = "0.3.0" -version = "0.3.0"
-features = ["std", "processthreadsapi", "winbase"] -features = ["std", "processthreadsapi", "winbase"]
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.1"
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.winapi]
-version = "0.3.0" -version = "0.3.0"
-features = ["std", "minwinbase", "minwindef", "ntdef", "profileapi", "sysinfoapi", "timezoneapi"] -features = ["std", "minwinbase", "minwindef", "ntdef", "profileapi", "sysinfoapi", "timezoneapi"]
[badges.appveyor]
repository = "alexcrichton/time"

Loading…
Cancel
Save