From 4abfac1159fe4eb39884308261bd905f5ffeca4a Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 30 Apr 2023 14:11:12 +0200 Subject: [PATCH] Update to version 1.3.2; Fixes RHBZ#2192075 --- .gitignore | 1 + rust-uuid.spec | 3 ++- sources | 2 +- uuid-fix-metadata-auto.diff | 4 ++-- uuid-fix-metadata.diff | 6 +++--- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index b02af4e..30fe5fc 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /uuid-1.2.2.crate /uuid-1.3.0.crate /uuid-1.3.1.crate +/uuid-1.3.2.crate diff --git a/rust-uuid.spec b/rust-uuid.spec index b410772..53c08e3 100644 --- a/rust-uuid.spec +++ b/rust-uuid.spec @@ -5,7 +5,7 @@ %global crate uuid Name: rust-uuid -Version: 1.3.1 +Version: 1.3.2 Release: %autorelease Summary: Library to generate and parse UUIDs @@ -42,6 +42,7 @@ use the "%{crate}" crate. %doc %{crate_instdir}/CODE_OF_CONDUCT.md %doc %{crate_instdir}/CONTRIBUTING.md %doc %{crate_instdir}/README.md +%doc %{crate_instdir}/SECURITY.md %{crate_instdir}/ %package -n %{name}+default-devel diff --git a/sources b/sources index 5828f06..2bb5ece 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uuid-1.3.1.crate) = 53f2782cf4ded7bd84614d819e10979c3d60fb05fbbdf6adc8d282ec6a89be829feccc38fff29203260a4b267f332243cbb4d940d3dd83fc210716bf46e8ba44 +SHA512 (uuid-1.3.2.crate) = b363d881d1eff875db7cf4de7290a41b74df5c419f9b78419ca074e2269f8fd24752f7ada5a87c8e2a6ecd5bb4ffd259bc7e900c8d3b7c709e4251cb449cf982 diff --git a/uuid-fix-metadata-auto.diff b/uuid-fix-metadata-auto.diff index 966b740..9f9f01e 100644 --- a/uuid-fix-metadata-auto.diff +++ b/uuid-fix-metadata-auto.diff @@ -1,5 +1,5 @@ ---- uuid-1.3.1/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ uuid-1.3.1/Cargo.toml 2023-04-14T21:34:43.080760+00:00 +--- uuid-1.3.2/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ uuid-1.3.2/Cargo.toml 2023-04-30T12:07:35.245653+00:00 @@ -173,17 +173,6 @@ ] v8 = [] diff --git a/uuid-fix-metadata.diff b/uuid-fix-metadata.diff index f06f6cc..57967a6 100644 --- a/uuid-fix-metadata.diff +++ b/uuid-fix-metadata.diff @@ -1,11 +1,11 @@ ---- uuid-1.3.1/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ uuid-1.3.1/Cargo.toml 2023-04-14T21:36:00.861013+00:00 +--- uuid-1.3.2/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ uuid-1.3.2/Cargo.toml 2023-04-30T12:08:00.549753+00:00 @@ -114,20 +114,6 @@ version = "2" optional = true -[dependencies.uuid-macro-internal] --version = "1.3.1" +-version = "1.3.2" -optional = true -package = "uuid-macro-internal" -