Compare commits

...

4 Commits

Author SHA1 Message Date
Fedora Release Engineering 1f3e80a5be Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fabio Valentini c0d53d25ca
Update to version 0.1.13; Fixes RHBZ#2259032
1 year ago
Fedora Release Engineering 4404b4de73 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fedora Release Engineering ed4edd4cc7 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago

1
.gitignore vendored

@ -6,3 +6,4 @@
/ucd-parse-0.1.9.crate
/ucd-parse-0.1.10.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
%global debug_package %{nil}
%global crate ucd-parse
Name: rust-ucd-parse
Version: 0.1.12
Version: 0.1.13
Release: %autorelease
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
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
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
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

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

Loading…
Cancel
Save