Update to version 1.0.5; Fixes RHBZ#2133217

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

1
.gitignore vendored

@ -4,3 +4,4 @@
/unicode-ident-1.0.1.crate /unicode-ident-1.0.1.crate
/unicode-ident-1.0.3.crate /unicode-ident-1.0.3.crate
/unicode-ident-1.0.4.crate /unicode-ident-1.0.4.crate
/unicode-ident-1.0.5.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 23
# * missing dev-dependencies: fst, roaring # * missing dev-dependencies: fst, roaring
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate unicode-ident %global crate unicode-ident
Name: rust-unicode-ident Name: rust-unicode-ident
Version: 1.0.4 Version: 1.0.5
Release: %autorelease Release: %autorelease
Summary: Determine whether characters have the XID_Start or XID_Continue properties Summary: Determine whether characters have the XID_Start or XID_Continue properties
@ -14,8 +14,6 @@ License: (MIT OR Apache-2.0) AND Unicode-DFS-2016
URL: https://crates.io/crates/unicode-ident URL: https://crates.io/crates/unicode-ident
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:

@ -1 +1 @@
SHA512 (unicode-ident-1.0.4.crate) = db41d5c3f72cfaf654b4c250e18ac0ac077a816fd582f1548ed384653f467c15f85fcfbbb4ed2f9e8182587181abf1db14059d50f3e43b60434ddf38c8f65d89 SHA512 (unicode-ident-1.0.5.crate) = d355370daac356d900cd4c0a792d6c0eff114524c4bffce4d7e74469fe2117883ee00bf0e27d950b72e88739473f2045d5f83440a0aedfede97b4d9163b64a6c

Loading…
Cancel
Save