From f9bb08ea960574ebe24f6c1e08f00f046f592c69 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Apr 29 2020 18:00:31 +0000 Subject: Update to 0.2.11 --- diff --git a/.gitignore b/.gitignore index 2265e6e..4813996 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /time-0.1.42.crate /time-0.2.6.crate /time-0.2.7.crate +/time-0.2.11.crate diff --git a/rust-time.spec b/rust-time.spec index 207a8ad..82d2bcd 100644 --- a/rust-time.spec +++ b/rust-time.spec @@ -5,7 +5,7 @@ %global crate time Name: rust-%{crate} -Version: 0.2.7 +Version: 0.2.11 Release: 1%{?dist} Summary: Date and time library @@ -14,7 +14,7 @@ License: MIT or ASL 2.0 URL: https://crates.io/crates/time Source: %{crates_source} # Initial patched metadata -# * No windows +# * No windows or wasm Patch0: time-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -159,6 +159,12 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Wed Apr 29 2020 Josh Stone - 0.2.11-1 +- Update to 0.2.11 + +* Fri Apr 17 2020 Josh Stone - 0.2.9-1 +- Update to 0.2.9 + * Sun Feb 23 10:26:00 CET 2020 Igor Raits - 0.2.7-1 - Update to 0.2.7 diff --git a/sources b/sources index 60010e5..51e0f52 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (time-0.2.7.crate) = 9788c08d4d4a4ca54c85d13d9def2b2cf0f729041710c97d2c9f552f3094b4cc657d4f192dae375c5d63d63098c15c7ee0ea260249dcfa65d7491106f976fb80 +SHA512 (time-0.2.11.crate) = 986f5f926d65d8d89a0d9827c7e1c67f2e724b13407358e25e9674195808d59df1e349b0300e41dab14bdcee796e1d7c322fd5316ac7bd90f5e83ed88856081e diff --git a/time-fix-metadata.diff b/time-fix-metadata.diff index 890e8fc..6fb11f2 100644 --- a/time-fix-metadata.diff +++ b/time-fix-metadata.diff @@ -1,11 +1,15 @@ ---- time-0.2.7/Cargo.toml 2020-02-22T21:35:55+00:00 -+++ time-0.2.7/Cargo.toml 2020-02-23T09:26:00.240856+00:00 -@@ -45,11 +45,7 @@ +--- time-0.2.9/Cargo.toml 2020-03-13T22:11:48+00:00 ++++ time-0.2.9/Cargo.toml 2020-04-17T23:43:19.893407+00:00 +@@ -55,15 +55,7 @@ default = ["deprecated", "std"] deprecated = [] panicking-api = [] --std = ["libc", "winapi"] -+std = ["libc"] +-std = ["libc", "winapi", "stdweb", "standback/std"] +-[target."cfg(cargo_web)".dependencies.stdweb] +-version = "0.4" +-optional = true +-default-features = false ++std = ["libc", "standback/std"] [target."cfg(unix)".dependencies.libc] version = "0.2" optional = true