Update to 0.1.7

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 5 years ago
parent 786eb5d2db
commit 955d749cef
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

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

@ -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 <ignatenkobrain@fedoraproject.org> - 0.1.7-1
- Update to 0.1.7
* Sun Sep 01 20:38:58 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.6-1
- Update to 0.1.6

@ -1 +1 @@
SHA512 (unicode-width-0.1.6.crate) = d6c2e5a99ea359d866393a6b00e0e21e5d80e4e665e457c0f2f0bbebda53afeab75b1d9b6b79102339ee621bac5050e7d41621703a8fd9ffe1e74a5a4301aa05
SHA512 (unicode-width-0.1.7.crate) = 39b8a539c9009d0421f54ae68b139f21456c9cb03d743b58535a977f98bc9655cf42eaacfadbcff796c187a6f315ae16259ee22be9c2da5aa042172c6b464d84

@ -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 <kwantam@gmail.com>"]
version = "0.1.7"
authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
-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"

Loading…
Cancel
Save