diff --git a/.gitignore b/.gitignore index 570fa8f..1e7a3ae 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /time-0.1.40.crate /time-0.1.41.crate /time-0.1.42.crate +/time-0.1.43.crate diff --git a/rust-time0.1.spec b/rust-time0.1.spec index 1086b13..6c5c03d 100644 --- a/rust-time0.1.spec +++ b/rust-time0.1.spec @@ -5,8 +5,8 @@ %global crate time Name: rust-%{crate}0.1 -Version: 0.1.42 -Release: 2%{?dist} +Version: 0.1.43 +Release: 1%{?dist} Summary: Utilities for working with time-related functions in Rust # Upstream license specification: MIT/Apache-2.0 @@ -15,7 +15,6 @@ URL: https://crates.io/crates/time Source: %{crates_source} # Initial patched metadata # * No windows/redox -# * Exclude CI files, https://github.com/rust-lang-deprecated/time/pull/170 Patch0: time-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -87,6 +86,9 @@ which use "rustc-serialize" feature of "%{crate}" crate. %endif %changelog +* Tue Apr 21 2020 Josh Stone - 0.1.43-1 +- Update to 0.1.43 + * Tue Feb 18 04:00:23 CET 2020 Igor Raits - 0.1.42-2 - Disable tests diff --git a/sources b/sources index 92d4672..59a47eb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (time-0.1.42.crate) = 4df662212377093b0fd8fcd88ddc30b20a8af7d989c2e100c0cf64f9741e88eea6e858e1aa4220be6b76b0cf8b62c8116b492010d74d1ebef197c66aa130aa83 +SHA512 (time-0.1.43.crate) = c3e0c68cab1ed2f33f41955f83e632c51924e4d3c1d22dd0c4ae98499e03f3cafde8b0c2d9e69b67a78d6e4055e464ee00d1ed6af5eb9fa75052405b43e24a25 diff --git a/time-fix-metadata.diff b/time-fix-metadata.diff index 9e2abb5..be4176d 100644 --- a/time-fix-metadata.diff +++ b/time-fix-metadata.diff @@ -1,25 +1,13 @@ ---- time-0.1.42/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ time-0.1.42/Cargo.toml 2019-06-21T20:09:19.610502+00:00 -@@ -19,6 +19,7 @@ - documentation = "https://doc.rust-lang.org/time" - 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 @@ +--- time-0.1.43/Cargo.toml 2020-04-19T22:31:10+00:00 ++++ time-0.1.43/Cargo.toml 2020-04-21T22:44:42.934118+00:00 +@@ -29,10 +29,3 @@ + optional = true [dev-dependencies.log] version = "0.4" - +- -[dev-dependencies.winapi] -version = "0.3.0" -features = ["std", "processthreadsapi", "winbase"] --[target."cfg(target_os = \"redox\")".dependencies.redox_syscall] --version = "0.1" -[target."cfg(windows)".dependencies.winapi] -version = "0.3.0" -features = ["std", "minwinbase", "minwindef", "ntdef", "profileapi", "sysinfoapi", "timezoneapi"] - [badges.appveyor] - repository = "alexcrichton/time" -