diff --git a/.gitignore b/.gitignore index a861957..fe039ca 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /time-0.2.15.crate /time-0.2.16.crate /time-0.2.21.crate +/time-0.2.22.crate diff --git a/rust-time.spec b/rust-time.spec index 8e454e5..e0476e4 100644 --- a/rust-time.spec +++ b/rust-time.spec @@ -5,7 +5,7 @@ %global crate time Name: rust-%{crate} -Version: 0.2.21 +Version: 0.2.22 Release: 1%{?dist} Summary: Date and time library @@ -147,6 +147,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Thu Oct 01 2020 Fabio Valentini - 0.2.22-1 +- Update to version 0.2.22. + * Mon Sep 21 2020 Fabio Valentini - 0.2.21-1 - Update to version 0.2.21. diff --git a/sources b/sources index f04a84d..aae5abf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (time-0.2.21.crate) = 3c49a7b72c6ba53b3ddc7e4befb4446f961e52a96a3c38a603fea03f3e1a2199d7dcc9995f35ca7acbf638c950781dc6ca3261285c377d72d4979a72ec7d567c +SHA512 (time-0.2.22.crate) = a6ccbe5ca24d2c5937fdddc35c181a6ca0e7de294445b397d62d44278adca9cadb5c65b938257e3f6721771b0b9e17495e965c40c83265ac2b411dca13d1249c diff --git a/time-fix-metadata.diff b/time-fix-metadata.diff index 8a51ad2..e5ac286 100644 --- a/time-fix-metadata.diff +++ b/time-fix-metadata.diff @@ -1,6 +1,6 @@ ---- time-0.2.21/Cargo.toml 2020-09-16T22:14:32+00:00 -+++ time-0.2.21/Cargo.toml 2020-09-17T09:38:23.315849+00:00 -@@ -60,15 +60,7 @@ +--- time-0.2.22/Cargo.toml 2020-09-26T01:27:42+00:00 ++++ time-0.2.22/Cargo.toml 2020-10-01T11:58:50.743925+00:00 +@@ -64,15 +64,8 @@ default = ["deprecated", "std"] deprecated = [] panicking-api = [] @@ -10,6 +10,7 @@ -optional = true -default-features = false +std = ["libc", "standback/std"] ++ [target."cfg(unix)".dependencies.libc] version = "0.2" optional = true