Update to version 1.0.8; Fixes RHBZ#2175340

epel9
Fabio Valentini 2 years ago
parent 9ff1c48a80
commit 7254bfd655
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/unicode-ident-1.0.4.crate
/unicode-ident-1.0.5.crate
/unicode-ident-1.0.6.crate
/unicode-ident-1.0.8.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
# * missing dev-dependencies: fst, roaring
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate unicode-ident
Name: rust-unicode-ident
Version: 1.0.6
Version: 1.0.8
Release: %autorelease
Summary: Determine whether characters have the XID_Start or XID_Continue properties
@ -17,8 +17,8 @@ Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Determine whether characters have the XID_Start or XID_Continue properties
according to Unicode Standard Annex #31.}
Determine whether characters have the XID_Start or XID_Continue
properties according to Unicode Standard Annex #31.}
%description %{_description}

@ -1 +1 @@
SHA512 (unicode-ident-1.0.6.crate) = ee1dc78fe535f46bdaf3e19dd8dfc859bf3133d9271026cadf626a07ba586c39caca4e45d905156a6276cf852f9cebef196b2229c3ba4b5e2b26c956fd6cff86
SHA512 (unicode-ident-1.0.8.crate) = 8104999c6fff002c5aa109e2ca75ce3eaf772155d31dff87bcf39e3eb3da58b6cb543717be7b55acdb0cb1a4bd2a3d2e9c9974f7f75b6528668f5ef665ef4088

Loading…
Cancel
Save