diff --git a/.gitignore b/.gitignore index 9182f58..e909afc 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /strsim-0.9.0.crate /strsim-0.9.2.crate /strsim-0.9.3.crate +/strsim-0.10.0.crate diff --git a/rust-strsim.spec b/rust-strsim.spec index 595a5fa..3e38213 100644 --- a/rust-strsim.spec +++ b/rust-strsim.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm 11 +# Generated by rust2rpm 13 %bcond_without check %global debug_package %{nil} %global crate strsim Name: rust-%{crate} -Version: 0.9.3 -Release: 4%{?dist} +Version: 0.10.0 +Release: 1%{?dist} Summary: Implementations of string similarity metrics # Upstream license specification: MIT @@ -23,7 +23,7 @@ BuildRequires: rust-packaging %global _description %{expand: 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} @@ -39,7 +39,7 @@ which use "%{crate}" crate. %files devel %license LICENSE %doc README.md CHANGELOG.md -%{cargo_registry}/%{crate}-%{version}/ +%{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel Summary: %{summary} @@ -51,7 +51,7 @@ This package contains library source intended for building other packages which use "default" feature of "%{crate}" crate. %files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 @@ -72,6 +72,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sat Sep 26 2020 Fabio Valentini - 0.10.0-1 +- Update to version 0.10.0. + * Sat Aug 01 2020 Fedora Release Engineering - 0.9.3-4 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index 9297c0e..2c8b764 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (strsim-0.9.3.crate) = 8d7468be0f19819a454720d2fc9a139cb9afde9984f73d334b9b77085b58008d6d8ed0786f88ef91b4967c503fa1fac0ddf2fdba01391629f7bcf1ef2fe36b51 +SHA512 (strsim-0.10.0.crate) = 78b318532addfcf5c1ccc1e14539e258aab9d3cd893cc45d82342549bde838c177d90f13c560671f8f32929af47d0b467db35e6876bd7697d8b3f9e055aeeac1