diff --git a/.gitignore b/.gitignore index 0014332..10c4c51 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /time-0.2.22.crate /time-0.2.23.crate /time-0.2.24.crate +/time-0.2.25.crate diff --git a/rust-time.spec b/rust-time.spec index b6e5470..ac3ba03 100644 --- a/rust-time.spec +++ b/rust-time.spec @@ -5,8 +5,8 @@ %global crate time Name: rust-%{crate} -Version: 0.2.24 -Release: 2%{?dist} +Version: 0.2.25 +Release: 1%{?dist} Summary: Date and time library # Upstream license specification: MIT OR Apache-2.0 @@ -147,6 +147,10 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Thu Mar 04 2021 Fabio Valentini - 0.2.25-1 +- Update to version 0.2.25. +- Fixes RHBZ#1920132 + * Wed Jan 27 2021 Fedora Release Engineering - 0.2.24-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index 97d4f6d..afd19e3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (time-0.2.24.crate) = 79d2b0de1f9529517b0d02cf471c7e73e3f3661ef231fe23f9e694d39eaed9e80e475ef882680e71b28ab92b2b8f1d565c2312501f7bca1e4816719b5c6fda1d +SHA512 (time-0.2.25.crate) = 95f93373032fbce2a28e5be4e4781dd9ac7706637aa80e04e26cc2fb470b74fc77d84655d0cbebc6d0a0b64cf7f495040a3730b6c47b35799c6aea29bf6f1ac5 diff --git a/time-fix-metadata.diff b/time-fix-metadata.diff index 3e8225b..9c0a0a8 100644 --- a/time-fix-metadata.diff +++ b/time-fix-metadata.diff @@ -1,5 +1,5 @@ ---- time-0.2.24/Cargo.toml 2021-01-09T02:18:10+00:00 -+++ time-0.2.24/Cargo.toml 2021-01-09T19:12:55.633006+00:00 +--- 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 @@ -64,15 +64,7 @@ default = ["deprecated", "std"] deprecated = []