From 9c59c3a8b837ccb0171eed439577a9aed1ab66c6 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 23 Jun 2023 23:53:03 +0200 Subject: [PATCH] Update to version 1.3.4; Fixes RHBZ#2214494 --- .gitignore | 1 + rust-uuid.spec | 2 +- sources | 2 +- uuid-fix-metadata-auto.diff | 8 ++++---- uuid-fix-metadata.diff | 6 +++--- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index e8cc168..be3a046 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /uuid-1.3.1.crate /uuid-1.3.2.crate /uuid-1.3.3.crate +/uuid-1.3.4.crate diff --git a/rust-uuid.spec b/rust-uuid.spec index 73aa2f3..b88b2b9 100644 --- a/rust-uuid.spec +++ b/rust-uuid.spec @@ -5,7 +5,7 @@ %global crate uuid Name: rust-uuid -Version: 1.3.3 +Version: 1.3.4 Release: %autorelease Summary: Library to generate and parse UUIDs diff --git a/sources b/sources index 82d80cd..69ac173 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uuid-1.3.3.crate) = 34a545f72acc1c9ff3d55667c19b652d9900be4a7c3b63a86c59ac74e3324fe3d67ee429c5225b44084c042dca20a70455de1540683dbfea80a5f400cb9fd4aa +SHA512 (uuid-1.3.4.crate) = 42eb9c8f39f4424b1a40669eb8abd7d81b0bf1020a3433aa34f2022eb62facf4796462cfe2e6fba69c1e5ec63a2f81c1dda72094aaa0fdeb2bbf83acd43c6899 diff --git a/uuid-fix-metadata-auto.diff b/uuid-fix-metadata-auto.diff index aa774f7..de70777 100644 --- a/uuid-fix-metadata-auto.diff +++ b/uuid-fix-metadata-auto.diff @@ -1,14 +1,14 @@ ---- uuid-1.3.3/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ uuid-1.3.3/Cargo.toml 2023-05-17T13:06:26.241008+00:00 +--- uuid-1.3.4/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ uuid-1.3.4/Cargo.toml 2023-06-23T21:50:50.179657+00:00 @@ -173,17 +173,6 @@ ] v8 = [] --[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen] +-[target."cfg(target = \"wasm32-unknown-unknown\")".dev-dependencies.wasm-bindgen] -version = "0.2" -package = "wasm-bindgen" - --[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] +-[target."cfg(target = \"wasm32-unknown-unknown\")".dev-dependencies.wasm-bindgen-test] -version = "0.3" - -[target."cfg(windows)".dev-dependencies.windows-sys] diff --git a/uuid-fix-metadata.diff b/uuid-fix-metadata.diff index 1f2f2fe..2c89237 100644 --- a/uuid-fix-metadata.diff +++ b/uuid-fix-metadata.diff @@ -1,11 +1,11 @@ ---- uuid-1.3.3/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ uuid-1.3.3/Cargo.toml 2023-05-17T13:06:58.523154+00:00 +--- uuid-1.3.4/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ uuid-1.3.4/Cargo.toml 2023-06-23T21:51:15.198751+00:00 @@ -114,20 +114,6 @@ version = "2" optional = true -[dependencies.uuid-macro-internal] --version = "1.3.3" +-version = "1.3.4" -optional = true -package = "uuid-macro-internal" -