Accepting request 757898 from home:mrostecki:branches:devel:kubic
- Update to version 0.7.2 * Fixed collision ratio of XXH128 for some specific input lengths * Improved VSX and NEON variants * Improved performance of scalar code path (XXH_VECTOR=0), * xxhsum: can generate 128-bit hash with command -H2 (note: for experimental purposes only! XXH128 is not yet frozen) * xxhsum: option -q removes status notifications OBS-URL: https://build.opensuse.org/request/show/757898 OBS-URL: https://build.opensuse.org/package/show/science/xxhash?expand=0&rev=9
This commit is contained in:
parent
11ef71e4ed
commit
3084b45aad
BIN
xxHash-0.7.1.tar.gz
(Stored with Git LFS)
BIN
xxHash-0.7.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
xxHash-0.7.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
xxHash-0.7.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 17 13:17:59 UTC 2019 - Michał Rostecki <mrostecki@opensuse.org>
|
||||
|
||||
- Update to version 0.7.2
|
||||
* Fixed collision ratio of XXH128 for some specific input lengths
|
||||
* Improved VSX and NEON variants
|
||||
* Improved performance of scalar code path (XXH_VECTOR=0),
|
||||
* xxhsum: can generate 128-bit hash with command -H2 (note: for
|
||||
experimental purposes only! XXH128 is not yet frozen)
|
||||
* xxhsum: option -q removes status notifications
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 10:06:43 UTC 2019 - simmphonie@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: xxhash
|
||||
Version: 0.7.1
|
||||
Version: 0.7.2
|
||||
Release: 0
|
||||
Summary: Non-cryptographic hash algorithm
|
||||
License: GPL-2.0-only AND BSD-2-Clause
|
||||
@ -71,8 +71,10 @@ rm -rf %{buildroot}%{_libdir}/libxxhash.a
|
||||
%{_bindir}/xxhsum
|
||||
%{_bindir}/xxh32sum
|
||||
%{_bindir}/xxh64sum
|
||||
%{_bindir}/xxh128sum
|
||||
%{_mandir}/man1/xxh32sum.*
|
||||
%{_mandir}/man1/xxh64sum.*
|
||||
%{_mandir}/man1/xxh128sum.*
|
||||
%{_mandir}/man1/xxhsum.*
|
||||
|
||||
%files -n libxxhash0
|
||||
|
Loading…
Reference in New Issue
Block a user