Update to version 0.1.11; Fixes RHBZ#2239701

epel9 imports/e9/rust-unicode-width-0.1.11-1.el9
Fabio Valentini 1 year ago
parent 21b63979e9
commit 6a311009be
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/unicode-width-0.1.8.crate
/unicode-width-0.1.9.crate
/unicode-width-0.1.10.crate
/unicode-width-0.1.11.crate

@ -1,3 +0,0 @@
# rust-unicode-width
The rust-unicode-width package

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate unicode-width
Name: rust-unicode-width
Version: 0.1.10
Version: 0.1.11
Release: %autorelease
Summary: Determine displayed width of `char` and `str` types
@ -17,8 +17,6 @@ Source: %{crates_source}
# * exclude scripts that are only useful for upstream development
Patch: unicode-width-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:

@ -1,4 +1,5 @@
[DEFAULT]
summary = Determine displayed width of `char` and `str` types
unwanted-features =
compiler_builtins
core

@ -1 +1 @@
SHA512 (unicode-width-0.1.10.crate) = 9836a8d489d18ea1ecfe1957ed6d5da7dce825e138cd1848aef093fa8d2eb83fcf01eabb1a2446df4f5ede4e67316e9e81b5d58b59d4e8c5d67870e8fa5dca3b
SHA512 (unicode-width-0.1.11.crate) = ee06f4144525424327a17578642565f396802f0eea539b3bebc8d9627376a8bc6c5376d83a6ee577068e99fe75815bd765e6d49fb9ab9b253d00594bb15a5ffe

@ -1,5 +1,5 @@
--- unicode-width-0.1.10/Cargo.toml 1970-01-01T00:00:01+00:00
+++ unicode-width-0.1.10/Cargo.toml 2022-10-05T12:49:14.698922+00:00
--- unicode-width-0.1.11/Cargo.toml 1970-01-01T00:00:01+00:00
+++ unicode-width-0.1.11/Cargo.toml 2023-09-19T19:23:32.582543+00:00
@@ -19,6 +19,7 @@
exclude = [
"target/*",

Loading…
Cancel
Save