From 5eccb43161d51d1973e66aee8fed7fe77198b69c Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 17 Feb 2024 18:40:58 +0100 Subject: [PATCH] Update to version 0.3.34; Fixes RHBZ#2262208 --- .gitignore | 1 + rust-time.spec | 2 +- sources | 2 +- time-fix-metadata-auto.diff | 8 ++++---- time-fix-metadata.diff | 6 +++--- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index f7e3dcf..2421909 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ /time-0.3.29.crate /time-0.3.30.crate /time-0.3.31.crate +/time-0.3.34.crate diff --git a/rust-time.spec b/rust-time.spec index 9556044..d62fb46 100644 --- a/rust-time.spec +++ b/rust-time.spec @@ -5,7 +5,7 @@ %global crate time Name: rust-time -Version: 0.3.31 +Version: 0.3.34 Release: %autorelease Summary: Date and time library diff --git a/sources b/sources index 7015ea1..5992de3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (time-0.3.31.crate) = e1cf8197f1eb9556e6320268eea35ca4e5ef33020fae94b181cc21d97b56c074b87ea783804cd7b7ff072736e498f0890b7af8e16c5492a12a4597a4cf33c4fa +SHA512 (time-0.3.34.crate) = 3997e1b8d9be2f54184ebc9e1355d4b65f0b7bc9439b2b29e4a4acd86ad3a3aa019261112a24d998d76a7f66b266a86536fa50412279911b14d4d7aa7078c116 diff --git a/time-fix-metadata-auto.diff b/time-fix-metadata-auto.diff index ca782cf..6238890 100644 --- a/time-fix-metadata-auto.diff +++ b/time-fix-metadata-auto.diff @@ -1,6 +1,6 @@ ---- time-0.3.31/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ time-0.3.31/Cargo.toml 2024-01-08T19:44:39.946955+00:00 -@@ -169,18 +169,7 @@ +--- time-0.3.34/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ time-0.3.34/Cargo.toml 2024-02-04T15:25:27.992158+00:00 +@@ -175,18 +175,7 @@ "alloc", "deranged/std", ] @@ -20,7 +20,7 @@ [target."cfg(target_family = \"unix\")".dependencies.libc] version = "0.2.98" -@@ -274,3 +263,4 @@ +@@ -280,3 +269,4 @@ [lints.rustdoc] private-doc-tests = "warn" unescaped-backticks = "warn" diff --git a/time-fix-metadata.diff b/time-fix-metadata.diff index 20bf620..12deee5 100644 --- a/time-fix-metadata.diff +++ b/time-fix-metadata.diff @@ -1,5 +1,5 @@ ---- time-0.3.31/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ time-0.3.31/Cargo.toml 2024-01-08T19:44:52.309999+00:00 +--- time-0.3.34/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ time-0.3.34/Cargo.toml 2024-02-04T15:26:14.750361+00:00 @@ -53,15 +53,6 @@ [lib] bench = false @@ -16,7 +16,7 @@ [dependencies.deranged] version = "0.3.9" features = ["powerfmt"] -@@ -169,7 +160,6 @@ +@@ -175,7 +166,6 @@ "alloc", "deranged/std", ]