Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent a15a024566
commit 7cbf569be8
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,12 +1,12 @@
# Generated by rust2rpm-9-1.fc31 # Generated by rust2rpm 9
%bcond_with check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate strsim %global crate strsim
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.9.2 Version: 0.9.2
Release: 1%{?dist} Release: 2%{?dist}
Summary: Implementations of string similarity metrics Summary: Implementations of string similarity metrics
# Upstream license specification: MIT # Upstream license specification: MIT
@ -15,13 +15,15 @@ URL: https://crates.io/crates/strsim
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
%global _description \ %global _description %{expand:
Implementations of string similarity metrics.\ Implementations of string similarity metrics. Includes Hamming, Levenshtein,
Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro,\ OSA, Damerau-Levenshtein, Jaro, and Jaro-Winkler.}
and Jaro-Winkler.
%description %{_description} %description %{_description}
@ -67,6 +69,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Jun 09 11:13:41 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.2-2
- Regenerate
* Thu May 09 08:20:42 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.2-1 * Thu May 09 08:20:42 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.2-1
- Update to 0.9.2 - Update to 0.9.2

Loading…
Cancel
Save