Update to 0.6.0

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
epel9
Robert-André Mauchin 5 years ago
parent b5d9897137
commit cc681b3481

1
.gitignore vendored

@ -4,3 +4,4 @@
/bytecount-0.3.2.crate /bytecount-0.3.2.crate
/bytecount-0.5.0.crate /bytecount-0.5.0.crate
/bytecount-0.5.1.crate /bytecount-0.5.1.crate
/bytecount-0.6.0.crate

@ -5,9 +5,9 @@
%global crate bytecount %global crate bytecount
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.5.1 Version: 0.6.0
Release: 5%{?dist} Release: 1%{?dist}
Summary: Count occurrences of a byte, or the UTF-8 code points, in a byte slice, fast Summary: Count occurrences of a given byte, or the number of UTF-8 code points, in a byte slice, fast
# Upstream license specification: Apache-2.0/MIT # Upstream license specification: Apache-2.0/MIT
License: ASL 2.0 or MIT License: ASL 2.0 or MIT
@ -120,6 +120,9 @@ which use "runtime-dispatch-simd" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Sep 13 17:35:02 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.6.0-1
- Update to 0.6.0
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-5 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (bytecount-0.5.1.crate) = 9017ed0545266c1f55cc9cd65fb63906bc50ea28c8de30770cb618029a605744a5234487766d52c77ded01a8b08c91d08264175eb4f4352e6777ad5d152670a9 SHA512 (bytecount-0.6.0.crate) = 8e675f20b204d5828e79ba50012744b2f1b83f9d5d6355e6acb7d24cc4f7b1080ac120b94e65b6ea1d7604464ea0c6ad4f29880ff14895610889e4396f87062b

Loading…
Cancel
Save