Compare commits

...

4 Commits

2
.gitignore vendored

@ -6,3 +6,5 @@
/strsim-0.9.3.crate
/strsim-0.10.0.crate
/strsim-0.10.1.crate
/strsim-0.11.0.crate
/strsim-0.11.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate strsim
Name: rust-strsim
Version: 0.10.1
Version: 0.11.1
Release: %autorelease
Summary: Implementations of string similarity metrics
@ -35,6 +35,7 @@ use the "%{crate}" crate.
%license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md
%doc %{crate_instdir}/SECURITY.md
%{crate_instdir}/
%package -n %{name}+default-devel

@ -1 +1 @@
SHA512 (strsim-0.10.1.crate) = fb4ad4e498016537c58e2f4d48e17023288bfe3320930eac6539a11d2799f460b57422601345c9d2ebfcd0c291ed209c9b1fc8b719568486d44f7c70d11754ed
SHA512 (strsim-0.11.1.crate) = 0cebe0155a92640e56db9a599ae62078cbb32e1d2da8bfa67ed0e8f410a7558dfcf7b3c2720ff5913282e291ecf076aed9fe9bf84c8d44e814a642b1bed3335c

Loading…
Cancel
Save