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:
Stefan Brüns 2019-12-18 23:49:34 +00:00 committed by Git OBS Bridge
parent 11ef71e4ed
commit 3084b45aad
4 changed files with 17 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:afa29766cfc0448ff4a1fd9f2c47e02c48d50be5b79749925d15d545008c3f81
size 76328

3
xxHash-0.7.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e93d28e81c3e95ff07674a400001d0cdf23b7842d49b211e5582d00d8e3ac3e
size 79301

View File

@ -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

View File

@ -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