update to version 0.6.2

epel9
Fabio Valentini 4 years ago
parent 41690d346c
commit 5228a71073
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/bytecount-0.5.1.crate /bytecount-0.5.1.crate
/bytecount-0.6.0.crate /bytecount-0.6.0.crate
/bytecount-0.6.1.crate /bytecount-0.6.1.crate
/bytecount-0.6.2.crate

@ -5,7 +5,7 @@
%global crate bytecount %global crate bytecount
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.6.1 Version: 0.6.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Count occurrences of a given byte, or the number of UTF-8 code points Summary: Count occurrences of a given byte, or the number of UTF-8 code points
@ -97,6 +97,10 @@ which use "runtime-dispatch-simd" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Dec 02 2020 Fabio Valentini <decathorpe@gmail.com> - 0.6.2-1
- Update to version 0.6.2.
- Fixes RHBZ#1903388
* Thu Nov 19 2020 Fabio Valentini <decathorpe@gmail.com> - 0.6.1-1 * Thu Nov 19 2020 Fabio Valentini <decathorpe@gmail.com> - 0.6.1-1
- Update to version 0.6.1. - Update to version 0.6.1.
- Fixes RHBZ#1899742 - Fixes RHBZ#1899742

@ -1 +1 @@
SHA512 (bytecount-0.6.1.crate) = c188d9f37ec9f2b1d37cbed26416d45e0a2c9f86f86e5423e85a9b35b0a1d95a87755ed08b27fec7b22f615283b56aa34f9fdcb22281b2cf41cf1d0b189242fb SHA512 (bytecount-0.6.2.crate) = 990460eedfd41b6b52278c9dfcac81872e755d40cb839d162bddf44a30eec3a9fd76369847f10edf6c2b2d95cbec562e9a2a6c6dce37f2ee59ca9edfe972a279

Loading…
Cancel
Save