diff --git a/.gitignore b/.gitignore index 6cd3f80..da4b6cc 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /unicode-width-0.1.6.crate /unicode-width-0.1.7.crate /unicode-width-0.1.8.crate +/unicode-width-0.1.9.crate diff --git a/rust-unicode-width.spec b/rust-unicode-width.spec index 778633d..ab4aac8 100644 --- a/rust-unicode-width.spec +++ b/rust-unicode-width.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 13 +# Generated by rust2rpm 18 %bcond_without check %global debug_package %{nil} %global crate unicode-width Name: rust-%{crate} -Version: 0.1.8 +Version: 0.1.9 Release: %autorelease Summary: Determine displayed width of `char` and `str` types diff --git a/sources b/sources index 6dd915e..3ed651a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (unicode-width-0.1.8.crate) = 0abba6da6981a2451e01d93bbd47652c46eb6fb07cc0214f33259fb29945bfd5ee2b302e883ddca8f68e921635f222701b7310e7da2a5e225f854980d1e474b0 +SHA512 (unicode-width-0.1.9.crate) = 0f5ec46c57e3b5e50cb8430c89db8d9c129e80ca11a9c398b5312bfe95001e19ca3efbfeb01c3ac09c4ce7e26c6ee1f352f7e114ecef78cefd68c54d2d50f5f4 diff --git a/unicode-width-fix-metadata.diff b/unicode-width-fix-metadata.diff index f50582b..97cdc64 100644 --- a/unicode-width-fix-metadata.diff +++ b/unicode-width-fix-metadata.diff @@ -1,15 +1,15 @@ ---- unicode-width-0.1.8/Cargo.toml 2020-06-29T15:39:43+00:00 -+++ unicode-width-0.1.8/Cargo.toml 2020-11-08T19:48:38.351748+00:00 -@@ -14,7 +14,7 @@ +--- unicode-width-0.1.9/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ unicode-width-0.1.9/Cargo.toml 2021-09-27T18:09:03.420843+00:00 +@@ -13,7 +13,7 @@ name = "unicode-width" - version = "0.1.8" + version = "0.1.9" 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" homepage = "https://github.com/unicode-rs/unicode-width" documentation = "https://unicode-rs.github.io/unicode-width" -@@ -22,22 +22,8 @@ +@@ -21,22 +21,8 @@ keywords = ["text", "width", "unicode"] license = "MIT/Apache-2.0" repository = "https://github.com/unicode-rs/unicode-width"