From adcd6307fa041b9bace2bbfd9de616a8271e1f3c Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 29 Jul 2023 16:58:28 +0200 Subject: [PATCH] Update to version 1.4.1; Fixes RHBZ#2223255 --- .gitignore | 1 + rust-uuid.spec | 2 +- sources | 2 +- uuid-fix-metadata-auto.diff | 4 ++-- uuid-fix-metadata.diff | 6 +++--- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index bbec312..05297c8 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /uuid-1.3.3.crate /uuid-1.3.4.crate /uuid-1.4.0.crate +/uuid-1.4.1.crate diff --git a/rust-uuid.spec b/rust-uuid.spec index 7c81067..7e2533e 100644 --- a/rust-uuid.spec +++ b/rust-uuid.spec @@ -5,7 +5,7 @@ %global crate uuid Name: rust-uuid -Version: 1.4.0 +Version: 1.4.1 Release: %autorelease Summary: Library to generate and parse UUIDs diff --git a/sources b/sources index 45f2446..87d8033 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uuid-1.4.0.crate) = 92acf08ee1f36a3a394422ce9b1cdbe0ccf3fb8d878efe068fd025832af677466622bd1260e853c5232f18b4f5411136595aa07311a3f9886904800bee7cfaa0 +SHA512 (uuid-1.4.1.crate) = 95914b62948941e9dcda7b66b932088b328a23286d163449a72961874f4a856db6db1d60a125e56cd1d7b1c00391485a45520852ea49bd8e5a7b8cae8ecf8b96 diff --git a/uuid-fix-metadata-auto.diff b/uuid-fix-metadata-auto.diff index 264696b..8a9296c 100644 --- a/uuid-fix-metadata-auto.diff +++ b/uuid-fix-metadata-auto.diff @@ -1,5 +1,5 @@ ---- uuid-1.4.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ uuid-1.4.0/Cargo.toml 2023-07-15T14:01:36.550951+00:00 +--- uuid-1.4.1/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ uuid-1.4.1/Cargo.toml 2023-07-29T14:55:39.956040+00:00 @@ -178,17 +178,6 @@ ] v8 = [] diff --git a/uuid-fix-metadata.diff b/uuid-fix-metadata.diff index 7141957..7ebc12e 100644 --- a/uuid-fix-metadata.diff +++ b/uuid-fix-metadata.diff @@ -1,5 +1,5 @@ ---- uuid-1.4.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ uuid-1.4.0/Cargo.toml 2023-07-15T14:01:58.729036+00:00 +--- uuid-1.4.1/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ uuid-1.4.1/Cargo.toml 2023-07-29T14:56:16.540197+00:00 @@ -84,10 +84,6 @@ default-features = false package = "atomic" @@ -16,7 +16,7 @@ optional = true -[dependencies.uuid-macro-internal] --version = "1.4.0" +-version = "1.4.1" -optional = true -package = "uuid-macro-internal" -