From 8b910ca5de29c56312289d675dbea9dd3bf82ee9 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 25 Nov 2023 13:09:30 +0100 Subject: [PATCH] Update to version 1.6.1; Fixes RHBZ#2250575 --- .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 b8aeec8..2eb5097 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /uuid-1.4.0.crate /uuid-1.4.1.crate /uuid-1.5.0.crate +/uuid-1.6.1.crate diff --git a/rust-uuid.spec b/rust-uuid.spec index abab793..055671e 100644 --- a/rust-uuid.spec +++ b/rust-uuid.spec @@ -5,7 +5,7 @@ %global crate uuid Name: rust-uuid -Version: 1.5.0 +Version: 1.6.1 Release: %autorelease Summary: Library to generate and parse UUIDs diff --git a/sources b/sources index cf2da61..813ac50 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uuid-1.5.0.crate) = 42494524d5e837558d6254adbc5749ebabfca018b3d41b47a5ebf5925e37005e02ebd1a20a1cfc59cdfcfb5bb87656a7ef5e1383681363c3ae3df2ca3adea3b5 +SHA512 (uuid-1.6.1.crate) = b9f3dbad176b3640b4b943d127ac8fcd0938e7bc750430626cc603efdcf5faf479f8de7940d64ed1b5b6e6378b42a1aaf3c1e791ee59b9db9394409261cf3c55 diff --git a/uuid-fix-metadata-auto.diff b/uuid-fix-metadata-auto.diff index dda99c2..ebe9c01 100644 --- a/uuid-fix-metadata-auto.diff +++ b/uuid-fix-metadata-auto.diff @@ -1,5 +1,5 @@ ---- uuid-1.5.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ uuid-1.5.0/Cargo.toml 2023-10-19T14:36:57.156620+00:00 +--- uuid-1.6.1/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ uuid-1.6.1/Cargo.toml 2023-11-25T12:07:02.306458+00:00 @@ -184,17 +184,6 @@ ] v8 = [] diff --git a/uuid-fix-metadata.diff b/uuid-fix-metadata.diff index 5da52ca..8489e4e 100644 --- a/uuid-fix-metadata.diff +++ b/uuid-fix-metadata.diff @@ -1,5 +1,5 @@ ---- uuid-1.5.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ uuid-1.5.0/Cargo.toml 2023-10-19T14:37:41.348829+00:00 +--- uuid-1.6.1/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ uuid-1.6.1/Cargo.toml 2023-11-25T12:07:30.448571+00:00 @@ -85,10 +85,6 @@ default-features = false package = "atomic" @@ -16,7 +16,7 @@ optional = true -[dependencies.uuid-macro-internal] --version = "1.5.0" +-version = "1.6.1" -optional = true -package = "uuid-macro-internal" -