#1 update to version 0.10.0
Merged 3 years ago by decathorpe. Opened 3 years ago by decathorpe.
Unknown source master  into  master

file modified
+1
@@ -4,3 +4,4 @@

  /strsim-0.9.0.crate

  /strsim-0.9.2.crate

  /strsim-0.9.3.crate

+ /strsim-0.10.0.crate

file modified
+9 -6
@@ -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 @@

  

  %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 @@

  %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 @@

  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 @@

  %endif

  

  %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

  - Second attempt - Rebuilt for

    https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

file modified
+1 -1
@@ -1,1 +1,1 @@

- SHA512 (strsim-0.9.3.crate) = 8d7468be0f19819a454720d2fc9a139cb9afde9984f73d334b9b77085b58008d6d8ed0786f88ef91b4967c503fa1fac0ddf2fdba01391629f7bcf1ef2fe36b51

+ SHA512 (strsim-0.10.0.crate) = 78b318532addfcf5c1ccc1e14539e258aab9d3cd893cc45d82342549bde838c177d90f13c560671f8f32929af47d0b467db35e6876bd7697d8b3f9e055aeeac1

  • update to latest version (0.9.3 → 0.10.0)
  • no other changes

Pull-Request has been merged by decathorpe

3 years ago