Update to version 0.1.7; Fixes RHBZ#2315539

epel10 imports/epel10/rust-ucd-trie-0.1.7-1.el10
Fabio Valentini 5 months ago
parent a7fb20a425
commit 030de8327e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate ucd-trie
Name: rust-ucd-trie
Version: 0.1.6
Version: 0.1.7
Release: %autorelease
Summary: Trie for storing Unicode codepoint sets and maps
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/ucd-trie
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A trie for storing Unicode codepoint sets and maps.}
@ -60,7 +60,7 @@ use the "std" 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 +1 @@
SHA512 (ucd-trie-0.1.6.crate) = 00d9732797029c16d84fe518b2d90de841b87b5ed6c3628b9f097f5340f1e50778749db18f22e4ecc513f53624806ddc3484e5cc9ebffdbb6c0c800bef817e95
SHA512 (ucd-trie-0.1.7.crate) = 382a832e38654a9159ebb40a8e8bf6e7f2f3108940e5b9c388f3a1441848a241201e7e5cfb125e098f04f0b2893da231b8a0e5124270e774215374bff3c5445f

Loading…
Cancel
Save