From 955d749cefafce990917d8d684edd61e58be91eb Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 11 Dec 2019 14:57:39 +0100 Subject: [PATCH] Update to 0.1.7 Signed-off-by: Igor Gnatenko --- .gitignore | 1 + rust-unicode-width.spec | 7 +++++-- sources | 2 +- unicode-width-fix-metadata.diff | 8 ++++---- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index a24ab61..cdf2265 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /unicode-width-0.1.4.crate /unicode-width-0.1.5.crate /unicode-width-0.1.6.crate +/unicode-width-0.1.7.crate diff --git a/rust-unicode-width.spec b/rust-unicode-width.spec index 9c6c485..7a904e9 100644 --- a/rust-unicode-width.spec +++ b/rust-unicode-width.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 10 +# Generated by rust2rpm 11 %bcond_without check %global debug_package %{nil} %global crate unicode-width Name: rust-%{crate} -Version: 0.1.6 +Version: 0.1.7 Release: 1%{?dist} Summary: Determine displayed width of `char` and `str` types @@ -147,6 +147,9 @@ which use "rustc-std-workspace-std" feature of "%{crate}" crate. %endif %changelog +* Wed Dec 11 14:57:10 CET 2019 Igor Gnatenko - 0.1.7-1 +- Update to 0.1.7 + * Sun Sep 01 20:38:58 CEST 2019 Igor Gnatenko - 0.1.6-1 - Update to 0.1.6 diff --git a/sources b/sources index a1125b6..ca1659d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (unicode-width-0.1.6.crate) = d6c2e5a99ea359d866393a6b00e0e21e5d80e4e665e457c0f2f0bbebda53afeab75b1d9b6b79102339ee621bac5050e7d41621703a8fd9ffe1e74a5a4301aa05 +SHA512 (unicode-width-0.1.7.crate) = 39b8a539c9009d0421f54ae68b139f21456c9cb03d743b58535a977f98bc9655cf42eaacfadbcff796c187a6f315ae16259ee22be9c2da5aa042172c6b464d84 diff --git a/unicode-width-fix-metadata.diff b/unicode-width-fix-metadata.diff index 5b2f85f..3c16564 100644 --- a/unicode-width-fix-metadata.diff +++ b/unicode-width-fix-metadata.diff @@ -1,9 +1,9 @@ ---- unicode-width-0.1.6/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ unicode-width-0.1.6/Cargo.toml 2019-09-01T18:40:11.672002+00:00 +--- 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 @@ -14,7 +14,7 @@ name = "unicode-width" - version = "0.1.6" - authors = ["kwantam "] + version = "0.1.7" + authors = ["kwantam ", "Manish Goregaokar "] -exclude = ["target/*", "Cargo.lock"] +exclude = ["target/*", "Cargo.lock", "/scripts/*"] description = "Determine displayed width of `char` and `str` types\naccording to Unicode Standard Annex #11 rules.\n"