From e621045d80cf949b8e4df8566ee462ce0fb0be58 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 7 May 2021 15:00:28 +0200 Subject: [PATCH] update to version 0.2.26 --- .gitignore | 1 + rust-time.spec | 6 +++++- sources | 2 +- time-fix-metadata.diff | 10 +++++----- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 10c4c51..0e2bb7a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /time-0.2.23.crate /time-0.2.24.crate /time-0.2.25.crate +/time-0.2.26.crate diff --git a/rust-time.spec b/rust-time.spec index ac3ba03..bc0ba96 100644 --- a/rust-time.spec +++ b/rust-time.spec @@ -5,7 +5,7 @@ %global crate time Name: rust-%{crate} -Version: 0.2.25 +Version: 0.2.26 Release: 1%{?dist} Summary: Date and time library @@ -147,6 +147,10 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Fri Mar 26 2021 Fabio Valentini - 0.2.26-1 +- Update to version 0.2.26. +- Fixes RHBZ#1939365 + * Thu Mar 04 2021 Fabio Valentini - 0.2.25-1 - Update to version 0.2.25. - Fixes RHBZ#1920132 diff --git a/sources b/sources index afd19e3..bc18e09 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (time-0.2.25.crate) = 95f93373032fbce2a28e5be4e4781dd9ac7706637aa80e04e26cc2fb470b74fc77d84655d0cbebc6d0a0b64cf7f495040a3730b6c47b35799c6aea29bf6f1ac5 +SHA512 (time-0.2.26.crate) = 4e3a1d7c48882ae861294fdaad9192b584ff7fa2f11946bb287104ced8d8c7e4b9c8103244b8e87349f13cf971ce83f3c99cb0344c2c7c5e573dc040962c5602 diff --git a/time-fix-metadata.diff b/time-fix-metadata.diff index 9c0a0a8..06eac24 100644 --- a/time-fix-metadata.diff +++ b/time-fix-metadata.diff @@ -1,19 +1,19 @@ ---- time-0.2.25/Cargo.toml 2021-01-25T03:12:16+00:00 -+++ time-0.2.25/Cargo.toml 2021-03-04T01:19:51.770951+00:00 +--- time-0.2.26/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ time-0.2.26/Cargo.toml 2021-03-25T09:51:42.742432+00:00 @@ -64,15 +64,7 @@ default = ["deprecated", "std"] deprecated = [] panicking-api = [] -std = ["libc", "winapi", "stdweb", "standback/std"] -[target."cfg(target_arch = \"wasm32\")".dependencies.stdweb] --version = "0.4" +-version = "0.4.20" -optional = true -default-features = false +std = ["libc", "standback/std"] [target."cfg(unix)".dependencies.libc] - version = "0.2" + version = "0.2.89" optional = true -[target."cfg(windows)".dependencies.winapi] --version = "0.3" +-version = "0.3.9" -features = ["minwinbase", "minwindef", "timezoneapi"] -optional = true