SHA256
1
0
forked from pool/xxhash
Dominique Leuenberger 2019-12-21 11:31:07 +00:00 committed by Git OBS Bridge
commit 93b6c0454b
4 changed files with 25 additions and 4 deletions

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

Binary file not shown.

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Dec 18 23:57:43 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Enable test suite run in %check
-------------------------------------------------------------------
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
@ -62,6 +62,9 @@ make %{?_smp_mflags} prefix=%{_prefix} libdir=%{_libdir}
%make_install prefix=%{_prefix} libdir=%{_libdir}
rm -rf %{buildroot}%{_libdir}/libxxhash.a
%check
make test
%post -n libxxhash0 -p /sbin/ldconfig
%postun -n libxxhash0 -p /sbin/ldconfig
@ -71,8 +74,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