Update to 0.1.8

epel9
Josh Stone 5 years ago
parent 5122fd17cb
commit 77781eb7f3

1
.gitignore vendored

@ -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

@ -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 <jistone@redhat.com> - 0.1.8-1
- Update to 0.1.8
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (unicode-width-0.1.7.crate) = 39b8a539c9009d0421f54ae68b139f21456c9cb03d743b58535a977f98bc9655cf42eaacfadbcff796c187a6f315ae16259ee22be9c2da5aa042172c6b464d84
SHA512 (unicode-width-0.1.8.crate) = 0abba6da6981a2451e01d93bbd47652c46eb6fb07cc0214f33259fb29945bfd5ee2b302e883ddca8f68e921635f222701b7310e7da2a5e225f854980d1e474b0

@ -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 <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
-exclude = ["target/*", "Cargo.lock"]
+exclude = ["target/*", "Cargo.lock", "/scripts/*"]

Loading…
Cancel
Save