From e56a7a380fdb5362fe008198fb9b333281289a83 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sep 25 2023 14:40:55 +0000 Subject: Update to version 0.3.29; Fixes RHBZ#2240432 --- diff --git a/.gitignore b/.gitignore index a0d1ae6..46b290f 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /time-0.3.22.crate /time-0.3.23.crate /time-0.3.28.crate +/time-0.3.29.crate diff --git a/rust-time.spec b/rust-time.spec index b13e15b..df9bc70 100644 --- a/rust-time.spec +++ b/rust-time.spec @@ -5,7 +5,7 @@ %global crate time Name: rust-time -Version: 0.3.28 +Version: 0.3.29 Release: %autorelease Summary: Date and time library diff --git a/sources b/sources index 005edbd..a4ddb2f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (time-0.3.28.crate) = 97bc516631586d089797a5a35bf7d487084f1f1ad8b59a5a5454c07c2cb4f20de666ebb67c5ff539cab3fd2dd0c2498f3a4d4ae64541c0f3b1f56abccd58dcce +SHA512 (time-0.3.29.crate) = e3d41b037fc190524d420adc581fa65a8f2aa61100df2a6d81291d7a65e04578c76dd97a5a48a96a6bacf026d2808dc2f82e4e9d559a6d0856d90c909effe115 diff --git a/time-fix-metadata-auto.diff b/time-fix-metadata-auto.diff index 23b5bee..2bbd064 100644 --- a/time-fix-metadata-auto.diff +++ b/time-fix-metadata-auto.diff @@ -1,6 +1,6 @@ ---- time-0.3.28/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ time-0.3.28/Cargo.toml 2023-09-12T18:12:08.308741+00:00 -@@ -157,18 +157,7 @@ +--- time-0.3.29/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ time-0.3.29/Cargo.toml 2023-09-25T14:04:27.462156+00:00 +@@ -164,18 +164,7 @@ "alloc", "deranged/std", ] diff --git a/time-fix-metadata.diff b/time-fix-metadata.diff index f258804..9d0ee5b 100644 --- a/time-fix-metadata.diff +++ b/time-fix-metadata.diff @@ -1,5 +1,5 @@ ---- time-0.3.28/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ time-0.3.28/Cargo.toml 2023-09-12T18:12:20.647793+00:00 +--- time-0.3.29/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ time-0.3.29/Cargo.toml 2023-09-25T14:04:39.547209+00:00 @@ -52,15 +52,6 @@ [lib] @@ -16,7 +16,7 @@ [dependencies.deranged] version = "0.3.7" -@@ -157,7 +148,6 @@ +@@ -164,7 +155,6 @@ "alloc", "deranged/std", ]