Update to 0.8.0

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

1
.gitignore vendored

@ -1,2 +1,3 @@
/strsim-0.6.0.crate
/strsim-0.7.0.crate
/strsim-0.8.0.crate

@ -5,13 +5,16 @@
%global crate strsim
Name: rust-%{crate}
Version: 0.7.0
Release: 3%{?dist}
Version: 0.8.0
Release: 1%{?dist}
Summary: Implementations of string similarity metrics
License: MIT
URL: https://crates.io/crates/strsim
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * Exclude unneeded files, https://github.com/dguo/strsim-rs/pull/22
Patch0: strsim-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -50,9 +53,11 @@ which use %{crate} from crates.io.
%license LICENSE
%doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version}/
%exclude %{cargo_registry}/%{crate}-%{version}/{appveyor.yml,dev}
%changelog
* Sun Oct 07 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.0-1
- Update to 0.8.0
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

@ -1 +1 @@
SHA512 (strsim-0.7.0.crate) = 3f92df0f444129b16fbb15c533b7bc1d6f18970b487b57345f74747fb7f41e3dc0cb61255712e94d419a5777b8f6a9cdf1a716718698c479eb98dfb6464d1983
SHA512 (strsim-0.8.0.crate) = 1d55a8d946cd55f5f37d06aea536549ded95739fa58c0f2da285a0041154c181f663682bdcac643aa198b3e762d694a04f058db985c62ebe22b5c16327ba6d34

@ -0,0 +1,10 @@
--- strsim-0.8.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ strsim-0.8.0/Cargo.toml 2018-10-07T09:42:15.866928+02:00
@@ -21,6 +21,7 @@
keywords = ["string", "similarity", "Hamming", "Levenshtein", "Jaro"]
license = "MIT"
repository = "https://github.com/dguo/strsim-rs"
+exclude = ["/.travis.yml", "/appveyor.yml", "/dev"]
[badges.appveyor]
repository = "dguo/strsim-rs"
Loading…
Cancel
Save