Update to version 0.1.6; Fixes RHBZ#2221190

epel9 imports/e9/rust-ucd-trie-0.1.6-1.el9
Fabio Valentini 2 years ago
parent 08ec7e414c
commit 2ed59d73be
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/ucd-trie-0.1.3.crate
/ucd-trie-0.1.4.crate
/ucd-trie-0.1.5.crate
/ucd-trie-0.1.6.crate

@ -1,3 +0,0 @@
# rust-ucd-trie
The rust-ucd-trie package

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate ucd-trie
Name: rust-ucd-trie
Version: 0.1.5
Version: 0.1.6
Release: %autorelease
Summary: Trie for storing Unicode codepoint sets and maps
@ -13,12 +13,10 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/ucd-trie
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Trie for storing Unicode codepoint sets and maps.}
A trie for storing Unicode codepoint sets and maps.}
%description %{_description}

@ -1 +1 @@
SHA512 (ucd-trie-0.1.5.crate) = 67272b54b6f404eaf32d83697b0d4e22205ec8f24df40a0feb005a218ff6f74b001c4cdb1c471582b1f3ae53eee71ff89b3d0b9e06a9133cf3e6c21e144ebec6
SHA512 (ucd-trie-0.1.6.crate) = 00d9732797029c16d84fe518b2d90de841b87b5ed6c3628b9f097f5340f1e50778749db18f22e4ecc513f53624806ddc3484e5cc9ebffdbb6c0c800bef817e95

Loading…
Cancel
Save