Update to 0.5.1

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

1
.gitignore vendored

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

@ -1,5 +1,5 @@
--- bytecount-0.5.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ bytecount-0.5.0/Cargo.toml 2019-02-10T09:24:13.905416+01:00
--- bytecount-0.5.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ bytecount-0.5.1/Cargo.toml 2019-02-10T13:02:01.779372+01:00
@@ -27,9 +27,6 @@
[[bench]]
name = "bench"

@ -6,7 +6,7 @@
%global crate bytecount
Name: rust-%{crate}
Version: 0.5.0
Version: 0.5.1
Release: 1%{?dist}
Summary: Count occurrences of a byte, or the UTF-8 code points, in a byte slice, fast
@ -99,6 +99,9 @@ which use "runtime-dispatch-simd" feature of "%{crate}" crate.
%endif
%changelog
* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.1-1
- Update to 0.5.1
* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.0-1
- Update to 0.5.0

@ -1 +1 @@
SHA512 (bytecount-0.5.0.crate) = ebbb10f8655c96ce68e94cb73ed920460779566d69c9b7ae6cc1f6041f40cbbccc3b3d1524eb96e380d17c823b51e9169361967cda594f604685ec819dcd9889
SHA512 (bytecount-0.5.1.crate) = 9017ed0545266c1f55cc9cd65fb63906bc50ea28c8de30770cb618029a605744a5234487766d52c77ded01a8b08c91d08264175eb4f4352e6777ad5d152670a9

Loading…
Cancel
Save