update to version 1.0.2

epel9
Fabio Valentini 5 years ago
parent ca28498254
commit b4fb4121f3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm /*.src.rpm
/dissimilar-1.0.1.crate /dissimilar-1.0.1.crate
/dissimilar-1.0.2.crate

@ -5,7 +5,7 @@
%global crate dissimilar %global crate dissimilar
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.1 Version: 1.0.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Diff library with semantic cleanup, based on Google's diff-match-patch Summary: Diff library with semantic cleanup, based on Google's diff-match-patch
@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Jun 17 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.2-1
- Update to version 1.0.2.
* Mon Jan 27 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.1-1 * Mon Jan 27 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.1-1
- Initial package - Initial package

@ -1 +1 @@
SHA512 (dissimilar-1.0.1.crate) = 73ee47f0244e32d48b442b86e30b5f6e23bdf466c9a832a1bc635ba7c5336878b607a89813ce493f014545a9a3504897be96548311c86511b41326d81ebf4226 SHA512 (dissimilar-1.0.2.crate) = 45831ec4654a3db6db2c8de6116c1e4d554e1a8a5ef5aa32aa44d404200d07bef346606163d8900f47daa78f800275af0a32dab19cece7cc56a4fb76a4e5b603

Loading…
Cancel
Save