From d43a295ce8e217354e44f6f6541cf134a9bca209 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 3 Feb 2023 14:19:00 +0100 Subject: [PATCH] Update to version 1.3.0; Fixes RHBZ#2166236 --- .gitignore | 1 + rust-uuid.spec | 2 +- sources | 2 +- uuid-fix-metadata-auto.diff | 6 +++--- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 07aeecf..8315706 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /uuid-1.2.0.crate /uuid-1.2.1.crate /uuid-1.2.2.crate +/uuid-1.3.0.crate diff --git a/rust-uuid.spec b/rust-uuid.spec index 1e9dcb2..fadf42c 100644 --- a/rust-uuid.spec +++ b/rust-uuid.spec @@ -5,7 +5,7 @@ %global crate uuid Name: rust-uuid -Version: 1.2.2 +Version: 1.3.0 Release: %autorelease Summary: Library to generate and parse UUIDs diff --git a/sources b/sources index 518de01..be7e4a2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uuid-1.2.2.crate) = 6036d9e115a99b4359ae52c00bd194639d0e37afb86713cf8cec21ba67c71b89b0b10e3c08d9603f948023b532a75f869bee4d11e6ba8a9ef844f7464b028037 +SHA512 (uuid-1.3.0.crate) = 0914998dc2d516c215b1309a2527af557cecfbbd57f793d416d7ce6520b75dac60951d7e0951d10f251e8bb66733615e502c946acdaa503aba2fc0e3d4a874da diff --git a/uuid-fix-metadata-auto.diff b/uuid-fix-metadata-auto.diff index aa5f3e1..7e85369 100644 --- a/uuid-fix-metadata-auto.diff +++ b/uuid-fix-metadata-auto.diff @@ -1,5 +1,5 @@ ---- uuid-1.2.2/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ uuid-1.2.2/Cargo.toml 1970-01-01T00:00:01+00:00 +--- uuid-1.3.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ uuid-1.3.0/Cargo.toml 1970-01-01T00:00:01+00:00 @@ -173,17 +173,6 @@ ] v8 = [] @@ -12,7 +12,7 @@ -version = "0.3" - -[target."cfg(windows)".dev-dependencies.windows-sys] --version = "0.42.0" +-version = "0.45.0" -features = ["Win32_System_Com"] - [badges.is-it-maintained-issue-resolution]