From e0a674ccbd0852c120d92f3ff4afadfe9953b848 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 5 Jun 2024 21:43:21 +0200 Subject: [PATCH] Update to version 0.1.13; Fixes RHBZ#2290397 --- .gitignore | 1 + rust-unicode-width.spec | 2 +- sources | 2 +- unicode-width-fix-metadata.diff | 15 ++++++++------- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 0a6029c..f5d304c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /unicode-width-0.1.10.crate /unicode-width-0.1.11.crate /unicode-width-0.1.12.crate +/unicode-width-0.1.13.crate diff --git a/rust-unicode-width.spec b/rust-unicode-width.spec index b22f5ed..abe875a 100644 --- a/rust-unicode-width.spec +++ b/rust-unicode-width.spec @@ -5,7 +5,7 @@ %global crate unicode-width Name: rust-unicode-width -Version: 0.1.12 +Version: 0.1.13 Release: %autorelease Summary: Determine displayed width of 'char' and 'str' types diff --git a/sources b/sources index 964b462..02ace9e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (unicode-width-0.1.12.crate) = 0bafd7a69bdf49c849e7c063ebf0487eca8a76244e3bc18c9a5f4609465dc0e5d482daceb6a9a6f4125b801bf7063cb8225fdb55173e5dc55e7bf278300df1b4 +SHA512 (unicode-width-0.1.13.crate) = 9781d6dab2c6343e8c28ec66b50cb4293261bb2114e122fa80ad2facdb23020f5b621c38030193b918669e58adf143808e5ab4c507c18beb6dc61e97b2e296f4 diff --git a/unicode-width-fix-metadata.diff b/unicode-width-fix-metadata.diff index e1cd500..62d265d 100644 --- a/unicode-width-fix-metadata.diff +++ b/unicode-width-fix-metadata.diff @@ -1,10 +1,11 @@ ---- unicode-width-0.1.12/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ unicode-width-0.1.12/Cargo.toml 2024-05-08T18:18:48.311229+00:00 -@@ -20,6 +20,7 @@ - exclude = [ - "target/*", - "Cargo.lock", -+ "/scripts/*", +--- unicode-width-0.1.13/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ unicode-width-0.1.13/Cargo.toml 2024-06-05T19:41:40.583470+00:00 +@@ -17,7 +17,7 @@ + "kwantam ", + "Manish Goregaokar ", ] +-exclude = ["/.github/*"] ++exclude = ["/scripts/*"] description = """ Determine displayed width of `char` and `str` types + according to Unicode Standard Annex #11 rules.