From 9550e73032a3d7c7e1be7cec621873b24afe42a5 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jan 04 2018 12:31:08 +0000 Subject: Update to 0.1.39 Signed-off-by: Igor Gnatenko --- diff --git a/.gitignore b/.gitignore index 88686af..ba51906 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /time-0.1.38.crate +/time-0.1.39.crate diff --git a/rust-time.spec b/rust-time.spec index 70889c7..bf77c5b 100644 --- a/rust-time.spec +++ b/rust-time.spec @@ -5,16 +5,16 @@ %global crate time Name: rust-%{crate} -Version: 0.1.38 -Release: 2%{?dist} +Version: 0.1.39 +Release: 1%{?dist} Summary: Utilities for working with time-related functions in Rust License: MIT or ASL 2.0 URL: https://crates.io/crates/time Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate # Initial patched metadata -# * No windows -Patch0: time-0.1.38-fix-metadata.diff +# * No windows/redox +Patch0: time-0.1.39-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -62,6 +62,9 @@ which use %{crate} from crates.io. %exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml %changelog +* Thu Jan 04 2018 Igor Gnatenko - 0.1.39-1 +- Update to 0.1.39 + * Mon Nov 06 2017 Igor Gnatenko - 0.1.38-2 - Exclude unneeded files diff --git a/sources b/sources index c7237bc..aa1db71 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (time-0.1.38.crate) = 9052d6bc6c9222d331d23f7cb79b534bea6b1cc0f259c97f465321bcdad11b643cbd2e9bb3a456770a19a2a84dabfbab55e522cbb745f4c64e228736eaaeaf24 +SHA512 (time-0.1.39.crate) = 522e9f3a1fc712a6dbb428d5bfe4ea32067028137d5c68c3e9059bb31c874785993aace65e9ac137fb8355f762def9c2602ec08217f395d8ef8bfc790b38108d diff --git a/time-0.1.38-fix-metadata.diff b/time-0.1.38-fix-metadata.diff deleted file mode 100644 index a4e7f23..0000000 --- a/time-0.1.38-fix-metadata.diff +++ /dev/null @@ -1,18 +0,0 @@ ---- time-0.1.38/Cargo.toml 2017-07-07T16:14:17+02:00 -+++ time-0.1.38/Cargo.toml 2017-07-07T20:06:24.936383+02:00 -@@ -15,15 +15,5 @@ - libc = "0.2.1" - rustc-serialize = { version = "0.3", optional = true } - --[target.'cfg(target_os = "redox")'.dependencies] --redox_syscall = "0.1" -- --[target.'cfg(windows)'.dependencies] --winapi = "0.2.0" --kernel32-sys = "0.2.0" -- - [dev-dependencies] - log = "0.3" -- --[target.'cfg(windows)'.dev-dependencies] --advapi32-sys = "0.1.2" diff --git a/time-0.1.39-fix-metadata.diff b/time-0.1.39-fix-metadata.diff new file mode 100644 index 0000000..4a2af44 --- /dev/null +++ b/time-0.1.39-fix-metadata.diff @@ -0,0 +1,17 @@ +--- time-0.1.39/Cargo.toml 1970-01-01T01:00:00+01:00 ++++ time-0.1.39/Cargo.toml 2018-01-04T13:30:37.989527+01:00 +@@ -28,14 +28,6 @@ + [dev-dependencies.log] + version = "0.3" + +-[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" +