Update to version 0.1.9; Fixes RHBZ#2005134

epel9
Fabio Valentini 3 years ago
parent 4aa3bea4c5
commit 63d7f3000f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/unicode-width-0.1.6.crate /unicode-width-0.1.6.crate
/unicode-width-0.1.7.crate /unicode-width-0.1.7.crate
/unicode-width-0.1.8.crate /unicode-width-0.1.8.crate
/unicode-width-0.1.9.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 18
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate unicode-width %global crate unicode-width
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.8 Version: 0.1.9
Release: %autorelease Release: %autorelease
Summary: Determine displayed width of `char` and `str` types Summary: Determine displayed width of `char` and `str` types

@ -1 +1 @@
SHA512 (unicode-width-0.1.8.crate) = 0abba6da6981a2451e01d93bbd47652c46eb6fb07cc0214f33259fb29945bfd5ee2b302e883ddca8f68e921635f222701b7310e7da2a5e225f854980d1e474b0 SHA512 (unicode-width-0.1.9.crate) = 0f5ec46c57e3b5e50cb8430c89db8d9c129e80ca11a9c398b5312bfe95001e19ca3efbfeb01c3ac09c4ce7e26c6ee1f352f7e114ecef78cefd68c54d2d50f5f4

@ -1,15 +1,15 @@
--- unicode-width-0.1.8/Cargo.toml 2020-06-29T15:39:43+00:00 --- unicode-width-0.1.9/Cargo.toml 1970-01-01T00:00:01+00:00
+++ unicode-width-0.1.8/Cargo.toml 2020-11-08T19:48:38.351748+00:00 +++ unicode-width-0.1.9/Cargo.toml 2021-09-27T18:09:03.420843+00:00
@@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@
name = "unicode-width" name = "unicode-width"
version = "0.1.8" version = "0.1.9"
authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"] authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
-exclude = ["target/*", "Cargo.lock"] -exclude = ["target/*", "Cargo.lock"]
+exclude = ["target/*", "Cargo.lock", "/scripts/*"] +exclude = ["target/*", "Cargo.lock", "/scripts/*"]
description = "Determine displayed width of `char` and `str` types\naccording to Unicode Standard Annex #11 rules.\n" 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" homepage = "https://github.com/unicode-rs/unicode-width"
documentation = "https://unicode-rs.github.io/unicode-width" documentation = "https://unicode-rs.github.io/unicode-width"
@@ -22,22 +22,8 @@ @@ -21,22 +21,8 @@
keywords = ["text", "width", "unicode"] keywords = ["text", "width", "unicode"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
repository = "https://github.com/unicode-rs/unicode-width" repository = "https://github.com/unicode-rs/unicode-width"

Loading…
Cancel
Save