Update to version 1.0.3; Fixes RHBZ#2114959

epel9
Fabio Valentini 3 years ago
parent e98339c87a
commit 10cb3df65a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm
/unicode-ident-1.0.1.crate
/unicode-ident-1.0.3.crate

@ -1,17 +1,16 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 22
# * missing dev-dependencies: fst, roaring
%bcond_with check
%global debug_package %{nil}
%global crate unicode-ident
Name: rust-%{crate}
Version: 1.0.1
Name: rust-unicode-ident
Version: 1.0.3
Release: %autorelease
Summary: Determine whether characters have the XID_Start or XID_Continue properties
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
License: (MIT OR Apache-2.0) AND Unicode-DFS-2016
URL: https://crates.io/crates/unicode-ident
Source: %{crates_source}
@ -37,6 +36,7 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%license %{crate_instdir}/LICENSE-UNICODE
%doc %{crate_instdir}/README.md
%{crate_instdir}/

@ -1 +1 @@
SHA512 (unicode-ident-1.0.1.crate) = 505650712a51c6f309c97bf72029de1eede33c71b84de9733f5f987859a61225e3d07d369b85a89797d870ea436f30b5b5046306f3d5fd672551a4b30c43e428
SHA512 (unicode-ident-1.0.3.crate) = 7ebdcfd7131a0e7a834f7e973b9cf813495259e0a0606539623d3f9bb51f9c6414908e71281d6a77397021e48d41c400a704c65990aaa8ca8d0a6095d9b3ed47

Loading…
Cancel
Save