Update to 0.9.2

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

1
.gitignore vendored

@ -2,3 +2,4 @@
/strsim-0.7.0.crate /strsim-0.7.0.crate
/strsim-0.8.0.crate /strsim-0.8.0.crate
/strsim-0.9.0.crate /strsim-0.9.0.crate
/strsim-0.9.2.crate

@ -1,15 +1,15 @@
# Generated by rust2rpm # Generated by rust2rpm-9-1.fc31
# * Tests are run in infrastructure
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate strsim %global crate strsim
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.9.0 Version: 0.9.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Implementations of string similarity metrics Summary: Implementations of string similarity metrics
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/strsim URL: https://crates.io/crates/strsim
Source: %{crates_source} Source: %{crates_source}
@ -67,6 +67,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu May 09 08:20:42 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.2-1
- Update to 0.9.2
* Sun Apr 07 07:31:57 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-1 * Sun Apr 07 07:31:57 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-1
- Update to 0.9.0 - Update to 0.9.0

@ -1 +1 @@
SHA512 (strsim-0.9.0.crate) = 89406873f4ed1d5bc25c897ca91c8e37922ab6ab8d7482a7ddb0505c8398a4e2c2a8763f1aade258f41066c4b3f3bd99f5ae58b81f8dd615ed251355cc4f2562 SHA512 (strsim-0.9.2.crate) = 2054444ea844a25f573219a4993986b69ff8c5dc0dfd2dd06fff638d596c8c5b5a1bedafc2bef3a1b9c146dd47a0769bbe039c54fd8e2a5d9894f29ab9f32838

Loading…
Cancel
Save