Update to 0.1.11

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent f9c24741db
commit f1da3b2089

1
.gitignore vendored

@ -1 +1,2 @@
/diff-0.1.10.crate /diff-0.1.10.crate
/diff-0.1.11.crate

@ -6,8 +6,8 @@
%global crate diff %global crate diff
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.10 Version: 0.1.11
Release: 2%{?dist} Release: 1%{?dist}
Summary: LCS based slice and string diffing implementation Summary: LCS based slice and string diffing implementation
License: MIT or ASL 2.0 License: MIT or ASL 2.0
@ -20,7 +20,7 @@ BuildRequires: rust-packaging
%if %{with check} %if %{with check}
# [dev-dependencies] # [dev-dependencies]
BuildRequires: (crate(quickcheck) >= 0.4.1 with crate(quickcheck) < 0.5.0) BuildRequires: (crate(quickcheck) >= 0.4.1 with crate(quickcheck) < 0.5.0)
BuildRequires: (crate(speculate) >= 0.0.24 with crate(speculate) < 0.0.25) BuildRequires: (crate(speculate) >= 0.0.25 with crate(speculate) < 0.0.26)
%endif %endif
%description %description
@ -57,6 +57,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Fri Nov 17 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.11-1
- Update to 0.1.11
* Wed Jun 14 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.10-2 * Wed Jun 14 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.10-2
- Port to use rust-packaging - Port to use rust-packaging

@ -1 +1 @@
SHA512 (diff-0.1.10.crate) = 1ba0f700ecd4f0598ed3d32e5f54f8df9d47b4a440c8a16ac99a45fd8401ef68acb6b743056fc769ba29f5c060745de7fec697aa1dff14f44c8f7c6bec74057b SHA512 (diff-0.1.11.crate) = 9c31d38bc29c9372984339b8d289317981ba483eee4430e936252b0fc44b1f500305082b19e6dc20b7d7fc81906f1c0d5c3f375b6db9f2c266e41c7015597073

Loading…
Cancel
Save