Update to version 0.1.13; Fixes RHBZ#2259032

epel10
Fabio Valentini 1 year ago
parent 4404b4de73
commit c0d53d25ca
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/ucd-parse-0.1.9.crate /ucd-parse-0.1.9.crate
/ucd-parse-0.1.10.crate /ucd-parse-0.1.10.crate
/ucd-parse-0.1.12.crate /ucd-parse-0.1.12.crate
/ucd-parse-0.1.13.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate ucd-parse %global crate ucd-parse
Name: rust-ucd-parse Name: rust-ucd-parse
Version: 0.1.12 Version: 0.1.13
Release: %autorelease Release: %autorelease
Summary: Library for parsing data files in the Unicode character database Summary: Library for parsing data files in the Unicode character database
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/ucd-parse URL: https://crates.io/crates/ucd-parse
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
A library for parsing data files in the Unicode character database.} A library for parsing data files in the Unicode character database.}
@ -48,7 +48,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (ucd-parse-0.1.12.crate) = da3a73c142273bb3c2bfe9aa2f7b5c3431e21b58ea85fc2c4f530dc6d1e8bbfba2fdd905afe92308eab12c978d686accaff256e46dd5f50357c2905e0e61e3eb SHA512 (ucd-parse-0.1.13.crate) = 1206625db8d63f05038a330ed82fea5e640d7512f96e107b9ce1b41fcb31c7972cd8b47a87d9aa5c280e76533f9fd0749c01b3e269052b2ee5b9a5d48ff18cd9

Loading…
Cancel
Save