Update to version 0.1.7; Fixes RHBZ#2250697

epel9 imports/e9/rust-utf8-width-0.1.7-1.el9
Fabio Valentini 1 year ago
parent 99691f6a3c
commit 9627ffd9f3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/utf8-width-0.1.4.crate
/utf8-width-0.1.5.crate
/utf8-width-0.1.6.crate
/utf8-width-0.1.7.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate utf8-width
Name: rust-utf8-width
Version: 0.1.6
Version: 0.1.7
Release: %autorelease
Summary: Determine the width of a UTF-8 character by providing its first byte
@ -13,7 +13,7 @@ License: MIT
URL: https://crates.io/crates/utf8-width
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
To determine the width of a UTF-8 character by providing its first byte.}
@ -47,7 +47,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1,2 +0,0 @@
[DEFAULT]
summary = Determine the width of a UTF-8 character by providing its first byte

@ -0,0 +1,3 @@
[package]
summary = "Determine the width of a UTF-8 character by providing its first byte"

@ -1 +1 @@
SHA512 (utf8-width-0.1.6.crate) = 2c51e38c7fa2a2c113ff74164067e49e2e615048144f3065c228a965804029447f7a1e65d926facccb8332a2ab2be02fffb7413d8eee6f883d941909b350844c
SHA512 (utf8-width-0.1.7.crate) = ae870bc338bc74f9e214acbb31155ed37e3c686abcda81e7a3f9b8440d2782e4b29efa6d1a52afb22da390f3e64f012380f18ba1e3c1a37bde927812c361909e

Loading…
Cancel
Save