From 4bfdb517a354e3cc6e9acfc3a20fcdda74be4fd9 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 9 Jan 2021 20:16:17 +0100 Subject: [PATCH] update to version 0.2.24 --- .gitignore | 1 + rust-time.spec | 6 +++++- sources | 2 +- time-fix-metadata.diff | 4 ++-- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8bc405f..0014332 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /time-0.2.21.crate /time-0.2.22.crate /time-0.2.23.crate +/time-0.2.24.crate diff --git a/rust-time.spec b/rust-time.spec index 227f529..ce533e4 100644 --- a/rust-time.spec +++ b/rust-time.spec @@ -5,7 +5,7 @@ %global crate time Name: rust-%{crate} -Version: 0.2.23 +Version: 0.2.24 Release: 1%{?dist} Summary: Date and time library @@ -147,6 +147,10 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Sat Jan 09 2021 Fabio Valentini - 0.2.24-1 +- Update to version 0.2.24. +- Fixes RHBZ#1914480 + * Thu Nov 19 2020 Fabio Valentini - 0.2.23-1 - Update to version 0.2.23. - Fixes RHBZ#1898717 diff --git a/sources b/sources index 7b72511..97d4f6d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (time-0.2.23.crate) = e6f473b0e720f1b50715e65ede9ae37807dd7a89251d35c5612ee0925e4e159e0c10059b30c5d9efa3af7215d1643d3b5f2a24446834f13a902ebd553f9b6332 +SHA512 (time-0.2.24.crate) = 79d2b0de1f9529517b0d02cf471c7e73e3f3661ef231fe23f9e694d39eaed9e80e475ef882680e71b28ab92b2b8f1d565c2312501f7bca1e4816719b5c6fda1d diff --git a/time-fix-metadata.diff b/time-fix-metadata.diff index 5c742d7..3e8225b 100644 --- a/time-fix-metadata.diff +++ b/time-fix-metadata.diff @@ -1,5 +1,5 @@ ---- time-0.2.23/Cargo.toml 2020-11-17T22:14:14+00:00 -+++ time-0.2.23/Cargo.toml 2020-11-19T13:09:43.209246+00:00 +--- 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 @@ -64,15 +64,7 @@ default = ["deprecated", "std"] deprecated = []