update to version 0.10.0

epel9
Fabio Valentini 4 years ago
parent d8a92b8a1b
commit 0f1a28b95e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/strsim-0.9.0.crate /strsim-0.9.0.crate
/strsim-0.9.2.crate /strsim-0.9.2.crate
/strsim-0.9.3.crate /strsim-0.9.3.crate
/strsim-0.10.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 11 # Generated by rust2rpm 13
%bcond_without 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.3 Version: 0.10.0
Release: 4%{?dist} Release: 1%{?dist}
Summary: Implementations of string similarity metrics Summary: Implementations of string similarity metrics
# Upstream license specification: MIT # Upstream license specification: MIT
@ -23,7 +23,7 @@ BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Implementations of string similarity metrics. Includes Hamming, Levenshtein, Implementations of string similarity metrics. Includes Hamming, Levenshtein,
OSA, Damerau-Levenshtein, Jaro, and Jaro-Winkler.} OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.}
%description %{_description} %description %{_description}
@ -39,7 +39,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE %license LICENSE
%doc README.md CHANGELOG.md %doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -51,7 +51,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -72,6 +72,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Sep 26 2020 Fabio Valentini <decathorpe@gmail.com> - 0.10.0-1
- Update to version 0.10.0.
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.3-4 * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.3-4
- Second attempt - Rebuilt for - Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (strsim-0.9.3.crate) = 8d7468be0f19819a454720d2fc9a139cb9afde9984f73d334b9b77085b58008d6d8ed0786f88ef91b4967c503fa1fac0ddf2fdba01391629f7bcf1ef2fe36b51 SHA512 (strsim-0.10.0.crate) = 78b318532addfcf5c1ccc1e14539e258aab9d3cd893cc45d82342549bde838c177d90f13c560671f8f32929af47d0b467db35e6876bd7697d8b3f9e055aeeac1

Loading…
Cancel
Save