From 77781eb7f3958aa0055976aacf6f10ed3aa2a1c4 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 10 Jul 2020 16:46:40 -0700 Subject: [PATCH] Update to 0.1.8 --- .gitignore | 1 + rust-unicode-width.spec | 7 +++++-- sources | 2 +- unicode-width-fix-metadata.diff | 6 +++--- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index cdf2265..6cd3f80 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /unicode-width-0.1.5.crate /unicode-width-0.1.6.crate /unicode-width-0.1.7.crate +/unicode-width-0.1.8.crate diff --git a/rust-unicode-width.spec b/rust-unicode-width.spec index 010bc34..834fcf5 100644 --- a/rust-unicode-width.spec +++ b/rust-unicode-width.spec @@ -5,8 +5,8 @@ %global crate unicode-width Name: rust-%{crate} -Version: 0.1.7 -Release: 3%{?dist} +Version: 0.1.8 +Release: 1%{?dist} Summary: Determine displayed width of `char` and `str` types # Upstream license specification: MIT/Apache-2.0 @@ -147,6 +147,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 10 2020 Josh Stone - 0.1.8-1 +- Update to 0.1.8 + * Thu Jan 30 2020 Fedora Release Engineering - 0.1.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index ca1659d..6dd915e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (unicode-width-0.1.7.crate) = 39b8a539c9009d0421f54ae68b139f21456c9cb03d743b58535a977f98bc9655cf42eaacfadbcff796c187a6f315ae16259ee22be9c2da5aa042172c6b464d84 +SHA512 (unicode-width-0.1.8.crate) = 0abba6da6981a2451e01d93bbd47652c46eb6fb07cc0214f33259fb29945bfd5ee2b302e883ddca8f68e921635f222701b7310e7da2a5e225f854980d1e474b0 diff --git a/unicode-width-fix-metadata.diff b/unicode-width-fix-metadata.diff index 3c16564..449ddea 100644 --- a/unicode-width-fix-metadata.diff +++ b/unicode-width-fix-metadata.diff @@ -1,8 +1,8 @@ ---- unicode-width-0.1.7/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ unicode-width-0.1.7/Cargo.toml 2019-12-11T13:56:58.642516+00:00 +--- unicode-width-0.1.8/Cargo.toml 2020-06-29T15:39:43+00:00 ++++ unicode-width-0.1.8/Cargo.toml 2020-07-10T23:45:09.569989+00:00 @@ -14,7 +14,7 @@ name = "unicode-width" - version = "0.1.7" + version = "0.1.8" authors = ["kwantam ", "Manish Goregaokar "] -exclude = ["target/*", "Cargo.lock"] +exclude = ["target/*", "Cargo.lock", "/scripts/*"]